keyboard_arrow_leftasIdentifier()asValue()keyboard_arrow_rightSQLiteConnector: asString() 生の文字列をデータベースで使用する文字列リテラルに変換します。 構文 sqliteConnector.asString(rawString) => string 引数 rawString: string データベースで使う文字列リテラルに変換する文字列です。 返値: string データベースで使う文字列リテラルです。 解説 生の文字列をデータベースで使用する文字列リテラルに変換します。keyboard_arrow_leftasIdentifier()asValue()keyboard_arrow_right