|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PlainSql in com.syncsoft.plainsql |
|---|
| Subclasses of PlainSql in com.syncsoft.plainsql | |
|---|---|
class |
PlainProc
Class to represent a stored procedure. |
class |
PlainTable
This class represents a single table. |
| Methods in com.syncsoft.plainsql that return PlainSql | |
|---|---|
PlainSql |
PSconnection.createSql(java.lang.String sql)
Create a SQL object (wrapper to a preparedStatemetn). |
PlainSql |
PSconnection.createSql(java.lang.String fileName,
java.lang.String sqlName)
|
PlainSql |
StmtCache.get(java.lang.String sql)
Get the cached statement corresponding to the nominated SQL You should call "isCached" first to make sure that the statement is actuall in there. |
| Methods in com.syncsoft.plainsql that return types with arguments of type PlainSql | |
|---|---|
java.util.HashMap<java.lang.String,PlainSql> |
StmtCache.getStatementCache()
Return the statement cache object |
| Methods in com.syncsoft.plainsql with parameters of type PlainSql | |
|---|---|
void |
StmtCache.add(PlainSql sqlStmt)
Add the specified SQL statement to the cache |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||