public final class SQLiteQuery extends SQLiteProgram
SQLiteQuery
.
This class is used by SQLiteCursor
and isn't useful itself.
This class is not thread-safe.
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
bindAllArgsAsStrings, bindBlob, bindDouble, bindLong, bindNull, bindString, clearBindings, getConnectionFlags, getSession, getUniqueId, onAllReferencesReleased, onCorruption
acquireReference, close, onAllReferencesReleasedFromContainer, releaseReference, releaseReferenceFromContainer
public String toString()
Object
getClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString
method
if you intend implementing your own toString
method.