Uses of Class
net.sf.jailer.datamodel.Column
Packages that use Column
Package
Description
-
Uses of Column in net.sf.jailer.database
Methods in net.sf.jailer.database with parameters of type ColumnModifier and TypeMethodDescriptionTransforms a column with an import-Filterinto an SQL-expression.Constructor parameters in net.sf.jailer.database with type arguments of type ColumnModifierConstructorDescriptionUpdateTransformer(Table table, Set<Column> columns, OutputStreamWriter scriptFileWriter, int maxBodySize, Session session, DBMS targetDBMSConfiguration, ImportFilterTransformer importFilterTransformer, boolean inSourceSchema, String reason, ExecutionContext executionContext) Constructor. -
Uses of Column in net.sf.jailer.datamodel
Fields in net.sf.jailer.datamodel declared as ColumnModifier and TypeFieldDescriptionfinal ColumnPKColumnFilterSource.columnThe primary key column that is the source of the filter.Methods in net.sf.jailer.datamodel that return ColumnModifier and TypeMethodDescriptionstatic ColumnParses a column declaration in SQL syntax.static ColumnParses a column declaration in SQL syntax.Methods in net.sf.jailer.datamodel that return types with arguments of type ColumnModifier and TypeMethodDescriptionAssociation.createSourceToDestinationKeyMapping()Maps source-columns to destination-columns, if this represents an equi-join.Association.createSourceToDestinationKeyMapping()Maps source-columns to destination-columns, if this represents an equi-join.Association.createSourceToDestinationKeyMapping(Set<Pair<Column, Column>> assignments) Maps source-columns to destination-columns, if this represents an equi-join.Association.createSourceToDestinationKeyMapping(Set<Pair<Column, Column>> assignments) Maps source-columns to destination-columns, if this represents an equi-join.PrimaryKey.getColumns()Gets the primary-key columns.RowIdSupport.getColumns(Table table, Session session) Gets the columns with additional rowid-column of a table.RowIdSupport.getColumns(Table table, Session session, boolean exact) Gets the columns with additional rowid-column of a table.Table.getColumns()Gets columns.Table.getNonVirtualPKColumns(Session session) Gets non-virtual and non-filtered primary-key columns.Table.getSelectionClause()Gets all non-virtual columns of the table in the order in which they are selected.PrimaryKey.match(PrimaryKey primaryKey) Matches the columns with the columns ofprimaryKeys.t.PrimaryKey.match(PrimaryKey primaryKey) Matches the columns with the columns ofprimaryKeys.t.Methods in net.sf.jailer.datamodel with parameters of type ColumnModifier and TypeMethodDescriptionDataModel.getComment(Table table, Column column) Gets the comment for a table or column.static booleanPrimaryKey.isAssignable(Column uPKColumn, Column entityColumn) Checks whether a universal primary key column can be assigned to an entity column (i.e.static booleanPrimaryKey.isIncreasable(Column uPKColumn, Column column) Checks whether a universal primary key column can be increased in size to accommodate the given column.booleanRowIdSupport.isRowIdColumn(Column column) Checks whether the given column is the rowid column.Method parameters in net.sf.jailer.datamodel with type arguments of type ColumnModifier and TypeMethodDescriptionvoidReplaces the current primary-key columns with the given list.PrimaryKeyFactory.createPrimaryKey(List<Column> columns, String tableName) Constructs a new primary-key.Association.createSourceToDestinationKeyMapping(Set<Pair<Column, Column>> assignments) Maps source-columns to destination-columns, if this represents an equi-join.Association.createSourceToDestinationKeyMapping(Set<Pair<Column, Column>> assignments) Maps source-columns to destination-columns, if this represents an equi-join.voidTable.setColumns(List<Column> columns) Sets columns.Constructors in net.sf.jailer.datamodel with parameters of type ColumnConstructor parameters in net.sf.jailer.datamodel with type arguments of type ColumnModifierConstructorDescriptionPrimaryKey(List<Column> columns, boolean needsOrderedMatch) Constructor. -
Uses of Column in net.sf.jailer.datamodel.filter_template
Methods in net.sf.jailer.datamodel.filter_template with parameters of type ColumnModifier and TypeMethodDescriptionbooleanEvaluates the clause for a given column.abstract ObjectClause.Subject.getSubject(Table table, Column column) booleanChecks if the template matches a given column. -
Uses of Column in net.sf.jailer.entitygraph
Methods in net.sf.jailer.entitygraph that return types with arguments of type ColumnModifier and TypeMethodDescriptionEntityGraph.getSelectionClause(Table table) Gets all non-virtual columns of the table in the order in which they are selected.Method parameters in net.sf.jailer.entitygraph with type arguments of type ColumnModifier and TypeMethodDescriptionabstract longEntityGraph.readUnfilteredEntityColumns(Table table, List<Column> columns, Session.ResultSetReader reader) Reads some columns of all entities of a given table without using filters.abstract voidEntityGraph.updateEntities(Table table, Set<Column> columns, OutputStreamWriter scriptFileWriter, DBMS targetConfiguration, boolean inSourceSchema, String reason) Updates columns of a table. -
Uses of Column in net.sf.jailer.entitygraph.intradatabase
Method parameters in net.sf.jailer.entitygraph.intradatabase with type arguments of type ColumnModifier and TypeMethodDescriptionvoidIntraDatabaseEntityGraph.updateEntities(Table table, Set<Column> columns, OutputStreamWriter scriptFileWriter, DBMS targetConfiguration, boolean inSourceSchema, String reason) Updates columns of a table. -
Uses of Column in net.sf.jailer.entitygraph.local
Method parameters in net.sf.jailer.entitygraph.local with type arguments of type ColumnModifier and TypeMethodDescriptionlongLocalEntityGraph.readUnfilteredEntityColumns(Table table, List<Column> columns, Session.ResultSetReader reader) Reads some columns of all entities of a given table without using filters.voidLocalEntityGraph.updateEntities(Table table, Set<Column> columns, OutputStreamWriter scriptFileWriter, DBMS targetConfiguration, boolean inSourceSchema, String reason) Updates columns of a table. -
Uses of Column in net.sf.jailer.entitygraph.remote
Methods in net.sf.jailer.entitygraph.remote with parameters of type ColumnModifier and TypeMethodDescriptionprotected StringRemoteEntityGraph.prefixColumnName(String prefix, Quoting quoting, Column column) Adds a prefix to a column name.Method parameters in net.sf.jailer.entitygraph.remote with type arguments of type ColumnModifier and TypeMethodDescriptionlongRemoteEntityGraph.readUnfilteredEntityColumns(Table table, List<Column> columns, Session.ResultSetReader reader) Reads some columns of all entities of a given table without using filters.voidRemoteEntityGraph.updateEntities(Table table, Set<Column> columns, OutputStreamWriter scriptFileWriter, DBMS targetConfiguration, boolean inSourceSchema, String reason) Updates columns of a table. -
Uses of Column in net.sf.jailer.importfilter
Methods in net.sf.jailer.importfilter with parameters of type Column -
Uses of Column in net.sf.jailer.modelbuilder
Methods in net.sf.jailer.modelbuilder that return ColumnModifier and TypeMethodDescriptionstatic ColumnJDBCMetaDataBasedModelElementFinder.toColumn(ResultSetMetaData metaData, int i, Session session) Converts a column fromResultSetMetaDatainto aColumnmodel object.Methods in net.sf.jailer.modelbuilder that return types with arguments of type ColumnModifier and TypeMethodDescriptionJDBCMetaDataBasedModelElementFinder.findColumns(Table table, Session session, ExecutionContext executionContext) ModelElementFinder.findColumns(Table table, Session session, ExecutionContext executionContext) JDBCMetaDataBasedModelElementFinder.getComments()Finds comments for all model elements.ModelElementFinder.getComments()Finds comments for all model elements. -
Uses of Column in net.sf.jailer.util
Methods in net.sf.jailer.util with parameters of type ColumnModifier and TypeMethodDescriptionstatic StringCellContentConverter.prepareForComparison(Session session, Column column) Returns a SQL expression for a column that can be used in a comparison, applying any necessary type cast for DBMS-specific non-comparable types.