| Package | Description |
|---|---|
| org.ofbiz.core.entity.jdbc | |
| org.ofbiz.core.entity.jdbc.dbtype | |
| org.ofbiz.core.entity.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<DatabaseUtil.ColumnCheckInfo>> |
DatabaseUtil.getColumnInfo(Set<String> tableNames,
Collection<String> messages) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Oracle10GDatabaseType.detectUnicodeExtension(DatabaseUtil.ColumnCheckInfo ccInfo)
Unlike NVARCHAR2() the VARCHAR2(x CHAR) is Oracle specific and cannot be clearly seen through JDBC.
|
static boolean |
Oracle10GDatabaseType.detectUnicodeWidening(String typeName,
DatabaseUtil.ColumnCheckInfo ccInfo,
String oracleSpecificExtension)
Warning: dirty hacks!
Detects oracle specific type extension.
|
| Constructor and Description |
|---|
ModelField(DatabaseUtil.ColumnCheckInfo ccInfo,
ModelFieldTypeReader modelFieldTypeReader)
DB Names Constructor
|
| Constructor and Description |
|---|
ModelEntity(String tableName,
List<DatabaseUtil.ColumnCheckInfo> colList,
ModelFieldTypeReader modelFieldTypeReader)
DB Names Constructor
|
Copyright © 2016 Atlassian. All rights reserved.