Uses of Interface
org.apache.sis.internal.sql.feature.SchemaModifier
Packages that use SchemaModifier
Package
Description
Build
DefaultFeatureType
s by inspection of database schemas.Data store capable to read and create features from a JDBC connection to a database.
-
Uses of SchemaModifier in org.apache.sis.internal.sql.feature
Fields in org.apache.sis.internal.sql.feature declared as SchemaModifierModifier and TypeFieldDescription(package private) final SchemaModifier
Analyzer.customizer
User-specified modification to the features, ornull
if none.Fields in org.apache.sis.internal.sql.feature with type parameters of type SchemaModifierModifier and TypeFieldDescriptionstatic final OptionKey<SchemaModifier>
SchemaModifier.OPTION
The option for declaring a schema modifier atSQLStore
creation time.Methods in org.apache.sis.internal.sql.feature with parameters of type SchemaModifierModifier and TypeMethodDescriptionprivate void
Database.analyze
(SQLStore store, Connection connection, org.opengis.util.GenericName[] tableNames, ResourceDefinition[] queries, SchemaModifier customizer) Creates a model about the specified tables in the database.static Database<?>
Database.create
(SQLStore store, DataSource source, Connection connection, GeometryLibrary geomLibrary, org.opengis.util.GenericName[] tableNames, ResourceDefinition[] queries, SchemaModifier customizer, StoreListeners listeners) Creates a new handler for a spatial database.Constructors in org.apache.sis.internal.sql.feature with parameters of type SchemaModifierModifierConstructorDescription(package private)
Analyzer
(Database<?> database, Connection connection, DatabaseMetaData metadata, SchemaModifier customizer) Creates a new analyzer for the database described by given metadata. -
Uses of SchemaModifier in org.apache.sis.storage.sql
Fields in org.apache.sis.storage.sql declared as SchemaModifierModifier and TypeFieldDescriptionprivate final SchemaModifier
SQLStore.customizer
The user-specified method for customizing the schema inferred by table analysis.