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

Class TableDetails

public class TableDetails extends ConnectionDetails

Author: Jochen Wiedmann

Constructor Summary
protected TableDetails(JaxMeJdbcSG pJdbcSG, XsObject pParent)
Method Summary
voidcloneFrom(TableDetails pFrom)
Copies the current details from the given.
ListgetKeys()
Returns the names of the primary key columns.
StringgetName()
Returns the tables name.
voidsetKeys(String pKeys)
Sets the names of the primary key columns.
voidsetName(String pName)
Sets the tables name.
voidvalidate()

Constructor Detail

TableDetails

protected TableDetails(JaxMeJdbcSG pJdbcSG, XsObject pParent)

Method Detail

cloneFrom

public void cloneFrom(TableDetails pFrom)
Copies the current details from the given.

getKeys

public List getKeys()
Returns the names of the primary key columns.

getName

public String getName()
Returns the tables name.

setKeys

public void setKeys(String pKeys)
Sets the names of the primary key columns.

setName

public void setName(String pName)
Sets the tables name.

validate

public void validate()