public class DbColumn extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.nexacro.xapi.data.datatype.DataType |
dataType |
protected String |
decimalDigit |
static int |
DEFAULT_SIZE
컬럼의 기본 크기. 255
|
protected String |
name |
protected int |
precision |
protected int |
scale |
protected int |
size |
protected String |
typeJavaClassName |
protected String |
vendorsTypeName |
| Constructor and Description |
|---|
DbColumn(String name,
com.nexacro.xapi.data.datatype.DataType dataType,
int size) |
DbColumn(String name,
com.nexacro.xapi.data.datatype.DataType dataType,
int size,
String vendorsTypeName) |
| Modifier and Type | Method and Description |
|---|---|
com.nexacro.xapi.data.datatype.DataType |
getDataType() |
String |
getDecimalDigit() |
String |
getName() |
int |
getPrecision() |
int |
getScale() |
int |
getSize() |
String |
getTypeJavaClassName() |
String |
getVendorsTypeName() |
void |
setDataType(com.nexacro.xapi.data.datatype.DataType dataType) |
void |
setDecimalDigit(String decimalDigit) |
void |
setName(String name) |
void |
setPrecision(int precision) |
void |
setScale(int scale) |
void |
setSize(int size) |
void |
setTypeJavaClassName(String typeJavaClassName) |
void |
setVendorsTypeName(String vendorsTypeName) |
public static final int DEFAULT_SIZE
protected String name
protected com.nexacro.xapi.data.datatype.DataType dataType
protected int size
protected String vendorsTypeName
protected String typeJavaClassName
protected String decimalDigit
protected int precision
protected int scale
public DbColumn(String name, com.nexacro.xapi.data.datatype.DataType dataType, int size)
public String getName()
public void setName(String name)
public com.nexacro.xapi.data.datatype.DataType getDataType()
public void setDataType(com.nexacro.xapi.data.datatype.DataType dataType)
public int getSize()
public void setSize(int size)
public String getVendorsTypeName()
public void setVendorsTypeName(String vendorsTypeName)
public String getTypeJavaClassName()
public void setTypeJavaClassName(String typeJavaClassName)
public String getDecimalDigit()
public void setDecimalDigit(String decimalDigit)
public int getPrecision()
public void setPrecision(int precision)
precision - the precision to setpublic int getScale()
public void setScale(int scale)
scale - the scale to setCopyright © 2025. All rights reserved.