org.apache.ws.jaxme.pm.generator.jdbc
Class TableDetails
- XsObject
public class TableDetails
void | cloneFrom(TableDetails pFrom) - Copies the current details from the given.
|
List | getKeys() - Returns the names of the primary key columns.
|
String | getName() - Returns the tables name.
|
void | setKeys(String pKeys) - Sets the names of the primary key columns.
|
void | setName(String pName) - Sets the tables name.
|
void | validate() - Validates the internal state of the type, attribute, element,
or whatever object.
|
cloneFrom , getDatasource , getDbMode , getDriver , getPassword , getUrl , getUser , isUsingDatasource , setDatasource , setDbMode , setDriver , setPassword , setUrl , setUser , setUsingDatasource , validate |
asXsQName , asXsQName , getContext , getLocator , getNamespaceSupport , getObjectFactory , getParentObject , getXsESchema , isTopLevelObject , isValidated , validate |
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.