statement.sourceSQL


  • <string> 用于创建此准备好的语句的源 SQL。

    ¥<string> The source SQL used to create this prepared statement.

准备好的语句的源 SQL 文本。此属性是 sqlite3_sql() 的封装器。

¥The source SQL text of the prepared statement. This property is a wrapper around sqlite3_sql().