public class Column extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnDefinition |
protected Boolean |
insertable |
protected Integer |
length |
protected String |
name |
protected Boolean |
nullable |
protected Integer |
precision |
protected Integer |
scale |
protected String |
table |
protected Boolean |
unique |
protected Boolean |
updatable |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnDefinition()
Gets the value of the columnDefinition property.
|
Integer |
getLength()
Gets the value of the length property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getPrecision()
Gets the value of the precision property.
|
Integer |
getScale()
Gets the value of the scale property.
|
String |
getTable()
Gets the value of the table property.
|
Boolean |
isInsertable()
Gets the value of the insertable property.
|
Boolean |
isNullable()
Gets the value of the nullable property.
|
Boolean |
isUnique()
Gets the value of the unique property.
|
Boolean |
isUpdatable()
Gets the value of the updatable property.
|
void |
setColumnDefinition(String value)
Sets the value of the columnDefinition property.
|
void |
setInsertable(Boolean value)
Sets the value of the insertable property.
|
void |
setLength(Integer value)
Sets the value of the length property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNullable(Boolean value)
Sets the value of the nullable property.
|
void |
setPrecision(Integer value)
Sets the value of the precision property.
|
void |
setScale(Integer value)
Sets the value of the scale property.
|
void |
setTable(String value)
Sets the value of the table property.
|
void |
setUnique(Boolean value)
Sets the value of the unique property.
|
void |
setUpdatable(Boolean value)
Sets the value of the updatable property.
|
protected String columnDefinition
protected Boolean insertable
protected Integer length
protected String name
protected Boolean nullable
protected Integer precision
protected Integer scale
protected String table
protected Boolean unique
protected Boolean updatable
public Column()
public Column(String name)
public String getColumnDefinition()
Stringpublic void setColumnDefinition(String value)
value - allowed object is
Stringpublic Boolean isInsertable()
Booleanpublic void setInsertable(Boolean value)
value - allowed object is
Booleanpublic Integer getLength()
Integerpublic void setLength(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isNullable()
Booleanpublic void setNullable(Boolean value)
value - allowed object is
Booleanpublic Integer getPrecision()
Integerpublic void setPrecision(Integer value)
value - allowed object is
Integerpublic Integer getScale()
Integerpublic void setScale(Integer value)
value - allowed object is
Integerpublic String getTable()
Stringpublic void setTable(String value)
value - allowed object is
Stringpublic Boolean isUnique()
Booleanpublic void setUnique(Boolean value)
value - allowed object is
Booleanpublic Boolean isUpdatable()
BooleanCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.