public final class SQLiteStatementInfo extends Object
Modifier and Type | Field and Description |
---|---|
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() |
public int numParameters
public String[] columnNames
public boolean readOnly