Uses of Class
org.apache.sis.internal.sql.feature.Table
Packages that use Table
-
Uses of Table in org.apache.sis.internal.sql.feature
Fields in org.apache.sis.internal.sql.feature declared as TableModifier and TypeFieldDescriptionprivate Table
Relation.searchTable
The other table identified byTableReference.catalog
,TableReference.schema
andTableReference.table
names.private final Table
FeatureStream.table
The table which is the source of features.private final Table
SelectionClause.table
The table or view for which to create a SQL statement.private Table[]
Database.tables
All tables known to thisDatabase
in declaration order.Fields in org.apache.sis.internal.sql.feature with type parameters of type TableModifier and TypeFieldDescriptionAnalyzer.tables
All tables created by analysis of the database structure.private final FeatureNaming<Table>
Database.tablesByNames
All tables known to thisDatabase
.Methods in org.apache.sis.internal.sql.feature that return TableModifier and TypeMethodDescription(package private) final Table
Relation.getSearchTable()
Returns the other table identified byTableReference.catalog
,TableReference.schema
andTableReference.table
names.final Table
Creates a virtual table for the given query.final Table
Analyzer.table
(TableReference id, org.opengis.util.GenericName name, TableReference dependencyOf) Returns the table of the given name if it exists, or creates it otherwise.Methods in org.apache.sis.internal.sql.feature that return types with arguments of type TableModifier and TypeMethodDescription(package private) final Collection<Table>
Analyzer.finish()
Invoked after we finished to create all tables.Methods in org.apache.sis.internal.sql.feature with parameters of type TableModifier and TypeMethodDescription(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.Method parameters in org.apache.sis.internal.sql.feature with type arguments of type TableModifier and TypeMethodDescription(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.Constructors in org.apache.sis.internal.sql.feature with parameters of type TableModifierConstructorDescription(package private)
FeatureAdapter
(Table table, DatabaseMetaData metadata) Creates a new adapter for features in the given table.private
FeatureAdapter
(Table table, DatabaseMetaData metadata, List<Relation> following, Relation noFollow) Creates a new adapter for features in the given table.(package private)
FeatureIterator
(Table table, Connection connection, boolean distinct, String filter, SortBy<? super AbstractFeature> sort, long offset, long count) Creates a new iterator over features.(package private)
FeatureStream
(Table table, boolean parallel) Creates a new stream of features.(package private)
SelectionClause
(Table table) Creates a new builder for the given table.(package private)
Creates a new table as a projection (subset of columns) of the given table.