|
||||||||||
| 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 final class SQLiteStatement
| Method Summary | |
|---|---|
void |
execute()
|
long |
executeInsert()
|
int |
executeUpdateDelete()
|
ParcelFileDescriptor |
simpleQueryForBlobFileDescriptor()
|
long |
simpleQueryForLong()
|
String |
simpleQueryForString()
|
String |
toString()
|
| Methods inherited from class android.database.sqlite.SQLiteProgram |
|---|
bindAllArgsAsStrings, bindBlob, bindDouble, bindLong, bindNull, bindString, clearBindings, getUniqueId, onAllReferencesReleased |
| Methods inherited from class android.database.sqlite.SQLiteClosable |
|---|
acquireReference, close, onAllReferencesReleasedFromContainer, releaseReference, releaseReferenceFromContainer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void execute()
public int executeUpdateDelete()
public long executeInsert()
public long simpleQueryForLong()
public String simpleQueryForString()
public ParcelFileDescriptor simpleQueryForBlobFileDescriptor()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||