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.statements
A 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 CachedStatement
MetadataSource.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 int
MetadataSource.recycle
(CachedStatement statement, int preferredIndex) Flags the givenCachedStatement
as available for reuse.