public final class SQLStatementCacheBuilder extends Object
| 构造器和说明 |
|---|
SQLStatementCacheBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.common.cache.LoadingCache<String,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement> |
build(org.apache.shardingsphere.sql.parser.api.CacheOption option,
String databaseType,
boolean sqlCommentParseEnabled)
Build SQL statement cache.
|
public static com.google.common.cache.LoadingCache<String,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement> build(org.apache.shardingsphere.sql.parser.api.CacheOption option, String databaseType, boolean sqlCommentParseEnabled)
option - cache optiondatabaseType - database typesqlCommentParseEnabled - sql comment parse enabledCopyright © 2021 The Apache Software Foundation. All rights reserved.