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

SQLiteStatement.java

package android.database.sqlite;
public final class SQLiteStatement
  extends android.database.sqlite.SQLiteProgram
{
SQLiteStatement() { throw new RuntimeException("Stub!"); }
public  void execute() { throw new RuntimeException("Stub!"); }
public  int executeUpdateDelete() { throw new RuntimeException("Stub!"); }
public  long executeInsert() { throw new RuntimeException("Stub!"); }
public  long simpleQueryForLong() { throw new RuntimeException("Stub!"); }
public  java.lang.String simpleQueryForString() { throw new RuntimeException("Stub!"); }
public  android.os.ParcelFileDescriptor simpleQueryForBlobFileDescriptor() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
}