Uses of Class
org.dashbuilder.dataprovider.sql.model.Column
-
Packages that use Column Package Description org.dashbuilder.dataprovider.sql org.dashbuilder.dataprovider.sql.dialect org.dashbuilder.dataprovider.sql.model -
-
Uses of Column in org.dashbuilder.dataprovider.sql
Methods in org.dashbuilder.dataprovider.sql that return Column Modifier and Type Method Description protected ColumnSQLDataSetProvider. _getDbColumn(Collection<Column> dbColumns, String columnId)static ColumnSQLFactory. column(String name)static ColumnSQLFactory. column(String name, org.dashbuilder.dataset.ColumnType type, int size)static ColumnSQLFactory. column(String name, org.dashbuilder.dataset.group.GroupStrategy strategy, org.dashbuilder.dataset.group.DateIntervalType type)static ColumnSQLFactory. concat(Column... columns)Methods in org.dashbuilder.dataprovider.sql that return types with arguments of type Column Modifier and Type Method Description protected List<Column>SQLDataSetProvider. _getColumns(org.dashbuilder.dataset.def.SQLDataSetDef def, Connection conn)static List<Column>JDBCUtils. getColumns(ResultSet resultSet, String[] exclude)Methods in org.dashbuilder.dataprovider.sql with parameters of type Column Modifier and Type Method Description static ColumnSQLFactory. concat(Column... columns)Method parameters in org.dashbuilder.dataprovider.sql with type arguments of type Column Modifier and Type Method Description protected ColumnSQLDataSetProvider. _getDbColumn(Collection<Column> dbColumns, String columnId) -
Uses of Column in org.dashbuilder.dataprovider.sql.dialect
Methods in org.dashbuilder.dataprovider.sql.dialect that return Column Modifier and Type Method Description ColumnDefaultDialect. getAliasStatement(Select select, Column target)ColumnDefaultDialect. toChar(DynamicDateColumn column)Methods in org.dashbuilder.dataprovider.sql.dialect that return types with arguments of type Column Modifier and Type Method Description List<Column>SQLServerDialect. fetchColumns(Select select) -
Uses of Column in org.dashbuilder.dataprovider.sql.model
Subclasses of Column in org.dashbuilder.dataprovider.sql.model Modifier and Type Class Description classDynamicDateColumnclassFixedDateColumnclassFunctionColumnclassSimpleColumnclassSortColumnFields in org.dashbuilder.dataprovider.sql.model declared as Column Modifier and Type Field Description protected ColumnCoreCondition. columnprotected Column[]FunctionColumn. columnsprotected ColumnSortColumn. sourceFields in org.dashbuilder.dataprovider.sql.model with type parameters of type Column Modifier and Type Field Description protected Set<Column>SQLStatement. _columnsRefsprotected List<Column>CreateTable. columnsprotected List<Column>Insert. columnsprotected List<Column>Select. columnsprotected List<Column>Select. groupBysprotected List<Column>CreateTable. primaryKeysMethods in org.dashbuilder.dataprovider.sql.model that return Column Modifier and Type Method Description ColumnColumn. as(String alias)ColumnColumn. day()protected ColumnSQLStatement. fix(Column column)ColumnColumn. function(org.dashbuilder.dataset.group.AggregateFunctionType functionType)ColumnCoreCondition. getColumn()Column[]FunctionColumn. getColumns()ColumnSortColumn. getSource()ColumnColumn. hour()ColumnColumn. lower()ColumnColumn. minute()ColumnColumn. month()ColumnColumn. second()ColumnColumn. setAlias(String alias)ColumnColumn. setLength(int length)ColumnColumn. setName(String name)ColumnColumn. setType(org.dashbuilder.dataset.ColumnType type)ColumnColumn. year()Methods in org.dashbuilder.dataprovider.sql.model that return types with arguments of type Column Modifier and Type Method Description List<Column>CreateTable. getColumns()List<Column>Insert. getColumns()List<Column>Select. getColumns()List<Column>Select. getGroupBys()List<Column>CreateTable. getPrimaryKeys()Methods in org.dashbuilder.dataprovider.sql.model with parameters of type Column Modifier and Type Method Description CreateTableCreateTable. columns(Column... cols)SelectSelect. columns(Column... cols)protected ColumnSQLStatement. fix(Column column)SelectSelect. groupBy(Column column)CreateTableCreateTable. primaryKey(Column... cols)InsertInsert. set(Column column, Object value)Method parameters in org.dashbuilder.dataprovider.sql.model with type arguments of type Column Modifier and Type Method Description SelectSelect. columns(Collection<Column> cols)Constructors in org.dashbuilder.dataprovider.sql.model with parameters of type Column Constructor Description CoreCondition(Column column, org.dashbuilder.dataset.filter.CoreFunctionType function, Object... params)FunctionColumn(String function, Column... columns)SortColumn(Column source, org.dashbuilder.dataset.sort.SortOrder order)
-