no versions found for ApplicationFrameworkReferences / Utility/Database/SQLiteConnector/sqliteconnector_asstring / en

SQLiteConnector: asString()

生の文字列をデータベースで使用する文字列リテラルに変換します。

構文

sqliteConnector.asString(rawString) => string

引数

  • rawString: string

    データベースで使う文字列リテラルに変換する文字列です。

返値: string

データベースで使う文字列リテラルです。

解説

生の文字列をデータベースで使用する文字列リテラルに変換します。