| Package | Description |
|---|---|
| mil.nga.geopackage.db.master |
| Modifier and Type | Method and Description |
|---|---|
SQLiteMasterType |
SQLiteMaster.getType(int row)
Get the type
|
static SQLiteMasterType[] |
SQLiteMaster.types(SQLiteMasterType... types)
Shortcut to build types into an array
|
static SQLiteMasterType |
SQLiteMasterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLiteMasterType[] |
SQLiteMasterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
SQLiteMaster.count(GeoPackageCoreConnection db,
SQLiteMasterType type)
Count the sqlite_master table
|
static int |
SQLiteMaster.count(GeoPackageCoreConnection db,
SQLiteMasterType[] types)
Count the sqlite_master table
|
static int |
SQLiteMaster.count(GeoPackageCoreConnection db,
SQLiteMasterType[] types,
SQLiteMasterQuery query)
Count the sqlite_master table
|
static int |
SQLiteMaster.count(GeoPackageCoreConnection db,
SQLiteMasterType[] types,
String tableName)
Count the sqlite_master table
|
static int |
SQLiteMaster.count(GeoPackageCoreConnection db,
SQLiteMasterType type,
SQLiteMasterQuery query)
Count the sqlite_master table
|
static int |
SQLiteMaster.count(GeoPackageCoreConnection db,
SQLiteMasterType type,
String tableName)
Count the sqlite_master table
|
static int |
SQLiteMaster.countByType(GeoPackageCoreConnection db,
SQLiteMasterType type)
Count the sqlite_master table
|
static int |
SQLiteMaster.countByType(GeoPackageCoreConnection db,
SQLiteMasterType type,
String tableName)
Count the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.query(GeoPackageCoreConnection db,
Collection<SQLiteMasterColumn> columns,
SQLiteMasterType type)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.query(GeoPackageCoreConnection db,
Collection<SQLiteMasterColumn> columns,
SQLiteMasterType type,
String tableName)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.query(GeoPackageCoreConnection db,
SQLiteMasterColumn[] columns,
SQLiteMasterType type)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.query(GeoPackageCoreConnection db,
SQLiteMasterColumn[] columns,
SQLiteMasterType[] types)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.query(GeoPackageCoreConnection db,
SQLiteMasterColumn[] columns,
SQLiteMasterType[] types,
SQLiteMasterQuery query)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.query(GeoPackageCoreConnection db,
SQLiteMasterColumn[] columns,
SQLiteMasterType[] types,
String tableName)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.query(GeoPackageCoreConnection db,
SQLiteMasterColumn[] columns,
SQLiteMasterType type,
SQLiteMasterQuery query)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.query(GeoPackageCoreConnection db,
SQLiteMasterColumn[] columns,
SQLiteMasterType type,
String tableName)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.query(GeoPackageCoreConnection db,
SQLiteMasterType type,
SQLiteMasterQuery query)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.queryByType(GeoPackageCoreConnection db,
SQLiteMasterType type)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.queryByType(GeoPackageCoreConnection db,
SQLiteMasterType type,
String tableName)
Query the sqlite_master table
|
static SQLiteMasterType[] |
SQLiteMaster.types(SQLiteMasterType... types)
Shortcut to build types into an array
|
| Modifier and Type | Method and Description |
|---|---|
static int |
SQLiteMaster.count(GeoPackageCoreConnection db,
Collection<SQLiteMasterType> types)
Count the sqlite_master table
|
static int |
SQLiteMaster.count(GeoPackageCoreConnection db,
Collection<SQLiteMasterType> types,
String tableName)
Count the sqlite_master table
|
static int |
SQLiteMaster.countByType(GeoPackageCoreConnection db,
Collection<SQLiteMasterType> types)
Count the sqlite_master table
|
static int |
SQLiteMaster.countByType(GeoPackageCoreConnection db,
Collection<SQLiteMasterType> types,
String tableName)
Count the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.query(GeoPackageCoreConnection db,
Collection<SQLiteMasterColumn> columns,
Collection<SQLiteMasterType> types)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.query(GeoPackageCoreConnection db,
Collection<SQLiteMasterColumn> columns,
Collection<SQLiteMasterType> types,
String tableName)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.queryByType(GeoPackageCoreConnection db,
Collection<SQLiteMasterType> types)
Query the sqlite_master table
|
static SQLiteMaster |
SQLiteMaster.queryByType(GeoPackageCoreConnection db,
Collection<SQLiteMasterType> types,
String tableName)
Query the sqlite_master table
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.