Modifier and Type | Method and Description |
---|---|
static List<SQLStatement> |
SQLUtils.parseStatements(String sql,
String dbType) |
static List<SQLStatement> |
SQLUtils.toStatementList(String sql,
String dbType) |
Modifier and Type | Method and Description |
---|---|
static void |
SQLUtils.addCondition(SQLStatement stmt,
SQLBinaryOperator op,
SQLExpr condition,
boolean left) |
static void |
SQLUtils.addSelectItem(SQLStatement stmt,
SQLExpr expr,
String alias,
boolean first) |
Modifier and Type | Method and Description |
---|---|
static SQLASTOutputVisitor |
SQLUtils.createFormatOutputVisitor(Appendable out,
List<SQLStatement> statementList,
String dbType) |
static SchemaStatVisitor |
SQLUtils.createSchemaStatVisitor(List<SQLStatement> statementList,
String dbType)
Deprecated.
|
static String |
SQLUtils.toSQLString(List<SQLStatement> statementList,
String dbType) |
static String |
SQLUtils.toSQLString(List<SQLStatement> statementList,
String dbType,
List<Object> parameters) |
static String |
SQLUtils.toSQLString(List<SQLStatement> statementList,
String dbType,
List<Object> parameters,
SQLUtils.FormatOption option) |
static String |
SQLUtils.toSQLString(List<SQLStatement> statementList,
String dbType,
List<Object> parameters,
SQLUtils.FormatOption option,
Map<String,String> tableMapping) |
static String |
SQLUtils.toSQLString(List<SQLStatement> statementList,
String dbType,
SQLUtils.FormatOption option) |
Modifier and Type | Class and Description |
---|---|
class |
SQLStatementImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
SQLDDLStatement |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
SQLCreateProcedureStatement.getBlock() |
SQLStatement |
SQLCreateTriggerStatement.getBody() |
SQLStatement |
SQLExplainStatement.getStatement() |
Modifier and Type | Method and Description |
---|---|
List<SQLStatement> |
SQLBlockStatement.getStatementList() |
List<SQLStatement> |
SQLLoopStatement.getStatements() |
List<SQLStatement> |
SQLIfStatement.getStatements() |
List<SQLStatement> |
SQLIfStatement.ElseIf.getStatements() |
List<SQLStatement> |
SQLIfStatement.Else.getStatements() |
Modifier and Type | Method and Description |
---|---|
void |
SQLCreateProcedureStatement.setBlock(SQLStatement block) |
void |
SQLCreateTriggerStatement.setBody(SQLStatement body) |
void |
SQLExplainStatement.setStatement(SQLStatement statement) |
Modifier and Type | Method and Description |
---|---|
void |
SQLBlockStatement.setStatementList(List<SQLStatement> statementList) |
void |
SQLLoopStatement.setStatements(List<SQLStatement> statements) |
void |
SQLIfStatement.setStatements(List<SQLStatement> statements) |
void |
SQLIfStatement.ElseIf.setStatements(List<SQLStatement> statements) |
void |
SQLIfStatement.Else.setStatements(List<SQLStatement> statements) |
Modifier and Type | Class and Description |
---|---|
class |
DB2StatementImpl |
Modifier and Type | Class and Description |
---|---|
class |
DB2ValuesStatement |
Modifier and Type | Method and Description |
---|---|
boolean |
DB2StatementParser.parseStatementListDialect(List<SQLStatement> statementList) |
Modifier and Type | Class and Description |
---|---|
class |
MySqlCaseStatement |
class |
MySqlCursorDeclareStatement |
class |
MySqlDeclareConditionStatement |
class |
MySqlDeclareHandlerStatement |
class |
MySqlDeclareStatement |
class |
MySqlIterateStatement |
class |
MySqlLeaveStatement |
class |
MySqlRepeatStatement |
class |
MySqlSelectIntoStatement |
class |
MySqlWhileStatement |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
MySqlDeclareHandlerStatement.getSpStatement() |
Modifier and Type | Method and Description |
---|---|
List<SQLStatement> |
MySqlWhileStatement.getStatements() |
List<SQLStatement> |
MySqlRepeatStatement.getStatements() |
List<SQLStatement> |
MySqlCaseStatement.MySqlWhenStatement.getStatements() |
Modifier and Type | Method and Description |
---|---|
static MySqlStatementType |
MySqlStatementType.getType(SQLStatement stmt) |
void |
MySqlDeclareHandlerStatement.setSpStatement(SQLStatement spStatement) |
Modifier and Type | Method and Description |
---|---|
void |
MySqlWhileStatement.setStatements(List<SQLStatement> statements) |
void |
MySqlRepeatStatement.setStatements(List<SQLStatement> statements) |
void |
MySqlCaseStatement.MySqlWhenStatement.setStatements(List<SQLStatement> statements) |
Modifier and Type | Interface and Description |
---|---|
interface |
MySqlShowStatement |
interface |
MySqlStatement |
Modifier and Type | Method and Description |
---|---|
static int |
MySqlProcedureExecutor.executeAssign(SQLStatement stmt) |
static int |
MySqlProcedureExecutor.executeCase(SQLStatement stmt) |
static int |
MySqlProcedureExecutor.executeClose(SQLStatement stmt) |
static int |
MySqlProcedureExecutor.executeFetch(SQLStatement stmt) |
static int |
MySqlProcedureExecutor.executeFunction(SQLStatement stmt) |
static int |
MySqlProcedureExecutor.executeIf(SQLStatement stmt) |
static int |
MySqlProcedureExecutor.executeLoop(SQLStatement stmt) |
static int |
MySqlProcedureExecutor.executeOpen(SQLStatement stmt) |
static int |
MySqlProcedureExecutor.executeSQL(SQLStatement stmt) |
static int |
MySqlProcedureExecutor.executeStatement(SQLStatement stmt) |
static int |
MySqlProcedureExecutor.executeWhile(SQLStatement stmt) |
Modifier and Type | Method and Description |
---|---|
static int |
MySqlProcedureExecutor.executeStatements(List<SQLStatement> list) |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
MySqlStatementParser.parseAlter() |
SQLStatement |
MySqlStatementParser.parseAlterDatabase() |
SQLStatement |
MySqlStatementParser.parseBinlog() |
SQLStatement |
MySqlStatementParser.parseCreate() |
SQLStatement |
MySqlStatementParser.parseCreateDatabase() |
SQLStatement |
MySqlStatementParser.parseCreateIndex(boolean acceptCreate) |
SQLStatement |
MySqlStatementParser.parseCreateUser() |
SQLStatement |
MySqlStatementParser.parseKill() |
SQLStatement |
MySqlStatementParser.parseRename() |
SQLStatement |
MySqlStatementParser.parseReset() |
SQLStatement |
MySqlStatementParser.parseSelect() |
SQLStatement |
MySqlStatementParser.parseSet() |
SQLStatement |
MySqlStatementParser.parseShow() |
SQLStatement |
MySqlStatementParser.parseSpStatement()
zhujun [455910092@qq.com]
parse spstatement
|
Modifier and Type | Method and Description |
---|---|
boolean |
MySqlStatementParser.parseStatementListDialect(List<SQLStatement> statementList) |
Modifier and Type | Class and Description |
---|---|
class |
OdpsAddStatisticStatement |
class |
OdpsAnalyzeTableStatement |
class |
OdpsCreateTableStatement |
class |
OdpsDescStmt |
class |
OdpsGrantStmt |
class |
OdpsInsertStatement |
class |
OdpsListStmt |
class |
OdpsReadStatement |
class |
OdpsRemoveStatisticStatement |
class |
OdpsSetLabelStatement |
class |
OdpsShowGrantsStmt |
class |
OdpsShowPartitionsStmt |
class |
OdpsShowStatisticStmt |
class |
OdpsStatementImpl |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
OdpsStatementParser.parseInsert() |
SQLStatement |
OdpsStatementParser.parseSet() |
SQLStatement |
OdpsStatementParser.parseShow() |
Modifier and Type | Method and Description |
---|---|
boolean |
OdpsStatementParser.parseStatementListDialect(List<SQLStatement> statementList) |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
OdpsOutputVisitor.parseInsert() |
Modifier and Type | Interface and Description |
---|---|
interface |
OracleDDLStatement |
interface |
OracleStatement |
Modifier and Type | Class and Description |
---|---|
class |
OracleAlterIndexStatement |
class |
OracleAlterProcedureStatement |
class |
OracleAlterSessionStatement |
class |
OracleAlterSynonymStatement |
class |
OracleAlterTablespaceStatement |
class |
OracleAlterTriggerStatement |
class |
OracleAlterViewStatement |
class |
OracleCommitStatement |
class |
OracleCreateDatabaseDbLinkStatement |
class |
OracleCreateIndexStatement |
class |
OracleCreateTableStatement |
class |
OracleDeleteStatement |
class |
OracleDropDbLinkStatement |
class |
OracleExceptionStatement |
class |
OracleExitStatement |
class |
OracleExplainStatement |
class |
OracleExprStatement |
class |
OracleForStatement |
class |
OracleGotoStatement |
class |
OracleInsertStatement |
class |
OracleLabelStatement |
class |
OracleLockTableStatement |
class |
OracleMultiInsertStatement |
class |
OraclePLSQLCommitStatement |
class |
OracleSavePointStatement |
class |
OracleSetTransactionStatement |
class |
OracleStatementImpl |
class |
OracleUpdateStatement |
Modifier and Type | Method and Description |
---|---|
List<SQLStatement> |
OracleForStatement.getStatements() |
List<SQLStatement> |
OracleExceptionStatement.Item.getStatements() |
Modifier and Type | Method and Description |
---|---|
void |
OracleForStatement.setStatements(List<SQLStatement> statements) |
void |
OracleExceptionStatement.Item.setStatements(List<SQLStatement> statements) |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
OracleStatementParser.parseCreateDbLink() |
SQLStatement |
OracleStatementParser.parseIf() |
SQLStatement |
OracleStatementParser.parserAlter() |
SQLStatement |
OracleStatementParser.parseSet() |
Modifier and Type | Method and Description |
---|---|
void |
OracleStatementParser.parseStatementList(List<SQLStatement> statementList,
int max) |
Modifier and Type | Class and Description |
---|---|
class |
PhoenixStatementImpl
Created by wenshao on 16/9/14.
|
class |
PhoenixUpsertStatement
Created by wenshao on 16/9/14.
|
Modifier and Type | Method and Description |
---|---|
SQLStatement |
PGWithQuery.getQuery() |
Modifier and Type | Method and Description |
---|---|
void |
PGWithQuery.setQuery(SQLStatement query) |
Modifier and Type | Interface and Description |
---|---|
interface |
PGSQLStatement |
Modifier and Type | Class and Description |
---|---|
class |
PGDeleteStatement |
class |
PGInsertStatement |
class |
PGSelectStatement |
class |
PGShowStatement |
class |
PGUpdateStatement |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
PGSQLStatementParser.parseShow() |
SQLStatement |
PGSQLStatementParser.parseWith() |
Modifier and Type | Method and Description |
---|---|
boolean |
PGSQLStatementParser.parseStatementListDialect(List<SQLStatement> statementList) |
Modifier and Type | Interface and Description |
---|---|
interface |
SQLServerStatement |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerCommitStatement |
class |
SQLServerDeclareStatement |
class |
SQLServerExecStatement |
class |
SQLServerInsertStatement |
class |
SQLServerRollbackStatement |
class |
SQLServerSetStatement |
class |
SQLServerSetTransactionIsolationLevelStatement |
class |
SQLServerUpdateStatement |
class |
SQLServerWaitForStatement |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
SQLServerWaitForStatement.getStatement() |
Modifier and Type | Method and Description |
---|---|
void |
SQLServerWaitForStatement.setStatement(SQLStatement statement) |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
SQLServerStatementParser.parseBlock() |
SQLStatement |
SQLServerStatementParser.parseDeclare() |
SQLStatement |
SQLServerStatementParser.parseInsert() |
SQLStatement |
SQLServerStatementParser.parseSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
SQLServerStatementParser.parseStatementListDialect(List<SQLStatement> statementList) |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
SQLStatementParser.parseAlter() |
SQLStatement |
SQLStatementParser.parseBlock() |
SQLStatement |
SQLStatementParser.parseClose() |
SQLStatement |
SQLStatementParser.parseCommit() |
SQLStatement |
SQLStatementParser.parseCreate() |
SQLStatement |
SQLStatementParser.parseCreateDatabase() |
SQLStatement |
SQLStatementParser.parseCreateDbLink() |
SQLStatement |
SQLStatementParser.parseCreateIndex(boolean acceptCreate) |
SQLStatement |
SQLStatementParser.parseCreateProcedure() |
SQLStatement |
SQLStatementParser.parseCreateSequence(boolean acceptCreate) |
SQLStatement |
SQLStatementParser.parseCreateTrigger() |
SQLStatement |
SQLStatementParser.parseDropIndex() |
SQLStatement |
SQLStatementParser.parseInsert() |
SQLStatement |
SQLStatementParser.parseReleaseSavePoint() |
SQLStatement |
SQLStatementParser.parseRename() |
SQLStatement |
SQLStatementParser.parseSavePoint() |
SQLStatement |
SQLStatementParser.parseSelect() |
SQLStatement |
SQLStatementParser.parseSet() |
SQLStatement |
SQLStatementParser.parseShow() |
SQLStatement |
SQLStatementParser.parseStatement() |
SQLStatement |
SQLStatementParser.parseStatement(boolean tryBest) |
SQLStatement |
SQLStatementParser.parseTruncate() |
SQLStatement |
SQLStatementParser.parseUpsert() |
Modifier and Type | Method and Description |
---|---|
List<SQLStatement> |
SQLStatementParser.parseStatementList() |
Modifier and Type | Method and Description |
---|---|
void |
SQLStatementParser.parseStatementList(List<SQLStatement> statementList) |
void |
SQLStatementParser.parseStatementList(List<SQLStatement> statementList,
int max) |
boolean |
SQLStatementParser.parseStatementListDialect(List<SQLStatement> statementList) |
Modifier and Type | Method and Description |
---|---|
static String |
ParameterizedOutputVisitorUtils.parameterize(List<SQLStatement> statementList,
String dbType) |
Modifier and Type | Method and Description |
---|---|
List<SQLStatement> |
WallCheckResult.getStatementList() |
Constructor and Description |
---|
WallCheckResult(WallSqlStat sqlStat,
List<SQLStatement> stmtList) |
WallCheckResult(WallSqlStat sqlStat,
List<Violation> violations,
Map<String,WallSqlTableStat> tableStats,
Map<String,WallSqlFunctionStat> functionStats,
List<SQLStatement> statementList,
boolean syntaxError) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.