Uses of Class
org.ofbiz.core.entity.jdbc.DatabaseUtil.ColumnCheckInfo
Packages that use DatabaseUtil.ColumnCheckInfo
Package
Description
-
Uses of DatabaseUtil.ColumnCheckInfo in org.ofbiz.core.entity.jdbc
Methods in org.ofbiz.core.entity.jdbc that return types with arguments of type DatabaseUtil.ColumnCheckInfoModifier and TypeMethodDescriptionDatabaseUtil.getColumnInfo(Set<String> tableNames, Collection<String> messages) -
Uses of DatabaseUtil.ColumnCheckInfo in org.ofbiz.core.entity.jdbc.dbtype
Methods in org.ofbiz.core.entity.jdbc.dbtype with parameters of type DatabaseUtil.ColumnCheckInfoModifier and TypeMethodDescriptionstatic booleanOracle10GDatabaseType.detectUnicodeExtension(DatabaseUtil.ColumnCheckInfo ccInfo) Unlike NVARCHAR2() the VARCHAR2(x CHAR) is Oracle specific and cannot be clearly seen through JDBC.static booleanOracle10GDatabaseType.detectUnicodeWidening(String typeName, DatabaseUtil.ColumnCheckInfo ccInfo, String oracleSpecificExtension) Warning: dirty hacks! Detects oracle specific type extension. -
Uses of DatabaseUtil.ColumnCheckInfo in org.ofbiz.core.entity.model
Constructors in org.ofbiz.core.entity.model with parameters of type DatabaseUtil.ColumnCheckInfoModifierConstructorDescriptionModelField(DatabaseUtil.ColumnCheckInfo ccInfo, ModelFieldTypeReader modelFieldTypeReader) DB Names ConstructorConstructor parameters in org.ofbiz.core.entity.model with type arguments of type DatabaseUtil.ColumnCheckInfoModifierConstructorDescriptionModelEntity(String tableName, List<DatabaseUtil.ColumnCheckInfo> colList, ModelFieldTypeReader modelFieldTypeReader) DB Names Constructor