所有方法 实例方法 具体方法
| 限定符和类型 |
方法和说明 |
SQLSelectParser |
createSQLSelectParser() |
SQLSelectParser |
createSQLSelectParser(SQLExprParser exprParser) |
protected SQLUpdateStatement |
createUpdateStatement() |
SQLExprParser |
getExprParser() |
int |
getParseValuesSize() |
SchemaRepository |
getRepository() |
SQLSelectListCache |
getSelectListCache() |
SQLCreateTableParser |
getSQLCreateTableParser() |
boolean |
isKeepComments() |
boolean |
isParseCompleteValues() |
SQLStatement |
parseAlter() |
protected SQLAlterTableAlterColumn |
parseAlterColumn() |
protected SQLStatement |
parseAlterDatabase() |
void |
parseAlterDrop(SQLAlterTableStatement stmt) |
protected SQLStatement |
parseAlterFunction() |
protected SQLStatement |
parseAlterIndex() |
SQLStatement |
parseAlterMaterialized() |
protected SQLStatement |
parseAlterResourceGroup() |
protected SQLStatement |
parseAlterSchema() |
SQLAlterSequenceStatement |
parseAlterSequence() |
protected SQLAlterTableAddClusteringKey |
parseAlterTableAddClusteringKey() |
protected SQLAlterTableAddColumn |
parseAlterTableAddColumn() |
protected SQLAlterTableDropPartition |
parseAlterTableDropPartition(boolean ifExists) |
protected SQLAlterTableDropSubpartition |
parseAlterTableDropSubpartition() |
protected SQLAlterTableItem |
parseAlterTableRename() |
protected SQLAlterTableReplaceColumn |
parseAlterTableReplaceColumn() |
protected SQLStatement |
parseAnalyze() |
void |
parseAssignItems(List<? super SQLAssignItem> items,
SQLObject parent) |
void |
parseAssignItems(List<? super SQLAssignItem> items,
SQLObject parent,
boolean variant) |
SQLStatement |
parseBlock() |
SQLCallStatement |
parseCall() |
SQLStatement |
parseCase() |
SQLStatement |
parseClose() |
SQLCommentStatement |
parseComment() |
SQLStatement |
parseCommit() |
SQLStatement |
parseCopy() |
SQLStatement |
parseCreate() |
SQLStatement |
parseCreateDatabase() |
SQLStatement |
parseCreateDbLink() |
SQLStatement |
parseCreateExternalCatalog() |
SQLCreateFunctionStatement |
parseCreateFunction() |
SQLCreateIndexStatement |
parseCreateIndex(boolean acceptCreate) |
SQLStatement |
parseCreateMaterializedView() |
SQLStatement |
parseCreatePackage() |
SQLCreateProcedureStatement |
parseCreateProcedure() |
protected SQLStatement |
parseCreateResourceGroup() |
SQLStatement |
parseCreateRole() |
SQLStatement |
parseCreateSchema() |
SQLStatement |
parseCreateSequence(boolean acceptCreate) |
SQLStatement |
parseCreateSynonym() |
SQLCreateTableStatement |
parseCreateTable() |
SQLStatement |
parseCreateTableGroup() |
SQLStatement |
parseCreateTrigger() |
SQLStatement |
parseCreateType() |
SQLStatement |
parseCreateUser() |
SQLCreateViewStatement |
parseCreateView() |
SQLStatement |
parseDeclare() |
SQLDeleteStatement |
parseDeleteStatement() |
SQLStatement |
parseDescribe() |
SQLStatement |
parseDrop() |
protected SQLStatement |
parseDropCatalog() |
protected SQLDropStatement |
parseDropDatabaseOrSchema(boolean acceptDrop) |
protected SQLStatement |
parseDropEvent() |
protected SQLDropFunctionStatement |
parseDropFunction(boolean acceptDrop) |
SQLStatement |
parseDropIndex() |
protected SQLStatement |
parseDropLogFileGroup() |
SQLStatement |
parseDropMaterializedView() |
protected SQLStatement |
parseDropOutline() |
protected SQLDropProcedureStatement |
parseDropProcedure(boolean acceptDrop) |
protected SQLStatement |
parseDropResource() |
protected SQLStatement |
parseDropRole() |
protected SQLDropStatement |
parseDropSchema() |
protected SQLDropSequenceStatement |
parseDropSequence(boolean acceptDrop) |
protected SQLStatement |
parseDropServer() |
protected SQLDropTableStatement |
parseDropTable(boolean acceptDrop) |
protected SQLStatement |
parseDropTableGroup() |
protected SQLDropTableSpaceStatement |
parseDropTablespace(boolean acceptDrop) |
protected SQLDropTriggerStatement |
parseDropTrigger(boolean acceptDrop) |
SQLDropUserStatement |
parseDropUser() |
protected SQLDropViewStatement |
parseDropView(boolean acceptDrop) |
SQLStatement |
parseDump() |
protected SQLErrorLoggingClause |
parseErrorLoggingClause() |
SQLExplainStatement |
parseExplain() |
SQLFetchStatement |
parseFetch() |
SQLStatement |
parseFlashback() |
SQLStatement |
parseFor() |
protected FullTextType |
parseFullTextType() |
SQLGrantStatement |
parseGrant() |
void |
parseHints(List<SQLHint> hints) |
SQLCreateFunctionStatement |
parseHiveCreateFunction() |
protected HiveInsert |
parseHiveInsert() |
protected HiveInsertStatement |
parseHiveInsertStmt() |
SQLStatement |
parseIf() |
SQLStatement |
parseInsert() |
protected void |
parseInsert0_hinits(SQLInsertInto insertStatement) |
protected void |
parseInsert0(SQLInsertInto insertStatement) |
protected void |
parseInsert0(SQLInsertInto insertStatement,
boolean acceptSubQuery) |
protected void |
parseInsertColumns(SQLInsertInto insert) |
SQLStatement |
parseKill() |
SQLStatement |
parseLeave() |
SQLStatement |
parseList() |
SQLStatement |
parseMerge() |
protected SQLStatement |
parseMsck() |
SQLOpenStatement |
parseOpen()
parse cursor open statement
|
SQLPartitionRef |
parsePartitionRef() |
protected void |
parsePrivileages(List<SQLPrivilegeItem> privileges,
SQLObject parent) |
SQLStatement |
parsePurge() |
SQLStatement |
parseRefresh() |
SQLStatement |
parseReleaseSavePoint() |
SQLStatement |
parseRename() |
SQLStatement |
parseRepeat() |
SQLStatement |
parseReturn() |
SQLRevokeStatement |
parseRevoke() |
SQLStatement |
parseRollback() |
SQLStatement |
parseSavePoint() |
SQLStatement |
parseSelect() |
SQLStatement |
parseSet() |
SQLStatement |
parseShow() |
protected SQLShowColumnsStatement |
parseShowColumns() |
protected SQLShowCreateTableStatement |
parseShowCreateTable() |
protected SQLShowDatabasesStatement |
parseShowDatabases(boolean isPhysical) |
SQLStatement |
parseShowMaterializedView() |
protected SQLShowTableGroupsStatement |
parseShowTableGroups() |
protected SQLShowTablesStatement |
parseShowTables() |
SQLStatement |
parseStatement() |
SQLStatement |
parseStatement(boolean tryBest) |
List<SQLStatement> |
parseStatementList() |
void |
parseStatementList(List<SQLStatement> statementList) |
void |
parseStatementList(List<SQLStatement> statementList,
int max) |
void |
parseStatementList(List<SQLStatement> statementList,
int max,
SQLObject parent) |
List<SQLStatement> |
parseStatementList(SQLObject parent) |
boolean |
parseStatementListDialect(List<SQLStatement> statementList) |
SQLStatement |
parseTruncate() |
protected void |
parseUpdateSet(SQLUpdateStatement update) |
SQLUpdateStatement |
parseUpdateStatement() |
SQLStatement |
parseUpsert() |
SQLUseStatement |
parseUse() |
protected SQLExpr |
parseUser() |
protected void |
parseValueClause(List<SQLInsertStatement.ValuesClause> valueClauseList,
int columnSize,
SQLObject parent) |
protected void |
parseValueClause(List<SQLInsertStatement.ValuesClause> valueClauseList,
List<SQLColumnDefinition> columnDefinitionList,
int columnSize,
SQLObject parent) |
void |
parseValueClause(SQLInsertValueHandler valueHandler) |
protected void |
parseValueClauseNative(List<SQLInsertStatement.ValuesClause> valueClauseList,
List<SQLColumnDefinition> columnDefinitionList,
int columnSize,
SQLObject parent) |
SQLStatement |
parseWhile() |
protected SQLStatement |
parseWhoami() |
SQLStatement |
parseWith() |
SQLWithSubqueryClause |
parseWithQuery() |
void |
setKeepComments(boolean keepComments) |
void |
setParseCompleteValues(boolean parseCompleteValues) |
void |
setParseValuesSize(int parseValuesSize) |
void |
setRepository(SchemaRepository repository) |
void |
setSelectListCache(SQLSelectListCache selectListCache) |