Uses of Class
org.apache.sis.storage.InternalDataStoreException
Packages that use InternalDataStoreException
-
Uses of InternalDataStoreException in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature that throw InternalDataStoreExceptionModifier and TypeMethodDescription(package private) final FeatureAdapter
Table.adapter
(Connection connection) Returns the converter ofResultSet
rows toFeature
instances.private static int
FeatureAdapter.appendColumn
(SQLBuilder sql, String column, Map<String, Integer> columnIndices) Appends a columns in the given builder and remember the column indices.(package private) final void
Relation.endFollowing
(List<Relation> following) Removes this relation from the given list, making sure that this relation was at the tail.private static int[]
FeatureAdapter.getColumnIndices
(SQLBuilder sql, Relation dependency, Map<String, Integer> columnIndices) Computes the 1-based indices of columns of foreigner keys of given dependency.(package private) final Table
Relation.getSearchTable()
Returns the other table identified byTableReference.catalog
,TableReference.schema
andTableReference.table
names.(package private) final void
Relation.startFollowing
(List<Relation> following) Adds this relation to the given list, making sure that the relation has not already been added.Constructors in org.apache.sis.internal.sql.feature that throw InternalDataStoreExceptionModifierConstructorDescription(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.