Skip navigation links
C E F G N O P S V 

C

clear() - Method in class org.apache.shardingsphere.sql.parser.cache.SQLParseResultCache
Clear cache.

E

execute() - Method in class org.apache.shardingsphere.sql.parser.core.parser.SQLParserExecutor
Execute to parse SQL.

F

finishFailure(Exception) - Method in interface org.apache.shardingsphere.sql.parser.hook.ParsingHook
Handle when parse finished failure.
finishFailure(Exception) - Method in class org.apache.shardingsphere.sql.parser.hook.SPIParsingHook
 
finishSuccess(SQLStatement) - Method in interface org.apache.shardingsphere.sql.parser.hook.ParsingHook
Handle when parse finished success.
finishSuccess(SQLStatement) - Method in class org.apache.shardingsphere.sql.parser.hook.SPIParsingHook
 

G

getRootNode() - Method in class org.apache.shardingsphere.sql.parser.core.ParseASTNode
Get root node.
getSQLParserEngine(String) - Static method in class org.apache.shardingsphere.sql.parser.SQLParserEngineFactory
Get SQL parser engine.
getSQLStatement(String) - Method in class org.apache.shardingsphere.sql.parser.cache.SQLParseResultCache
Get SQL statement.

N

newInstance(String, String) - Static method in class org.apache.shardingsphere.sql.parser.core.parser.SQLParserFactory
New instance of SQL parser.
newInstance(String, VisitorRule) - Static method in class org.apache.shardingsphere.sql.parser.core.visitor.ParseTreeVisitorFactory
New instance of SQL visitor.

O

org.apache.shardingsphere.sql.parser - package org.apache.shardingsphere.sql.parser
 
org.apache.shardingsphere.sql.parser.cache - package org.apache.shardingsphere.sql.parser.cache
 
org.apache.shardingsphere.sql.parser.core - package org.apache.shardingsphere.sql.parser.core
 
org.apache.shardingsphere.sql.parser.core.parser - package org.apache.shardingsphere.sql.parser.core.parser
 
org.apache.shardingsphere.sql.parser.core.visitor - package org.apache.shardingsphere.sql.parser.core.visitor
 
org.apache.shardingsphere.sql.parser.exception - package org.apache.shardingsphere.sql.parser.exception
 
org.apache.shardingsphere.sql.parser.hook - package org.apache.shardingsphere.sql.parser.hook
 

P

parse(String, boolean) - Method in class org.apache.shardingsphere.sql.parser.SQLParserEngine
Parse SQL.
ParseASTNode - Class in org.apache.shardingsphere.sql.parser.core
Parse AST node.
ParseASTNode() - Constructor for class org.apache.shardingsphere.sql.parser.core.ParseASTNode
 
ParseTreeVisitorFactory - Class in org.apache.shardingsphere.sql.parser.core.visitor
Parse tree visitor factory.
ParseTreeVisitorFactory() - Constructor for class org.apache.shardingsphere.sql.parser.core.visitor.ParseTreeVisitorFactory
 
ParsingHook - Interface in org.apache.shardingsphere.sql.parser.hook
Parsing hook.
put(String, SQLStatement) - Method in class org.apache.shardingsphere.sql.parser.cache.SQLParseResultCache
Put SQL and parse result into cache.

S

SPIParsingHook - Class in org.apache.shardingsphere.sql.parser.hook
Parsing hook for SPI.
SPIParsingHook() - Constructor for class org.apache.shardingsphere.sql.parser.hook.SPIParsingHook
 
SQLParserEngine - Class in org.apache.shardingsphere.sql.parser
SQL parser engine.
SQLParserEngine() - Constructor for class org.apache.shardingsphere.sql.parser.SQLParserEngine
 
SQLParserEngineFactory - Class in org.apache.shardingsphere.sql.parser
SQL parser engine factory.
SQLParserEngineFactory() - Constructor for class org.apache.shardingsphere.sql.parser.SQLParserEngineFactory
 
SQLParseResultCache - Class in org.apache.shardingsphere.sql.parser.cache
SQL parse result cache.
SQLParseResultCache() - Constructor for class org.apache.shardingsphere.sql.parser.cache.SQLParseResultCache
 
SQLParserExecutor - Class in org.apache.shardingsphere.sql.parser.core.parser
SQL parser executor.
SQLParserExecutor() - Constructor for class org.apache.shardingsphere.sql.parser.core.parser.SQLParserExecutor
 
SQLParserFactory - Class in org.apache.shardingsphere.sql.parser.core.parser
SQL parser factory.
SQLParserFactory() - Constructor for class org.apache.shardingsphere.sql.parser.core.parser.SQLParserFactory
 
SQLParsingException - Exception in org.apache.shardingsphere.sql.parser.exception
Throw exception when SQL parsing error.
SQLParsingException(String, Object...) - Constructor for exception org.apache.shardingsphere.sql.parser.exception.SQLParsingException
 
start(String) - Method in interface org.apache.shardingsphere.sql.parser.hook.ParsingHook
Handle when parse started.
start(String) - Method in class org.apache.shardingsphere.sql.parser.hook.SPIParsingHook
 

V

valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.core.visitor.VisitorRule
Returns the enum constant of this type with the specified name.
valueOf(Class<? extends ParseTree>) - Static method in enum org.apache.shardingsphere.sql.parser.core.visitor.VisitorRule
Value of visitor rule.
values() - Static method in enum org.apache.shardingsphere.sql.parser.core.visitor.VisitorRule
Returns an array containing the constants of this enum type, in the order they are declared.
VisitorRule - Enum in org.apache.shardingsphere.sql.parser.core.visitor
Visitor rule.
C E F G N O P S V 
Skip navigation links

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