public class Column extends Expression
It can be constructed with a name only or an optional Table
as
prefix.
VirtualTableColumn
,
Serialized Formdelegate
Constructor and Description |
---|
Column(String name)
Creates a new column object with a name only.
|
Column(Table table,
String name)
Creates a new column object with a table and a name
|
Modifier and Type | Method and Description |
---|---|
protected void |
_updateDelegate(String name) |
protected void |
_updateDelegate(Table table,
String name) |
public Column(String name)
name
- the name of the columnCopyright © 2003–2023 XDEV Software. All rights reserved.