Uses of Class
mil.nga.geopackage.db.master.SQLiteMasterQuery
- 
Packages that use SQLiteMasterQuery Package Description mil.nga.geopackage.db.master 
- 
- 
Uses of SQLiteMasterQuery in mil.nga.geopackage.db.masterMethods in mil.nga.geopackage.db.master that return SQLiteMasterQuery Modifier and Type Method Description static SQLiteMasterQuerySQLiteMasterQuery. create()Create an empty query that supports a single querystatic SQLiteMasterQuerySQLiteMasterQuery. create(SQLiteMasterColumn column, String value)Create a single equality querystatic SQLiteMasterQuerySQLiteMasterQuery. create(SQLiteMasterColumn column, String operation, String value)Create a single querystatic SQLiteMasterQuerySQLiteMasterQuery. createAnd()Create a query with multiple queries combined by an ANDstatic SQLiteMasterQuerySQLiteMasterQuery. createAnd(SQLiteMasterColumn column, String operation, Collection<String> values)Create a query with multiple values for a single column combined with an ANDstatic SQLiteMasterQuerySQLiteMasterQuery. createAnd(SQLiteMasterColumn column, Collection<String> values)Create an equality query with multiple values for a single column combined with an ANDstatic SQLiteMasterQuerySQLiteMasterQuery. createOr()Create a query with multiple queries combined by an ORstatic SQLiteMasterQuerySQLiteMasterQuery. createOr(SQLiteMasterColumn column, String operation, Collection<String> values)Create a query with multiple values for a single column combined with an ORstatic SQLiteMasterQuerySQLiteMasterQuery. createOr(SQLiteMasterColumn column, Collection<String> values)Create an equality query with multiple values for a single column combined with an ORstatic SQLiteMasterQuerySQLiteMasterQuery. createTableViewQuery(String tableName)Create a query to find views in the sql column referring to the tableMethods in mil.nga.geopackage.db.master with parameters of type SQLiteMasterQuery Modifier and Type Method Description static intSQLiteMaster. count(GeoPackageCoreConnection db, SQLiteMasterQuery query)Count the sqlite_master tablestatic intSQLiteMaster. count(GeoPackageCoreConnection db, SQLiteMasterType[] types, SQLiteMasterQuery query)Count the sqlite_master tablestatic intSQLiteMaster. count(GeoPackageCoreConnection db, SQLiteMasterType type, SQLiteMasterQuery query)Count the sqlite_master tablestatic SQLiteMasterSQLiteMaster. query(GeoPackageCoreConnection db, SQLiteMasterColumn[] columns, SQLiteMasterQuery query)Query the sqlite_master tablestatic SQLiteMasterSQLiteMaster. query(GeoPackageCoreConnection db, SQLiteMasterColumn[] columns, SQLiteMasterType[] types, SQLiteMasterQuery query)Query the sqlite_master tablestatic SQLiteMasterSQLiteMaster. query(GeoPackageCoreConnection db, SQLiteMasterColumn[] columns, SQLiteMasterType type, SQLiteMasterQuery query)Query the sqlite_master tablestatic SQLiteMasterSQLiteMaster. query(GeoPackageCoreConnection db, SQLiteMasterQuery query)Query the sqlite_master tablestatic SQLiteMasterSQLiteMaster. query(GeoPackageCoreConnection db, SQLiteMasterType type, SQLiteMasterQuery query)Query the sqlite_master table
 
-