
public interface Column<T> extends Child<T>, OrmColumnCommType<T,Column<T>>
column xsd type| Modifier and Type | Method and Description |
|---|---|
Column<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 |
Column<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 |
Column<T> |
length(Integer length)
Sets the
length attribute |
Column<T> |
name(String name)
Sets the
name attribute |
Column<T> |
nullable(Boolean nullable)
Sets the
nullable attribute |
Column<T> |
precision(Integer precision)
Sets the
precision attribute |
Column<T> |
removeColumnDefinition()
Removes the
column-definition attribute |
Column<T> |
removeInsertable()
Removes the
insertable attribute |
Column<T> |
removeLength()
Removes the
length attribute |
Column<T> |
removeName()
Removes the
name attribute |
Column<T> |
removeNullable()
Removes the
nullable attribute |
Column<T> |
removePrecision()
Removes the
precision attribute |
Column<T> |
removeScale()
Removes the
scale attribute |
Column<T> |
removeTable()
Removes the
table attribute |
Column<T> |
removeUnique()
Removes the
unique attribute |
Column<T> |
removeUpdatable()
Removes the
updatable attribute |
Column<T> |
scale(Integer scale)
Sets the
scale attribute |
Column<T> |
table(String table)
Sets the
table attribute |
Column<T> |
unique(Boolean unique)
Sets the
unique attribute |
Column<T> |
updatable(Boolean updatable)
Sets the
updatable attribute |
Column<T> name(String name)
name attributename - the value for the attribute nameColumnString getName()
name attributenameColumn<T> removeName()
name attributeColumnColumn<T> unique(Boolean unique)
unique attributeunique - the value for the attribute uniqueColumnBoolean isUnique()
unique attributeuniqueColumn<T> removeUnique()
unique attributeColumnColumn<T> nullable(Boolean nullable)
nullable attributenullable - the value for the attribute nullableColumnBoolean isNullable()
nullable attributenullableColumn<T> removeNullable()
nullable attributeColumnColumn<T> insertable(Boolean insertable)
insertable attributeinsertable - the value for the attribute insertableColumnBoolean isInsertable()
insertable attributeinsertableColumn<T> removeInsertable()
insertable attributeColumnColumn<T> updatable(Boolean updatable)
updatable attributeupdatable - the value for the attribute updatableColumnBoolean isUpdatable()
updatable attributeupdatableColumn<T> removeUpdatable()
updatable attributeColumnColumn<T> columnDefinition(String columnDefinition)
column-definition attributecolumnDefinition - the value for the attribute column-definitionColumnString getColumnDefinition()
column-definition attributecolumn-definitionColumn<T> removeColumnDefinition()
column-definition attributeColumnColumn<T> table(String table)
table attributetable - the value for the attribute tableColumnString getTable()
table attributetableColumn<T> removeTable()
table attributeColumnColumn<T> length(Integer length)
length attributelength - the value for the attribute lengthColumnInteger getLength()
length attributelengthColumn<T> removeLength()
length attributeColumnColumn<T> precision(Integer precision)
precision attributeprecision - the value for the attribute precisionColumnInteger getPrecision()
precision attributeprecisionColumn<T> removePrecision()
precision attributeColumnColumn<T> scale(Integer scale)
scale attributescale - the value for the attribute scaleColumnInteger getScale()
scale attributescaleCopyright © 2025 JBoss by Red Hat. All rights reserved.