protected static final class SQLiteConnection.PreparedStatement
extends java.lang.Object
SQLiteConnection
owns the statement object and will take care of freeing it when needed.
In particular, closing the connection requires a guarantee of deterministic
resource disposal because all native statement objects must be freed before
the native database object can be closed. So no finalizers here.| Modifier and Type | Field and Description |
|---|---|
java.lang.Object[] |
mBindArgs |
boolean |
mInUse |
int |
mNumParameters |
SQLiteConnection.PreparedStatement |
mPoolNext |
boolean |
mReadOnly |
java.lang.String |
mSql |
long |
mStatementPtr |
int |
mType |
| Modifier | Constructor and Description |
|---|---|
protected |
PreparedStatement() |
public SQLiteConnection.PreparedStatement mPoolNext
public java.lang.String mSql
public java.lang.Object[] mBindArgs
public long mStatementPtr
public int mNumParameters
public int mType
public boolean mReadOnly
public boolean mInUse