public class TableDetails extends ConnectionDetails
Modifier | Constructor and Description |
---|---|
protected |
TableDetails(JaxMeJdbcSG pJdbcSG,
XsObject pParent) |
Modifier and Type | Method and Description |
---|---|
void |
cloneFrom(TableDetails pFrom)
Copies the current details from the given.
|
java.util.List |
getKeys()
Returns the names of the primary key columns.
|
java.lang.String |
getName()
Returns the tables name.
|
void |
setKeys(java.lang.String pKeys)
Sets the names of the primary key columns.
|
void |
setName(java.lang.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
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated
protected TableDetails(JaxMeJdbcSG pJdbcSG, XsObject pParent) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void setName(java.lang.String pName)
public java.lang.String getName()
public void setKeys(java.lang.String pKeys)
public java.util.List getKeys()
public void cloneFrom(TableDetails pFrom)
public void validate() throws org.xml.sax.SAXException
XsObject
validate
in interface XsObject
validate
in class ConnectionDetails
org.xml.sax.SAXException