mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
11 lines
267 B
Java
Generated
11 lines
267 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
|
|
{
|
|
public String toString(){ return null; }
|
|
}
|