org.apache.ws.jaxme.pm.generator.jdbc
public class TableDetails extends ConnectionDetails
| Constructor Summary | |
|---|---|
| protected | TableDetails(JaxMeJdbcSG pJdbcSG, XsObject pParent) |
| Method Summary | |
|---|---|
| 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() |