mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
12 lines
298 B
Java
Generated
12 lines
298 B
Java
Generated
// Generated automatically from android.database.sqlite.SQLiteQuery for testing purposes
|
|
|
|
package android.database.sqlite;
|
|
|
|
import android.database.sqlite.SQLiteProgram;
|
|
|
|
public class SQLiteQuery extends SQLiteProgram
|
|
{
|
|
protected SQLiteQuery() {}
|
|
public String toString(){ return null; }
|
|
}
|