Class MonetDBDialect
- java.lang.Object
-
- org.dashbuilder.dataprovider.sql.dialect.DefaultDialect
-
- org.dashbuilder.dataprovider.sql.dialect.MonetDBDialect
-
- All Implemented Interfaces:
Dialect
public class MonetDBDialect extends DefaultDialect
-
-
Constructor Summary
Constructors Constructor Description MonetDBDialect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowAliasInStatements()StringgetAliasForColumnSQL(String alias)StringgetAliasForStatementSQL(String alias)StringgetColumnCastSQL(Column column)StringgetColumnTypeSQL(Column column)-
Methods inherited from class org.dashbuilder.dataprovider.sql.dialect.DefaultDialect
_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, toChar
-
-
-
-
Method Detail
-
allowAliasInStatements
public boolean allowAliasInStatements()
- Overrides:
allowAliasInStatementsin classDefaultDialect
-
getColumnTypeSQL
public String getColumnTypeSQL(Column column)
- Specified by:
getColumnTypeSQLin interfaceDialect- Overrides:
getColumnTypeSQLin classDefaultDialect
-
getAliasForColumnSQL
public String getAliasForColumnSQL(String alias)
- Specified by:
getAliasForColumnSQLin interfaceDialect- Overrides:
getAliasForColumnSQLin classDefaultDialect
-
getAliasForStatementSQL
public String getAliasForStatementSQL(String alias)
- Specified by:
getAliasForStatementSQLin interfaceDialect- Overrides:
getAliasForStatementSQLin classDefaultDialect
-
getColumnCastSQL
public String getColumnCastSQL(Column column)
- Overrides:
getColumnCastSQLin classDefaultDialect
-
-