mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
19 lines
639 B
Java
Generated
19 lines
639 B
Java
Generated
// Generated automatically from android.database.sqlite.SQLiteProgram for testing purposes
|
|
|
|
package android.database.sqlite;
|
|
|
|
import android.database.sqlite.SQLiteClosable;
|
|
|
|
abstract public class SQLiteProgram extends SQLiteClosable
|
|
{
|
|
protected void onAllReferencesReleased(){}
|
|
public final int getUniqueId(){ return 0; }
|
|
public void bindAllArgsAsStrings(String[] p0){}
|
|
public void bindBlob(int p0, byte[] p1){}
|
|
public void bindDouble(int p0, double p1){}
|
|
public void bindLong(int p0, long p1){}
|
|
public void bindNull(int p0){}
|
|
public void bindString(int p0, String p1){}
|
|
public void clearBindings(){}
|
|
}
|