| 构造器和说明 |
|---|
Dictionary(Keyword... dialectKeywords) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MySQLKeyword
MySQL keyword.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
OracleKeyword
Oracle keyword.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PostgreSQLKeyword
PostgreSQL keyword.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SQLServerKeyword
SQLServer keyword.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultKeyword
Default keyword.
|
class |
Symbol
Symbol token.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Keyword[] |
InsertSetClauseParser.getCustomizedInsertKeywords() |
protected abstract Keyword[] |
InsertDuplicateKeyUpdateClauseParser.getCustomizedInsertKeywords() |
protected abstract Keyword[] |
WhereClauseParser.getCustomizedOtherConditionOperators() |
protected Keyword[] |
TableReferencesClauseParser.getKeywordsForJoinType()
Get keywords for join type.
|
protected abstract Keyword[] |
GroupByClauseParser.getSkippedKeywordAfterGroupBy() |
protected abstract Keyword[] |
SelectListClauseParser.getSkippedKeywordsBeforeSelectItem() |
protected abstract Keyword[] |
InsertIntoClauseParser.getSkippedKeywordsBetweenTableAndValues() |
protected abstract Keyword[] |
DistinctClauseParser.getSynonymousKeywordsForDistinct() |
protected abstract Keyword[] |
InsertValuesClauseParser.getSynonymousKeywordsForValues() |
protected abstract Keyword[] |
GroupByClauseParser.getUnsupportedKeywordBeforeGroupByItem() |
protected abstract Keyword[] |
InsertIntoClauseParser.getUnsupportedKeywordsBeforeInto() |
protected abstract Keyword[] |
SelectRestClauseParser.getUnsupportedKeywordsRest() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Keyword[] |
MySQLInsertSetClauseParser.getCustomizedInsertKeywords() |
protected Keyword[] |
MySQLInsertDuplicateKeyUpdateClauseParser.getCustomizedInsertKeywords() |
protected Keyword[] |
MySQLWhereClauseParser.getCustomizedOtherConditionOperators() |
protected Keyword[] |
MySQLTableReferencesClauseParser.getKeywordsForJoinType() |
protected Keyword[] |
MySQLGroupByClauseParser.getSkippedKeywordAfterGroupBy() |
protected Keyword[] |
MySQLSelectListClauseParser.getSkippedKeywordsBeforeSelectItem() |
protected Keyword[] |
MySQLInsertIntoClauseParser.getSkippedKeywordsBetweenTableAndValues() |
protected Keyword[] |
MySQLDistinctClauseParser.getSynonymousKeywordsForDistinct() |
protected Keyword[] |
MySQLInsertValuesClauseParser.getSynonymousKeywordsForValues() |
protected Keyword[] |
MySQLGroupByClauseParser.getUnsupportedKeywordBeforeGroupByItem() |
protected Keyword[] |
MySQLInsertIntoClauseParser.getUnsupportedKeywordsBeforeInto() |
protected Keyword[] |
MySQLSelectRestClauseParser.getUnsupportedKeywordsRest() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Keyword[] |
OracleInsertSetClauseParser.getCustomizedInsertKeywords() |
protected Keyword[] |
OracleInsertDuplicateKeyUpdateClauseParser.getCustomizedInsertKeywords() |
protected Keyword[] |
OracleWhereClauseParser.getCustomizedOtherConditionOperators() |
protected Keyword[] |
OracleGroupByClauseParser.getSkippedKeywordAfterGroupBy() |
protected Keyword[] |
OracleSelectListClauseParser.getSkippedKeywordsBeforeSelectItem() |
protected Keyword[] |
OracleInsertIntoClauseParser.getSkippedKeywordsBetweenTableAndValues() |
protected Keyword[] |
OracleDistinctClauseParser.getSynonymousKeywordsForDistinct() |
protected Keyword[] |
OracleInsertValuesClauseParser.getSynonymousKeywordsForValues() |
protected Keyword[] |
OracleGroupByClauseParser.getUnsupportedKeywordBeforeGroupByItem() |
protected Keyword[] |
OracleInsertIntoClauseParser.getUnsupportedKeywordsBeforeInto() |
protected Keyword[] |
OracleSelectRestClauseParser.getUnsupportedKeywordsRest() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Keyword[] |
PostgreSQLInsertSetClauseParser.getCustomizedInsertKeywords() |
protected Keyword[] |
PostgreSQLInsertDuplicateKeyUpdateClauseParser.getCustomizedInsertKeywords() |
protected Keyword[] |
PostgreSQLWhereClauseParser.getCustomizedOtherConditionOperators() |
protected Keyword[] |
PostgreSQLGroupByClauseParser.getSkippedKeywordAfterGroupBy() |
protected Keyword[] |
PostgreSQLSelectListClauseParser.getSkippedKeywordsBeforeSelectItem() |
protected Keyword[] |
PostgreSQLInsertIntoClauseParser.getSkippedKeywordsBetweenTableAndValues() |
protected Keyword[] |
PostgreSQLDistinctClauseParser.getSynonymousKeywordsForDistinct() |
protected Keyword[] |
PostgreSQLInsertValuesClauseParser.getSynonymousKeywordsForValues() |
protected Keyword[] |
PostgreSQLGroupByClauseParser.getUnsupportedKeywordBeforeGroupByItem() |
protected Keyword[] |
PostgreSQLInsertIntoClauseParser.getUnsupportedKeywordsBeforeInto() |
protected Keyword[] |
PostgreSQLSelectRestClauseParser.getUnsupportedKeywordsRest() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Keyword[] |
SQLServerInsertSetClauseParser.getCustomizedInsertKeywords() |
protected Keyword[] |
SQLServerInsertDuplicateKeyUpdateClauseParser.getCustomizedInsertKeywords() |
protected Keyword[] |
SQLServerWhereClauseParser.getCustomizedOtherConditionOperators() |
protected Keyword[] |
SQLServerTableReferencesClauseParser.getKeywordsForJoinType() |
protected Keyword[] |
SQLServerGroupByClauseParser.getSkippedKeywordAfterGroupBy() |
protected Keyword[] |
SQLServerSelectListClauseParser.getSkippedKeywordsBeforeSelectItem() |
protected Keyword[] |
SQLServerInsertIntoClauseParser.getSkippedKeywordsBetweenTableAndValues() |
protected Keyword[] |
SQLServerDistinctClauseParser.getSynonymousKeywordsForDistinct() |
protected Keyword[] |
SQLServerInsertValuesClauseParser.getSynonymousKeywordsForValues() |
protected Keyword[] |
SQLServerGroupByClauseParser.getUnsupportedKeywordBeforeGroupByItem() |
protected Keyword[] |
SQLServerInsertIntoClauseParser.getUnsupportedKeywordsBeforeInto() |
protected Keyword[] |
SQLServerSelectRestClauseParser.getUnsupportedKeywordsRest() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Keyword[] |
AbstractAlterTableParser.getSkippedKeywordsBetweenAlterTableAndTableName() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Keyword[] |
AbstractCreateIndexParser.getSkippedKeywordsBetweenCreateAndKeyword() |
protected abstract Keyword[] |
AbstractCreateIndexParser.getSkippedKeywordsBetweenCreateIndexAndIndexName() |
protected abstract Keyword[] |
AbstractCreateIndexParser.getSkippedKeywordsBetweenCreateIndexAndKeyword() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Keyword[] |
AbstractCreateTableParser.getSkippedKeywordsBeforeTableConstraint() |
protected abstract Keyword[] |
AbstractCreateTableParser.getSkippedKeywordsBetweenCreateAndKeyword() |
protected abstract Keyword[] |
AbstractCreateTableParser.getSkippedKeywordsBetweenCreateIndexAndKeyword() |
protected abstract Keyword[] |
AbstractCreateTableParser.getSkippedKeywordsBetweenCreateTableAndTableName() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Keyword[] |
AbstractDropIndexParser.getSkippedKeywordsBetweenDropAndTable() |
protected abstract Keyword[] |
AbstractDropIndexParser.getSkippedKeywordsBetweenDropIndexAndIndexName() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Keyword[] |
AbstractDropTableParser.getSkippedKeywordsBetweenDropAndTable() |
protected abstract Keyword[] |
AbstractDropTableParser.getSkippedKeywordsBetweenDropTableAndTableName() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Keyword[] |
AbstractTruncateTableParser.getSkippedKeywordsBetweenTruncateTableAndTableName() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Keyword[] |
AbstractDeleteParser.getSkippedKeywordsBetweenDeleteAndTable() |
protected abstract Keyword[] |
AbstractDeleteParser.getUnsupportedKeywordsBetweenDeleteAndTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Keyword[] |
AbstractUpdateParser.getSkippedKeywordsBetweenUpdateAndTable() |
protected abstract Keyword[] |
AbstractUpdateParser.getUnsupportedKeywordsBetweenUpdateAndTable() |
Copyright © 2018. All rights reserved.