Uses of Class
ru.cg.webbpm.modules.database.bean.metadata.TableColumn
Packages that use TableColumn
Package
Description
-
Uses of TableColumn in ru.cg.webbpm.modules.database.api.utils
Methods in ru.cg.webbpm.modules.database.api.utils with parameters of type TableColumnModifier and TypeMethodDescriptionstatic org.jooq.Field
QueryUtils.toJooqField
(TableColumn tableColumn) -
Uses of TableColumn in ru.cg.webbpm.modules.database.bean.metadata
Methods in ru.cg.webbpm.modules.database.bean.metadata that return types with arguments of type TableColumnModifier and TypeMethodDescriptionDatabase.getColumns
(String schemaName, String tableName) Table.getFields()
Method parameters in ru.cg.webbpm.modules.database.bean.metadata with type arguments of type TableColumnConstructor parameters in ru.cg.webbpm.modules.database.bean.metadata with type arguments of type TableColumn -
Uses of TableColumn in ru.cg.webbpm.modules.database.bean.metadata.key
Fields in ru.cg.webbpm.modules.database.bean.metadata.key with type parameters of type TableColumnMethods in ru.cg.webbpm.modules.database.bean.metadata.key that return types with arguments of type TableColumnMethod parameters in ru.cg.webbpm.modules.database.bean.metadata.key with type arguments of type TableColumnConstructor parameters in ru.cg.webbpm.modules.database.bean.metadata.key with type arguments of type TableColumnModifierConstructorDescriptionAbstractKey
(String schemaName, String tableName, List<TableColumn> fields) ForeignKey
(String schemaName, String tableName, List<TableColumn> fields, UniqueKey key) UniqueKey
(String schemaName, String tableName, List<TableColumn> fields) -
Uses of TableColumn in ru.cg.webbpm.studio.database.api
Methods in ru.cg.webbpm.studio.database.api that return types with arguments of type TableColumnModifier and TypeMethodDescriptionDatabaseManager.getColumns
(String schemaName, String tableName) DatabaseManager.getColumns
(String schemaName, String tableName, EntityColumnType[] colTypes) -
Uses of TableColumn in ru.cg.webbpm.studio.database.api.property
Methods in ru.cg.webbpm.studio.database.api.property that return types with arguments of type TableColumn -
Uses of TableColumn in ru.cg.webbpm.studio.database.impl
Methods in ru.cg.webbpm.studio.database.impl that return types with arguments of type TableColumnModifier and TypeMethodDescriptionDatabaseManagerImpl.getColumns
(String schemaName, String tableName) DatabaseManagerImpl.getColumns
(String schemaName, String tableName, EntityColumnType[] colTypes) -
Uses of TableColumn in ru.cg.webbpm.studio.database.impl.inject
Methods in ru.cg.webbpm.studio.database.impl.inject that return types with arguments of type TableColumn -
Uses of TableColumn in ru.cg.webbpm.studio.subsystem.database.editors.entity_column
Constructors in ru.cg.webbpm.studio.subsystem.database.editors.entity_column with parameters of type TableColumn -
Uses of TableColumn in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.condition.column
Methods in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.condition.column that return types with arguments of type TableColumnModifier and TypeMethodDescriptionstatic List<TableColumn>
EntityColumnEditorUtils.getTableColumnsFromEntity
(Entity entity) -
Uses of TableColumn in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean
Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean that return TableColumnModifier and TypeMethodDescriptionBinding.getFromField()
Gets the value of the property fromField.Binding.getToField()
Gets the value of the property toField.Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean that return types with arguments of type TableColumnModifier and TypeMethodDescriptionjavafx.beans.property.SimpleObjectProperty<TableColumn>
Binding.fromFieldProperty()
javafx.beans.property.SimpleObjectProperty<TableColumn>
Binding.toFieldProperty()
Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean with parameters of type TableColumnModifier and TypeMethodDescriptionvoid
Binding.setFromField
(TableColumn fromField) Sets the value of the property fromField.void
Binding.setToField
(TableColumn toField) Sets the value of the property toField.