public class GeneratorColumn extends NamedObject
GeneratorTable.| Constructor and Description |
|---|
GeneratorColumn(GeneratorTable table,
int index,
String name,
String qualifiedName,
boolean autoGenerated) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
The index of this column in the list of all columns of the associated table.
|
String |
getName()
The name of this column, as given by the metamodel.
|
String |
getQualifiedName()
The name of this column, as used by the current dialect.
|
GeneratorTable |
getTable()
The table of this column.
|
boolean |
isAutoGenerated()
Indicates that the values of this column are not part of an insert statement, because they are generated by the
database.
|
getUnquotedName, toString, unqoteObjectNamepublic GeneratorColumn(GeneratorTable table, int index, String name, String qualifiedName, boolean autoGenerated)
public String getQualifiedName()
getQualifiedName in class NamedObjectpublic boolean isAutoGenerated()
public GeneratorTable getTable()
public int getIndex()
public String getName()
getName in class NamedObjectCopyright © 2026 fastnate.org. All rights reserved.