FMStatement Class Reference
| Inherits from | NSObject |
| Declared in | FMDatabase.h |
Overview
Objective-C wrapper for sqlite3_stmt
This is a wrapper for a SQLite sqlite3_stmt. Generally when using FMDB you will not need to interact directly with FMStatement, but rather with FMDatabase and FMResultSet only.
See also
Tasks
Properties
-
useCountUsage count
property -
querySQL statement
property -
statementSQLite sqlite3_stmt
property -
inUseIndication of whether the statement is in use
property