Uses of Class
mil.nga.geopackage.io.SQLExecResult
-
Packages that use SQLExecResult Package Description mil.nga.geopackage.io -
-
Uses of SQLExecResult in mil.nga.geopackage.io
Methods in mil.nga.geopackage.io that return SQLExecResult Modifier and Type Method Description static SQLExecResult
SQLExecAlterTable. alterTable(GeoPackage database, String sql)
Handle alter table statements that are unsupported, non spec compliant, or require additional modificationsstatic SQLExecResult
SQLExec. executeSQL(File databaseFile, String sql)
Execute the SQL on the databasestatic SQLExecResult
SQLExec. executeSQL(File databaseFile, String sql, Integer maxRows)
Execute the SQL on the databasestatic SQLExecResult
SQLExec. executeSQL(GeoPackage database, String sql)
Execute the SQL on the databasestatic SQLExecResult
SQLExec. executeSQL(GeoPackage database, String sql, Integer maxRows)
Execute the SQL on the GeoPackage databasestatic SQLExecResult
SQLExec. executeSQL(GeoPackage database, String sql, Projection projection, Integer maxRows)
Execute the SQL on the GeoPackage database
-