org.apache.ws.jaxme.sqls.impl
Class ColumnImpl
- BinaryColumn, Column, StringColumn
Implementation of a column.
String | getQName() - Returns the columns fully qualified name, which is
getTable().getQName() + "." + getName() .
|
Table | getTable() - Returns the columns table.
|
boolean | isPrimaryKeyPart() - Returns whether this column is part of the primary key.
|
boolean | isVirtual() - Returns whether this column is a true column or a virtual column.
|
equals , getCustomData , getLength , getName , getType , hasFixedLength , hashCode , isBinaryColumn , isNullable , isStringColumn , setCustomData , setLength , setLength , setNullable |
getQName
public String getQName()
Returns the columns fully qualified name, which is
getTable().getQName() + "." + getName()
.
- getQName in interface Column
isPrimaryKeyPart
public boolean isPrimaryKeyPart()
Returns whether this column is part of the primary key.
- isPrimaryKeyPart in interface Column
isVirtual
public boolean isVirtual()
Returns whether this column is a true column or a virtual column.
- isVirtual in interface Column