Uses of Class
de.hybris.platform.util.jdbc.DBColumn
-
-
Uses of DBColumn in de.hybris.platform.persistence.type.update
Methods in de.hybris.platform.persistence.type.update that return DBColumn Modifier and Type Method Description DBColumnModelChangedEvent. getCurrentColumnModel()DBColumnModelChangedEventImpl. getCurrentColumnModel()Constructors in de.hybris.platform.persistence.type.update with parameters of type DBColumn Constructor Description ModelChangedEventImpl(java.lang.String sourceType, java.lang.String targetType, DBColumn currentColumnModel, AttributeDescriptorRemote descr) -
Uses of DBColumn in de.hybris.platform.persistence.type.update.misc
Methods in de.hybris.platform.persistence.type.update.misc with parameters of type DBColumn Modifier and Type Method Description static booleanUpdateDataUtil. compare(DBColumn existingColumn, java.lang.String newcolumnDefinitionStr) -
Uses of DBColumn in de.hybris.platform.persistence.type.update.strategy
Methods in de.hybris.platform.persistence.type.update.strategy with parameters of type DBColumn Modifier and Type Method Description booleanChangeColumnStrategy. doChangeColumn(java.lang.String targetDefinition, DBColumn originalColumnDef, AttributeDescriptorRemote attributeDescr)booleanChangeColumnStrategyContainer. doChangeColumn(java.lang.String targetDefinition, DBColumn originalColumnDef, AttributeDescriptorRemote attributeDescr) -
Uses of DBColumn in de.hybris.platform.persistence.type.update.strategy.common
Methods in de.hybris.platform.persistence.type.update.strategy.common with parameters of type DBColumn Modifier and Type Method Description booleanSameColumnChangeStrategy. doChangeColumn(java.lang.String targetDefinition, DBColumn originalMetaData, AttributeDescriptorRemote attributeDescr) -
Uses of DBColumn in de.hybris.platform.persistence.type.update.strategy.oracle
Methods in de.hybris.platform.persistence.type.update.strategy.oracle with parameters of type DBColumn Modifier and Type Method Description booleanRawToBlobChangeStrategy. doChangeColumn(java.lang.String targetDefinition, DBColumn originalMetaData, AttributeDescriptorRemote attributeDescr)protected java.lang.StringRawToBlobChangeStrategy. getOriginalColumnName(DBColumn originalMetaData)protected java.lang.StringRawToBlobChangeStrategy. getTableName(DBColumn originalMetaData, java.lang.String catalog)protected booleanRawToBlobChangeStrategy. isOracleRawToBlob(java.lang.String targetDefinition, DBColumn originalMetaData) -
Uses of DBColumn in de.hybris.platform.util.jdbc
Methods in de.hybris.platform.util.jdbc that return DBColumn Modifier and Type Method Description DBColumnDBTable. addColumn(YAttributeDeployment aDepl, java.lang.String qualifier, java.lang.String columnName, java.lang.String sqlDef, boolean isPK, boolean adjustName)DBColumnDBTable. getColumn(java.lang.String name)DBColumnDBTableIndex. getColumn(java.lang.String columnName)Methods in de.hybris.platform.util.jdbc that return types with arguments of type DBColumn Modifier and Type Method Description java.util.Set<DBColumn>DBTable. getChangedColumns()java.util.Set<DBColumn>DBTable. getColumns()java.util.List<DBColumn>DBTableIndex. getColumns()Methods in de.hybris.platform.util.jdbc with parameters of type DBColumn Modifier and Type Method Description voidDBTableIndex. addIndexedColumn(DBColumn col, int position, boolean lower)protected de.hybris.platform.util.jdbc.DBTableIndex.IndexedColumnDBTableIndex. getIndexedColumn(DBColumn col)booleanDBTableIndex. isLower(DBColumn col)voidDBTableIndex. removeIndexedColumn(DBColumn col)voidDBTableIndex. setLower(DBColumn col, boolean lower)voidDBTableIndex. setPosition(DBColumn col, int position) -
Uses of DBColumn in de.hybris.platform.util.typesystem
Methods in de.hybris.platform.util.typesystem that return DBColumn Modifier and Type Method Description DBColumnYTypeSystemSchemaMapping. getColumn(YAttributeDescriptor ad)Retrieves the mapped column for a given attribute.DBColumnYTypeSystemSchemaMapping. getColumn(YDeployment deployment, YAttributeDeployment ad)Retrieves the mapped column for a given attribute deployment within a item deployment.Methods in de.hybris.platform.util.typesystem that return types with arguments of type DBColumn Modifier and Type Method Description java.util.Map<YAttributeDeployment,DBColumn>YTypeSystemSchemaMapping. getColumns(YDeployment depl)Returns all mapped attributes for a given item deployment.Methods in de.hybris.platform.util.typesystem with parameters of type DBColumn Modifier and Type Method Description protected voidYTypeSystemSchemaMapping. assertSchema(DBColumn col)voidYTypeSystemSchemaMapping. assignColumn(YDeployment deployment, YAttributeDeployment ad, DBColumn column)Assigns a attribute deployment to a certain column.
-