Uses of Class
org.apache.shardingsphere.sql.parser.api.CacheOption
-
Packages that use CacheOption Package Description org.apache.shardingsphere.sql.parser.api org.apache.shardingsphere.sql.parser.core.database.cache -
-
Uses of CacheOption in org.apache.shardingsphere.sql.parser.api
Constructors in org.apache.shardingsphere.sql.parser.api with parameters of type CacheOption Constructor Description SQLParserEngine(String databaseType, CacheOption cacheOption) -
Uses of CacheOption in org.apache.shardingsphere.sql.parser.core.database.cache
Methods in org.apache.shardingsphere.sql.parser.core.database.cache with parameters of type CacheOption Modifier and Type Method Description static com.github.benmanes.caffeine.cache.LoadingCache<String,ParseASTNode>ParseTreeCacheBuilder. build(CacheOption option, String databaseType)Build parse tree cache.
-