SQLiteStatementInfopublic final class SQLiteStatementInfo extends Object Describes a SQLite statement. |
Fields Summary |
---|
public int | numParametersThe number of parameters that the statement has. | public String[] | columnNamesThe names of all columns in the result set of the statement. | public boolean | readOnlyTrue if the statement is read-only. |
|