Uses of Class
org.apache.sis.metadata.sql.CachedStatement
Packages that use CachedStatement
Package
Description
An implementation of Metadata interfaces
fetching the data from an SQL database.
-
Uses of CachedStatement in org.apache.sis.metadata.sql
Fields in org.apache.sis.metadata.sql declared as CachedStatementModifier and TypeFieldDescriptionprivate final CachedStatement[]MetadataSource.statementsA pool of prepared statements with a maximal capacity equals to the array length.Methods in org.apache.sis.metadata.sql that return CachedStatementModifier and TypeMethodDescriptionprivate CachedStatementMetadataSource.prepareStatement(Class<?> type, String tableName, int preferredIndex) Returns a statement that can be reused for performing queries on the table for the specified interface.Methods in org.apache.sis.metadata.sql with parameters of type CachedStatementModifier and TypeMethodDescriptionprivate intMetadataSource.recycle(CachedStatement statement, int preferredIndex) Flags the givenCachedStatementas available for reuse.