Package org.jdbi.v3.core.statement
Class CachingSqlParser
java.lang.Object
org.jdbi.v3.core.statement.CachingSqlParser
- All Implemented Interfaces:
- SqlParser
- Direct Known Subclasses:
- ColonPrefixSqlParser,- HashPrefixSqlParser
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe default size of the parsed SQL cache.
- 
Method SummaryModifier and TypeMethodDescription<T> TReturns cache statistics for the internal sql parser cache.parse(String sql, StatementContext ctx) Parses the given SQL statement, and returns theParsedSqlfor the statement.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.statement.SqlParsernameParameter
- 
Field Details- 
PARSED_SQL_CACHE_SIZEpublic static final int PARSED_SQL_CACHE_SIZEThe default size of the parsed SQL cache.- See Also:
 
 
- 
- 
Method Details