FileDocCategorySizeDatePackage
SQLiteStatementInfo.javaAPI DocAndroid 5.1 API1060Thu Mar 12 22:22:10 GMT 2015android.database.sqlite

SQLiteStatementInfo

public final class SQLiteStatementInfo extends Object
Describes a SQLite statement.
hide

Fields Summary
public int
numParameters
The number of parameters that the statement has.
public String[]
columnNames
The names of all columns in the result set of the statement.
public boolean
readOnly
True if the statement is read-only.
Constructors Summary
Methods Summary