mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
18 lines
628 B
Java
Generated
18 lines
628 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
|
|
{
|
|
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(){}
|
|
}
|