org.apache.ws.jaxme.pm.generator.jdbc
Class CustomTableData
java.lang.Object
org.apache.ws.jaxme.pm.generator.jdbc.CustomTableData
public class CustomTableData
extends java.lang.Object
CustomTableData
public CustomTableData(JaxMeJdbcSG pJdbcSG,
Table pTable,
ComplexTypeSG pTypeSG,
TableDetails pTableDetails)
Creates a new instance-
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.
getTable
public Table getTable()
Returns the table, which is currently being read.
getTableDetails
public TableDetails getTableDetails()
Returns the connection details.
getTypeSG
public ComplexTypeSG getTypeSG()
Returns the type, which is being generated.