mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
19 lines
663 B
Java
Generated
19 lines
663 B
Java
Generated
// Generated automatically from android.database.sqlite.SQLiteStatement for testing purposes
|
|
|
|
package android.database.sqlite;
|
|
|
|
import android.database.sqlite.SQLiteProgram;
|
|
import android.os.ParcelFileDescriptor;
|
|
|
|
public class SQLiteStatement extends SQLiteProgram
|
|
{
|
|
protected SQLiteStatement() {}
|
|
public ParcelFileDescriptor simpleQueryForBlobFileDescriptor(){ return null; }
|
|
public String simpleQueryForString(){ return null; }
|
|
public String toString(){ return null; }
|
|
public int executeUpdateDelete(){ return 0; }
|
|
public long executeInsert(){ return 0; }
|
|
public long simpleQueryForLong(){ return 0; }
|
|
public void execute(){}
|
|
}
|