public class MonetDBDialect extends DefaultDialect
| Constructor and Description |
|---|
MonetDBDialect() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowAliasInStatements() |
String |
getAliasForColumnSQL(String alias) |
String |
getAliasForStatementSQL(String alias) |
String |
getColumnCastSQL(Column column) |
String |
getColumnTypeSQL(Column column) |
_getLogicalExprConditionSQL, areEquals, convertToDate, convertToDouble, convertToString, getAliasStatement, getAndExprConditionSQL, getBetweenConditionSQL, getColumnFunctionSQL, getColumnNameQuotedSQL, getColumnNameSQL, getColumnSQL, getConcatFunctionSQL, getConcatFunctionSQL, getConditionSQL, getCoreConditionSQL, getCountQuerySQL, getDateParameterSQL, getDatePartFunctionSQL, getDeleteStatement, getDynamicDateColumnSQL, getExcludedColumns, getFixedDateColumnSQL, getFromSQL, getFromStatement, getFunctionColumnSQL, getGreaterOrEqualsConditionSQL, getGreaterThanConditionSQL, getGroupBySQL, getGroupByStatement, getInConditionSQL, getInsertStatement, getIsEqualsToConditionSQL, getIsNullConditionSQL, getLikeToConditionSQL, getLogicalConditionSQL, getLowerFunctionSQL, getLowerOrEqualsConditionSQL, getLowerThanConditionSQL, getNotEqualsToConditionSQL, getNotExprConditionSQL, getNotInConditionSQL, getNotNullConditionSQL, getNumberParameterSQL, getOffsetLimitSQL, getOrderBySQL, getOrderByStatement, getOrExprConditionSQL, getParameterSQL, getSchemaNameSQL, getSelectSQL, getSelectStatement, getSimpleColumnSQL, getSortColumnSQL, getSortOrderSQL, getSQL, getSQL, getSQL, getSQL, getStringParameterSQL, getTableNameSQL, getTableSQL, getWhereSQL, getWhereSQL, getWhereStatement, getWhereStatement, invokeMethod, toCharpublic boolean allowAliasInStatements()
allowAliasInStatements in class DefaultDialectpublic String getColumnTypeSQL(Column column)
getColumnTypeSQL in interface DialectgetColumnTypeSQL in class DefaultDialectpublic String getAliasForColumnSQL(String alias)
getAliasForColumnSQL in interface DialectgetAliasForColumnSQL in class DefaultDialectpublic String getAliasForStatementSQL(String alias)
getAliasForStatementSQL in interface DialectgetAliasForStatementSQL in class DefaultDialectpublic String getColumnCastSQL(Column column)
getColumnCastSQL in class DefaultDialectCopyright © 2017–2019 JBoss by Red Hat. All rights reserved.