public final class SQLiteStatementInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
columnNames
The names of all columns in the result set of the statement.
|
int |
numParameters
The number of parameters that the statement has.
|
boolean |
readOnly
True if the statement is read-only.
|
| Constructor and Description |
|---|
SQLiteStatementInfo() |