| Package | Description |
|---|---|
| org.pinus4j.generator |
数据库生成工具接口
|
| org.pinus4j.generator.beans |
| Modifier and Type | Method and Description |
|---|---|
private static int |
AbstractDBGenerator._getDbLength(DataTypeBind dbType)
获取默认的列长度.
|
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,DataTypeBind> |
DataTypeBind.MAP |
| Modifier and Type | Method and Description |
|---|---|
static DataTypeBind |
DataTypeBind.getEnum(Class<?> fieldType) |
static DataTypeBind |
DataTypeBind.getEnum(String dbType)
get enum object by enum value.
|
static DataTypeBind |
DataTypeBind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeBind[] |
DataTypeBind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.