public class XMLTableGenerator extends MetadataTableGenerator
| Modifier and Type | Field and Description |
|---|---|
protected XMLAccessor |
m_accessor |
protected Node |
m_node |
m_tableGenerator, m_uniqueConstraints| Constructor and Description |
|---|
XMLTableGenerator(Node node,
XMLAccessor accessor)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAllocationSize()
INTERNAL:
|
String |
getCatalog()
INTERNAL:
|
int |
getInitialValue()
INTERNAL:
|
String |
getName()
INTERNAL:
|
String |
getPkColumnName()
INTERNAL:
|
String |
getPkColumnValue()
INTERNAL:
|
String |
getSchema()
INTERNAL:
|
String |
getTable()
INTERNAL:
|
List<String[]> |
getUniqueConstraints()
INTERNAL:
|
String |
getValueColumnName()
INTERNAL:
|
boolean |
loadedFromAnnotations()
INTERNAL:
|
boolean |
loadedFromXML()
INTERNAL:
|
equalsgetLocationprotected Node m_node
protected XMLAccessor m_accessor
public XMLTableGenerator(Node node, XMLAccessor accessor)
public int getAllocationSize()
getAllocationSize in class MetadataTableGeneratorpublic String getCatalog()
getCatalog in class MetadataTableGeneratorpublic int getInitialValue()
getInitialValue in class MetadataTableGeneratorpublic String getName()
getName in class MetadataTableGeneratorpublic String getPkColumnName()
getPkColumnName in class MetadataTableGeneratorpublic String getPkColumnValue()
getPkColumnValue in class MetadataTableGeneratorpublic String getSchema()
getSchema in class MetadataTableGeneratorpublic String getTable()
getTable in class MetadataTableGeneratorpublic List<String[]> getUniqueConstraints()
getUniqueConstraints in class MetadataTableGeneratorpublic String getValueColumnName()
getValueColumnName in class MetadataTableGeneratorpublic boolean loadedFromAnnotations()
loadedFromAnnotations in class MetadataGeneratorpublic boolean loadedFromXML()
loadedFromXML in class MetadataGeneratorCopyright © 2024. All rights reserved.