FileDocCategorySizeDatePackage
SQLiteStatement.javaAPI DocAndroid 5.1 API745Sat Mar 14 14:09:42 GMT 2015android.database.sqlite

SQLiteStatement

public final class SQLiteStatement extends android.database.sqlite.SQLiteProgram

Fields Summary
Constructors Summary
SQLiteStatement()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidexecute()

 throw new RuntimeException("Stub!"); 
public longexecuteInsert()

 throw new RuntimeException("Stub!"); 
public intexecuteUpdateDelete()

 throw new RuntimeException("Stub!"); 
public android.os.ParcelFileDescriptorsimpleQueryForBlobFileDescriptor()

 throw new RuntimeException("Stub!"); 
public longsimpleQueryForLong()

 throw new RuntimeException("Stub!"); 
public java.lang.StringsimpleQueryForString()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");