Modifier and Type | Method and Description |
---|---|
static SQLDataType |
SQLTransformUtils.transformOracleToAliyunAds(SQLDataType x) |
static SQLDataType |
SQLTransformUtils.transformOracleToMySql(SQLDataType x) |
static SQLDataType |
SQLTransformUtils.transformOracleToPostgresql(SQLDataType x) |
Modifier and Type | Method and Description |
---|---|
static SQLDataType |
SQLTransformUtils.transformOracleToAliyunAds(SQLDataType x) |
static SQLDataType |
SQLTransformUtils.transformOracleToMySql(SQLDataType x) |
static SQLDataType |
SQLTransformUtils.transformOracleToPostgresql(SQLDataType x) |
Modifier and Type | Class and Description |
---|---|
class |
SQLDataTypeImpl |
class |
SQLRecordDataType |
Modifier and Type | Method and Description |
---|---|
SQLDataType |
SQLDataType.clone() |
SQLDataType |
SQLObjectImpl.computeDataType() |
SQLDataType |
SQLExprImpl.computeDataType() |
SQLDataType |
SQLExpr.computeDataType() |
SQLDataType |
SQLParameter.getDataType() |
SQLDataType |
SQLObjectWithDataType.getDataType() |
SQLDataType |
SQLDeclareItem.getDataType() |
Modifier and Type | Method and Description |
---|---|
void |
SQLParameter.setDataType(SQLDataType dataType) |
void |
SQLObjectWithDataType.setDataType(SQLDataType dataType) |
void |
SQLDeclareItem.setDataType(SQLDataType dataType) |
Constructor and Description |
---|
SQLDeclareItem(SQLName name,
SQLDataType dataType) |
SQLDeclareItem(SQLName name,
SQLDataType dataType,
SQLExpr value) |
Modifier and Type | Field and Description |
---|---|
static SQLDataType |
SQLTimestampExpr.DEFAULT_DATA_TYPE |
static SQLDataType |
SQLIntegerExpr.DEFAULT_DATA_TYPE |
static SQLDataType |
SQLDateExpr.DEFAULT_DATA_TYPE |
static SQLDataType |
SQLCharExpr.DEFAULT_DATA_TYPE |
static SQLDataType |
SQLBooleanExpr.DEFAULT_DATA_TYPE |
static SQLDataType |
SQLNumberExpr.defaultDataType |
Modifier and Type | Method and Description |
---|---|
void |
SQLCastExpr.setDataType(SQLDataType dataType) |
Modifier and Type | Class and Description |
---|---|
class |
SQLCharacterDataType |
Modifier and Type | Method and Description |
---|---|
SQLDataType |
SQLSelectItem.computeDataType() |
SQLDataType |
SQLCreateFunctionStatement.getDataType() |
SQLDataType |
SQLColumnDefinition.getDataType() |
SQLDataType |
SQLCreateFunctionStatement.getReturnDataType() |
Modifier and Type | Method and Description |
---|---|
void |
SQLCreateFunctionStatement.setDataType(SQLDataType dataType) |
void |
SQLColumnDefinition.setDataType(SQLDataType dataType) |
void |
SQLCreateFunctionStatement.setReturnDataType(SQLDataType returnDataType) |
Constructor and Description |
---|
SQLDeclareStatement(SQLName name,
SQLDataType dataType) |
SQLDeclareStatement(SQLName name,
SQLDataType dataType,
SQLExpr value) |
Modifier and Type | Method and Description |
---|---|
boolean |
MySqlOutputVisitor.visit(SQLDataType x) |
Modifier and Type | Method and Description |
---|---|
boolean |
OdpsOutputVisitor.visit(SQLDataType x) |
Modifier and Type | Class and Description |
---|---|
class |
OracleDataTypeIntervalDay |
class |
OracleDataTypeIntervalYear |
Modifier and Type | Method and Description |
---|---|
SQLDataType |
OracleSQLObjectImpl.computeDataType() |
Modifier and Type | Method and Description |
---|---|
SQLDataType |
OracleAnalytic.computeDataType() |
Modifier and Type | Method and Description |
---|---|
SQLDataType |
OracleCreateTypeStatement.getTableOf() |
SQLDataType |
OracleCreateTypeStatement.getVarrayDataType() |
Modifier and Type | Method and Description |
---|---|
void |
OracleCreateTypeStatement.setTableOf(SQLDataType x) |
void |
OracleCreateTypeStatement.setVarrayDataType(SQLDataType x) |
Modifier and Type | Class and Description |
---|---|
class |
OracleFunctionDataType |
class |
OracleProcedureDataType |
Modifier and Type | Method and Description |
---|---|
SQLDataType |
OracleFunctionDataType.getReturnDataType() |
SQLDataType |
OracleExprParser.parseDataType(boolean restrict) |
Modifier and Type | Method and Description |
---|---|
void |
OracleFunctionDataType.setReturnDataType(SQLDataType x) |
Modifier and Type | Method and Description |
---|---|
SQLDataType |
PGExprParser.parseDataType() |
Modifier and Type | Method and Description |
---|---|
SQLDataType |
SQLExprParser.parseDataType() |
SQLDataType |
SQLExprParser.parseDataType(boolean restrict) |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLDataType x) |
void |
SQLASTVisitor.endVisit(SQLDataType x) |
boolean |
SQLASTVisitorAdapter.visit(SQLDataType x) |
boolean |
SQLASTVisitor.visit(SQLDataType x) |
boolean |
SQLASTOutputVisitor.visit(SQLDataType x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.