|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.database.sqlite.SQLiteClosable
android.database.sqlite.SQLiteProgram
android.database.sqlite.SQLiteStatement
public class SQLiteStatement
| Field Summary |
|---|
| Fields inherited from class android.database.sqlite.SQLiteProgram |
|---|
mDatabase, nHandle, nStatement |
| Method Summary | |
|---|---|
void |
execute()
|
long |
executeInsert()
|
long |
simpleQueryForLong()
|
java.lang.String |
simpleQueryForString()
|
| Methods inherited from class android.database.sqlite.SQLiteProgram |
|---|
bindBlob, bindDouble, bindLong, bindNull, bindString, clearBindings, close, compile, finalize, getUniqueId, native_bind_blob, native_bind_double, native_bind_long, native_bind_null, native_bind_string, native_compile, native_finalize, onAllReferencesReleased, onAllReferencesReleasedFromContainer |
| Methods inherited from class android.database.sqlite.SQLiteClosable |
|---|
acquireReference, releaseReference, releaseReferenceFromContainer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void execute()
public long executeInsert()
public long simpleQueryForLong()
public java.lang.String simpleQueryForString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||