public class CustomTableData
extends java.lang.Object
Constructor and Description |
---|
CustomTableData(JaxMeJdbcSG pJdbcSG,
Table pTable,
ComplexTypeSG pTypeSG,
TableDetails pTableDetails)
Creates a new instance-
|
Modifier and Type | Method and Description |
---|---|
Table |
getTable()
Returns the table, which is currently being read.
|
TableDetails |
getTableDetails()
Returns the connection details.
|
ComplexTypeSG |
getTypeSG()
Returns the type, which is being generated.
|
public CustomTableData(JaxMeJdbcSG pJdbcSG, Table pTable, ComplexTypeSG pTypeSG, TableDetails pTableDetails)
pJdbcSG
- The source generator creating this instance.pTable
- The table, which is currently read by the source generator.pTypeSG
- The complex type being generated.pTableDetails
- The connection details.public Table getTable()
public ComplexTypeSG getTypeSG()
public TableDetails getTableDetails()