public class ExtensionsTests extends CommonFixture
Sources
CommonFixture.GeoPackageVersiondatabaseConnection, dataSource, gpkgFile, ROOT_PKG_PATH| Constructor and Description |
|---|
ExtensionsTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
extensionsColumnScope()
The scope column value in a gpkg_extensions row SHALL be lowercase
"read-write" for an extension that affects both readers and writers,
or "write-only" for an extension that affects only writers.
|
void |
extensionsColumnValues()
The `column_name` column value in a `gpkg_extensions` row SHALL be the
name of a column in the table specified by the `table_name` column
value for that row, or be NULL.
|
void |
extensionsTableDefinition()
A GeoPackage MAY contain a table or updateable view named
gpkg_extensions.
|
void |
extensionsTableValues()
Values of the `gpkg_extensions` `table_name` column SHALL reference
values in the `gpkg_contents` `table_name` column or be NULL.They
SHALL NOT be NULL for rows where the `column_name` value is not NULL.
|
void |
validateTableExists(org.testng.ITestContext testContext) |
checkPrimaryKey, close, getAllowedVersions, getGeopackageVersion, getPrimaryKeyColumn, getTestName, initCommonFixture, isExtendedType, setTestName, validateClassEnabledpublic void validateTableExists(org.testng.ITestContext testContext)
throws SQLException
SQLExceptionpublic void extensionsTableDefinition()
throws SQLException
SQLException - If an SQL query causes an errorpublic void extensionsTableValues()
throws SQLException
SQLException - If an SQL query causes an errorpublic void extensionsColumnValues()
throws SQLException
SQLException - If an SQL query causes an errorpublic void extensionsColumnScope()
throws SQLException
SQLException - If an SQL query causes an errorCopyright © 2018 Open Geospatial Consortium. All rights reserved.