public class ColumnInfo extends Object
Constructor and Description |
---|
ColumnInfo(String name,
int type,
String typeName,
int size,
boolean nullable) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
int |
getSize() |
int |
getType() |
String |
getTypeName() |
boolean |
isNullable() |
void |
setName(String name) |
void |
setNullable(boolean nullable) |
void |
setSize(int size) |
void |
setType(int type) |
void |
setTypeName(String typeName) |
String |
toString() |
public ColumnInfo(String name, int type, String typeName, int size, boolean nullable)
public int getType()
public void setType(int type)
type
- the type to setpublic String getTypeName()
public void setTypeName(String typeName)
typeName
- the typeName to setpublic int getSize()
public void setSize(int size)
size
- the size to setpublic boolean isNullable()
public void setNullable(boolean nullable)
nullable
- the nullable to setCopyright © 2015 Lucee