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

Class CustomTableData


public class CustomTableData
extends java.lang.Object

Author:
Jochen Wiedmann

Constructor Summary

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

Method Summary

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.

Constructor Details

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