Uses of Interface
org.apache.sis.internal.sql.feature.SchemaModifier
Packages that use SchemaModifier
Package
Description
Build
DefaultFeatureTypes 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 SchemaModifierAnalyzer.customizerUser-specified modification to the features, ornullif none.Fields in org.apache.sis.internal.sql.feature with type parameters of type SchemaModifierModifier and TypeFieldDescriptionstatic final OptionKey<SchemaModifier>SchemaModifier.OPTIONThe option for declaring a schema modifier atSQLStorecreation time.Methods in org.apache.sis.internal.sql.feature with parameters of type SchemaModifierModifier and TypeMethodDescriptionprivate voidDatabase.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 SchemaModifierSQLStore.customizerThe user-specified method for customizing the schema inferred by table analysis.