org.apache.ws.jaxme.pm.generator.jdbc

Class CustomTableData

public class CustomTableData extends Object

Author: Jochen Wiedmann

Constructor Summary
CustomTableData(JaxMeJdbcSG pJdbcSG, Table pTable, ComplexTypeSG pTypeSG, TableDetails pTableDetails)
Creates a new instance-
Method Summary
TablegetTable()
Returns the table, which is currently being read.
TableDetailsgetTableDetails()
Returns the connection details.
ComplexTypeSGgetTypeSG()
Returns the type, which is being generated.

Constructor Detail

CustomTableData

public CustomTableData(JaxMeJdbcSG pJdbcSG, Table pTable, ComplexTypeSG pTypeSG, TableDetails pTableDetails)
Creates a new instance-

Parameters: 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.

Method Detail

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.