public static class DBAccessor.DBColumnInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DBAccessor.DBColumnInfo.DBColumnType |
Constructor and Description |
---|
DBColumnInfo(String name,
Class type,
Integer length) |
DBColumnInfo(String name,
Class type,
Integer length,
Object defaultValue,
boolean nullable) |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
Integer |
getLength() |
String |
getName() |
Class |
getType() |
boolean |
isNullable() |
void |
setDefaultValue(Object defaultValue) |
void |
setLength(Integer length) |
void |
setName(String name) |
void |
setNullable(boolean nullable) |
void |
setType(Class type) |
public String getName()
public void setName(String name)
public Class getType()
public void setType(Class type)
public Integer getLength()
public void setLength(Integer length)
public Object getDefaultValue()
public void setDefaultValue(Object defaultValue)
public boolean isNullable()
public void setNullable(boolean nullable)
Copyright © 2015. All rights reserved.