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 SQLExecResultSQLExecAlterTable. alterTable(GeoPackage database, String sql)Handle alter table statements that are unsupported, non spec compliant, or require additional modificationsstatic SQLExecResultSQLExec. executeSQL(File databaseFile, String sql)Execute the SQL on the databasestatic SQLExecResultSQLExec. executeSQL(File databaseFile, String sql, Integer maxRows)Execute the SQL on the databasestatic SQLExecResultSQLExec. executeSQL(GeoPackage database, String sql)Execute the SQL on the databasestatic SQLExecResultSQLExec. executeSQL(GeoPackage database, String sql, Integer maxRows)Execute the SQL on the GeoPackage databasestatic SQLExecResultSQLExec. executeSQL(GeoPackage database, String sql, Projection projection, Integer maxRows)Execute the SQL on the GeoPackage database
-