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 FeatureAdapterTable.adapter(Connection connection) Returns the converter ofResultSetrows toFeatureinstances.private static intFeatureAdapter.appendColumn(SQLBuilder sql, String column, Map<String, Integer> columnIndices) Appends a columns in the given builder and remember the column indices.(package private) final voidRelation.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 TableRelation.getSearchTable()Returns the other table identified byTableReference.catalog,TableReference.schemaandTableReference.tablenames.(package private) final voidRelation.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.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.