跳过导航链接
B C D G L N O P S V 

B

build(CacheOption, String, boolean) - 类 中的静态方法org.apache.shardingsphere.sql.parser.core.database.cache.ParseTreeCacheBuilder
Build parse tree cache.

C

CacheOption - org.apache.shardingsphere.sql.parser.api中的类
Cache option.
CacheOption() - 类 的构造器org.apache.shardingsphere.sql.parser.api.CacheOption
 

D

DatabaseTypedSQLParserFacadeRegistry - org.apache.shardingsphere.sql.parser.core.database.parser中的类
Database type based SQL parser facade registry.
DatabaseTypedSQLParserFacadeRegistry() - 类 的构造器org.apache.shardingsphere.sql.parser.core.database.parser.DatabaseTypedSQLParserFacadeRegistry
 

G

getFacade(String) - 类 中的静态方法org.apache.shardingsphere.sql.parser.core.database.parser.DatabaseTypedSQLParserFacadeRegistry
Get database type based SQL parser facade.
getHiddenTokens() - 类 中的方法org.apache.shardingsphere.sql.parser.core.ParseASTNode
Get hidden tokens.
getInstance() - 类 中的静态方法org.apache.shardingsphere.sql.parser.core.database.visitor.SQLVisitorFacadeRegistry
Get instance.
getRootNode() - 类 中的方法org.apache.shardingsphere.sql.parser.core.ParseASTNode
Get root node.
getSQLVisitorFacade(String, String) - 类 中的方法org.apache.shardingsphere.sql.parser.core.database.visitor.SQLVisitorFacadeRegistry
Get SQL visitor facade.

L

load(String) - 类 中的方法org.apache.shardingsphere.sql.parser.core.database.cache.ParseTreeCacheLoader
 

N

newInstance(String, String, SQLVisitorRule, Properties) - 类 中的静态方法org.apache.shardingsphere.sql.parser.core.database.visitor.SQLVisitorFactory
New instance of SQL visitor.
newInstance(String, Class<? extends SQLLexer>, Class<? extends SQLParser>, boolean) - 类 中的静态方法org.apache.shardingsphere.sql.parser.core.SQLParserFactory
New instance of SQL parser.

O

org.apache.shardingsphere.sql.parser.api - 程序包 org.apache.shardingsphere.sql.parser.api
 
org.apache.shardingsphere.sql.parser.core - 程序包 org.apache.shardingsphere.sql.parser.core
 
org.apache.shardingsphere.sql.parser.core.database.cache - 程序包 org.apache.shardingsphere.sql.parser.core.database.cache
 
org.apache.shardingsphere.sql.parser.core.database.parser - 程序包 org.apache.shardingsphere.sql.parser.core.database.parser
 
org.apache.shardingsphere.sql.parser.core.database.visitor - 程序包 org.apache.shardingsphere.sql.parser.core.database.visitor
 
org.apache.shardingsphere.sql.parser.exception - 程序包 org.apache.shardingsphere.sql.parser.exception
 

P

parse(String, boolean) - 类 中的方法org.apache.shardingsphere.sql.parser.api.SQLParserEngine
Parse SQL.
parse(String) - 类 中的方法org.apache.shardingsphere.sql.parser.core.database.parser.SQLParserExecutor
Parse SQL.
ParseASTNode - org.apache.shardingsphere.sql.parser.core中的类
Parse AST node.
ParseASTNode(ParseTree) - 类 的构造器org.apache.shardingsphere.sql.parser.core.ParseASTNode
 
ParseASTNode(ParseTree, CommonTokenStream) - 类 的构造器org.apache.shardingsphere.sql.parser.core.ParseASTNode
 
ParseContext - org.apache.shardingsphere.sql.parser.core中的类
Parse context.
ParseContext() - 类 的构造器org.apache.shardingsphere.sql.parser.core.ParseContext
 
ParseTreeCacheBuilder - org.apache.shardingsphere.sql.parser.core.database.cache中的类
Parse tree cache builder.
ParseTreeCacheBuilder() - 类 的构造器org.apache.shardingsphere.sql.parser.core.database.cache.ParseTreeCacheBuilder
 
ParseTreeCacheLoader - org.apache.shardingsphere.sql.parser.core.database.cache中的类
Parse context cache loader.
ParseTreeCacheLoader(String, boolean) - 类 的构造器org.apache.shardingsphere.sql.parser.core.database.cache.ParseTreeCacheLoader
 

S

SQLParserEngine - org.apache.shardingsphere.sql.parser.api中的类
SQL parser engine.
SQLParserEngine(String, boolean) - 类 的构造器org.apache.shardingsphere.sql.parser.api.SQLParserEngine
 
SQLParserEngine(String, CacheOption, boolean) - 类 的构造器org.apache.shardingsphere.sql.parser.api.SQLParserEngine
 
SQLParserExecutor - org.apache.shardingsphere.sql.parser.core.database.parser中的类
SQL parser executor.
SQLParserExecutor() - 类 的构造器org.apache.shardingsphere.sql.parser.core.database.parser.SQLParserExecutor
 
SQLParserFactory - org.apache.shardingsphere.sql.parser.core中的类
SQL parser factory.
SQLParserFactory() - 类 的构造器org.apache.shardingsphere.sql.parser.core.SQLParserFactory
 
SQLParsingException - org.apache.shardingsphere.sql.parser.exception中的异常错误
Throw exception when SQL parsing error.
SQLParsingException(String) - 异常错误 的构造器org.apache.shardingsphere.sql.parser.exception.SQLParsingException
 
SQLParsingException(String, Object...) - 异常错误 的构造器org.apache.shardingsphere.sql.parser.exception.SQLParsingException
 
SQLVisitorEngine - org.apache.shardingsphere.sql.parser.api中的类
SQL visitor engine.
SQLVisitorEngine() - 类 的构造器org.apache.shardingsphere.sql.parser.api.SQLVisitorEngine
 
SQLVisitorFacadeRegistry - org.apache.shardingsphere.sql.parser.core.database.visitor中的类
SQL visitor facade registry.
SQLVisitorFactory - org.apache.shardingsphere.sql.parser.core.database.visitor中的类
SQL visitor factory.
SQLVisitorFactory() - 类 的构造器org.apache.shardingsphere.sql.parser.core.database.visitor.SQLVisitorFactory
 
SQLVisitorRule - org.apache.shardingsphere.sql.parser.core.database.visitor中的枚举
SQL Visitor rule.

V

valueOf(String) - 枚举 中的静态方法org.apache.shardingsphere.sql.parser.core.database.visitor.SQLVisitorRule
返回带有指定名称的该类型的枚举常量。
valueOf(Class<? extends ParseTree>) - 枚举 中的静态方法org.apache.shardingsphere.sql.parser.core.database.visitor.SQLVisitorRule
Value of visitor rule.
values() - 枚举 中的静态方法org.apache.shardingsphere.sql.parser.core.database.visitor.SQLVisitorRule
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
visit(ParseContext) - 类 中的方法org.apache.shardingsphere.sql.parser.api.SQLVisitorEngine
Visit parse context.
B C D G L N O P S V 
跳过导航链接

Copyright © 2021 The Apache Software Foundation. All rights reserved.