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 TableRelation.searchTableThe other table identified byTableReference.catalog,TableReference.schemaandTableReference.tablenames.private final TableFeatureStream.tableThe table which is the source of features.private final TableSelectionClause.tableThe table or view for which to create a SQL statement.private Table[]Database.tablesAll tables known to thisDatabasein declaration order.Fields in org.apache.sis.internal.sql.feature with type parameters of type TableModifier and TypeFieldDescriptionAnalyzer.tablesAll tables created by analysis of the database structure.private final FeatureNaming<Table>Database.tablesByNamesAll tables known to thisDatabase.Methods in org.apache.sis.internal.sql.feature that return TableModifier and TypeMethodDescription(package private) final TableRelation.getSearchTable()Returns the other table identified byTableReference.catalog,TableReference.schemaandTableReference.tablenames.final TableCreates a virtual table for the given query.final TableAnalyzer.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 voidRelation.setSearchTable(Analyzer analyzer, Table search, PrimaryKey primaryKey, Relation.Direction direction) Invoked after construction for setting the table identified byTableReference.catalog,TableReference.schemaandTableReference.tablenames.Method parameters in org.apache.sis.internal.sql.feature with type arguments of type TableModifier and TypeMethodDescription(package private) final voidTable.setDeferredSearchTables(Analyzer analyzer, Map<org.opengis.util.GenericName, Table> tables) Sets the search tables on allRelationinstances 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.privateFeatureAdapter(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.