Uses of Class
org.apache.sis.internal.sql.feature.Analyzer
Packages that use Analyzer
-
Uses of Analyzer in org.apache.sis.internal.sql.feature
Fields in org.apache.sis.internal.sql.feature declared as AnalyzerModifier and TypeFieldDescription(package private) final Analyzer
FeatureAnalyzer.analyzer
The parent analyzer for all tables.Methods in org.apache.sis.internal.sql.feature with parameters of type AnalyzerModifier and TypeMethodDescription(package private) final org.opengis.util.GenericName
Creates a name for the feature type backed by this table.(package private) final void
Table.setDeferredSearchTables
(Analyzer analyzer, Map<org.opengis.util.GenericName, Table> tables) Sets the search tables on allRelation
instances for which this operation has been deferred.(package private) final void
Relation.setSearchTable
(Analyzer analyzer, Table search, PrimaryKey primaryKey, Relation.Direction direction) Invoked after construction for setting the table identified byTableReference.catalog
,TableReference.schema
andTableReference.table
names.Constructors in org.apache.sis.internal.sql.feature with parameters of type AnalyzerModifierConstructorDescription(package private)
Creates a new column from database metadata.protected
FeatureAnalyzer
(Analyzer analyzer, TableReference id) Creates a new analyzer.(package private)
QueryAnalyzer
(Analyzer analyzer, org.opengis.util.GenericName name, String query, String definition) Creates a new analyzer for a query.(package private)
Relation
(Analyzer analyzer, Relation.Direction dir, ResultSet reflect) Creates a new relation for an imported key.(package private)
TableAnalyzer
(Analyzer analyzer, TableReference id, TableReference dependencyOf) Creates an analyzer for the table of the given name.