public class GeneratorColumn extends NamedObject
GeneratorTable.| Modifier and Type | Field and Description |
|---|---|
private boolean |
autoGenerated
Indicates that the values of this column are not part of an insert statement, because they are generated by the
database.
|
private int |
index
The index of this column in the list of all columns of the associated table.
|
private String |
name
The name of this column, as given by the metamodel.
|
private String |
qualifiedName
The name of this column, as used by the current dialect.
|
private GeneratorTable |
table
The table of this column.
|
| 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, unqoteObjectNameprivate final GeneratorTable table
private final int index
private final String name
private final String qualifiedName
private final boolean autoGenerated
public 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.