|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PlainTable in com.syncsoft.plainsql |
|---|
| Methods in com.syncsoft.plainsql that return PlainTable | |
|---|---|
PlainTable |
PSconnection.createTable(java.lang.String tablename)
Create a table object which is like a PlainSQL object for a SELECT * FROM table but also has some methods for easy DML |
PlainTable |
PSconnection.createTable(java.lang.String tablename,
java.lang.String additionalSQL)
Create a table object which is like a PlainSQL object for a SELECT * FROM table but also has some methods for easy DML |
PlainTable |
PSconnection.getTable(java.lang.String tablename)
Create a "table" DML object |
PlainTable |
RowSet.getTableName()
|
| Methods in com.syncsoft.plainsql with parameters of type PlainTable | |
|---|---|
void |
RowSet.setTableName(PlainTable tableName)
Set the name of the PlainTable associated with the RowSet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||