public interface MapKeyColumn<T> extends Child<T>
map-key-column
xsd typeModifier and Type | Method and Description |
---|---|
MapKeyColumn<T> |
columnDefinition(String columnDefinition)
Sets the
column-definition attribute |
String |
getColumnDefinition()
Returns the
column-definition attribute |
Integer |
getLength()
Returns the
length attribute |
String |
getName()
Returns the
name attribute |
Integer |
getPrecision()
Returns the
precision attribute |
Integer |
getScale()
Returns the
scale attribute |
String |
getTable()
Returns the
table attribute |
MapKeyColumn<T> |
insertable(Boolean insertable)
Sets the
insertable attribute |
Boolean |
isInsertable()
Returns the
insertable attribute |
Boolean |
isNullable()
Returns the
nullable attribute |
Boolean |
isUnique()
Returns the
unique attribute |
Boolean |
isUpdatable()
Returns the
updatable attribute |
MapKeyColumn<T> |
length(Integer length)
Sets the
length attribute |
MapKeyColumn<T> |
name(String name)
Sets the
name attribute |
MapKeyColumn<T> |
nullable(Boolean nullable)
Sets the
nullable attribute |
MapKeyColumn<T> |
precision(Integer precision)
Sets the
precision attribute |
MapKeyColumn<T> |
removeColumnDefinition()
Removes the
column-definition attribute |
MapKeyColumn<T> |
removeInsertable()
Removes the
insertable attribute |
MapKeyColumn<T> |
removeLength()
Removes the
length attribute |
MapKeyColumn<T> |
removeName()
Removes the
name attribute |
MapKeyColumn<T> |
removeNullable()
Removes the
nullable attribute |
MapKeyColumn<T> |
removePrecision()
Removes the
precision attribute |
MapKeyColumn<T> |
removeScale()
Removes the
scale attribute |
MapKeyColumn<T> |
removeTable()
Removes the
table attribute |
MapKeyColumn<T> |
removeUnique()
Removes the
unique attribute |
MapKeyColumn<T> |
removeUpdatable()
Removes the
updatable attribute |
MapKeyColumn<T> |
scale(Integer scale)
Sets the
scale attribute |
MapKeyColumn<T> |
table(String table)
Sets the
table attribute |
MapKeyColumn<T> |
unique(Boolean unique)
Sets the
unique attribute |
MapKeyColumn<T> |
updatable(Boolean updatable)
Sets the
updatable attribute |
MapKeyColumn<T> name(String name)
name
attributename
- the value for the attribute name
MapKeyColumn
String getName()
name
attributename
MapKeyColumn<T> removeName()
name
attributeMapKeyColumn
MapKeyColumn<T> unique(Boolean unique)
unique
attributeunique
- the value for the attribute unique
MapKeyColumn
Boolean isUnique()
unique
attributeunique
MapKeyColumn<T> removeUnique()
unique
attributeMapKeyColumn
MapKeyColumn<T> nullable(Boolean nullable)
nullable
attributenullable
- the value for the attribute nullable
MapKeyColumn
Boolean isNullable()
nullable
attributenullable
MapKeyColumn<T> removeNullable()
nullable
attributeMapKeyColumn
MapKeyColumn<T> insertable(Boolean insertable)
insertable
attributeinsertable
- the value for the attribute insertable
MapKeyColumn
Boolean isInsertable()
insertable
attributeinsertable
MapKeyColumn<T> removeInsertable()
insertable
attributeMapKeyColumn
MapKeyColumn<T> updatable(Boolean updatable)
updatable
attributeupdatable
- the value for the attribute updatable
MapKeyColumn
Boolean isUpdatable()
updatable
attributeupdatable
MapKeyColumn<T> removeUpdatable()
updatable
attributeMapKeyColumn
MapKeyColumn<T> columnDefinition(String columnDefinition)
column-definition
attributecolumnDefinition
- the value for the attribute column-definition
MapKeyColumn
String getColumnDefinition()
column-definition
attributecolumn-definition
MapKeyColumn<T> removeColumnDefinition()
column-definition
attributeMapKeyColumn
MapKeyColumn<T> table(String table)
table
attributetable
- the value for the attribute table
MapKeyColumn
String getTable()
table
attributetable
MapKeyColumn<T> removeTable()
table
attributeMapKeyColumn
MapKeyColumn<T> length(Integer length)
length
attributelength
- the value for the attribute length
MapKeyColumn
Integer getLength()
length
attributelength
MapKeyColumn<T> removeLength()
length
attributeMapKeyColumn
MapKeyColumn<T> precision(Integer precision)
precision
attributeprecision
- the value for the attribute precision
MapKeyColumn
Integer getPrecision()
precision
attributeprecision
MapKeyColumn<T> removePrecision()
precision
attributeMapKeyColumn
MapKeyColumn<T> scale(Integer scale)
scale
attributescale
- the value for the attribute scale
MapKeyColumn
Integer getScale()
scale
attributescale
MapKeyColumn<T> removeScale()
scale
attributeMapKeyColumn
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.