A B C D E F G H I J M N P R S T U

G

get(String) - Method in class com.syncsoft.plainsql.StmtCache
Get the cached statement corresponding to the nominated SQL You should call "isCached" first to make sure that the statement is actuall in there.
getBatchSize() - Method in class com.syncsoft.plainsql.PSsequence
 
getCachesize() - Method in class com.syncsoft.plainsql.StmtCache
Returns the size of the cache: the maximum number of Sqls which can be cached.
getCallableStatement() - Method in class com.syncsoft.plainsql.PlainProc
Access the JDBC Callable statement correspondint to this statement object
getColNames() - Method in class com.syncsoft.plainsql.PlainSql
Returns a List of column names for the current result set.
getColumnCount() - Method in class com.syncsoft.plainsql.RowSet
 
getColumnList() - Method in class com.syncsoft.plainsql.PlainTable
 
getColumnNames() - Method in class com.syncsoft.plainsql.PlainTable
 
getColumnNames() - Method in class com.syncsoft.plainsql.RowSet
Get an ArrayList containing the columns in this RowSet()
getConn() - Method in class com.syncsoft.plainsql.PSsequence
 
getElements() - Method in class com.syncsoft.plainsql.StmtCache
Returns the number of SQLs in the cache.
getFetchahead() - Method in class com.syncsoft.plainsql.PlainSql
Get the fetchahead value associated with this statement
getFetchahead() - Method in class com.syncsoft.plainsql.PSconnection
 
getHighValue() - Method in class com.syncsoft.plainsql.PSsequence
 
getHits() - Method in class com.syncsoft.plainsql.StmtCache
Returns the number of times a statement was found in the cache
getInsertionPoint() - Method in class com.syncsoft.plainsql.StmtCache
Returns the insertion point - spot on the LRU chain where new entries will be added.
getInt(String) - Method in class com.syncsoft.plainsql.Row
Return the column value as an integer
getJdbcConnection() - Method in class com.syncsoft.plainsql.PlainSql
Get the JDBC connection associated with this statement
getJdbcConnection() - Method in class com.syncsoft.plainsql.PSconnection
Return the JDBC connection used by the PSconnection
getJdbcStatement() - Method in class com.syncsoft.plainsql.PlainSql
Get the PreparedStatement object associated with this statement.
getLast() - Method in class com.syncsoft.plainsql.PSsequence
 
getLogger() - Method in class com.syncsoft.plainsql.PSconnection
Retrieves the Logger object associated with the connection
getLowValue() - Method in class com.syncsoft.plainsql.PSsequence
 
getMisses() - Method in class com.syncsoft.plainsql.StmtCache
Returns the number of times a statement was sought but not found
getMoreResults() - Method in class com.syncsoft.plainsql.PlainProc
Move to the next result set returned by this stored procedure
getNext() - Method in class com.syncsoft.plainsql.PSsequence
 
getOutParameter(int) - Method in class com.syncsoft.plainsql.ProcedureResult
Get value of an output parameter
getOutParm(int) - Method in class com.syncsoft.plainsql.PlainProc
Get the value of the specified OUT parameter
getParameterMetaData() - Method in class com.syncsoft.plainsql.ProcedureResult
 
getParameterValues() - Method in class com.syncsoft.plainsql.ProcedureResult
 
getPrimaryKeys() - Method in class com.syncsoft.plainsql.PlainTable
 
getProcParmMetaData() - Method in class com.syncsoft.plainsql.PlainProc
 
getProcStatement() - Method in class com.syncsoft.plainsql.PlainProc
 
getPsConnection() - Method in class com.syncsoft.plainsql.PlainSql
Get the PlainSQL connection associated with this statement.
getRdbmsName() - Method in class com.syncsoft.plainsql.PSconnection
Return the RDBMS product name as returned by DatabaseMetaData.getProductName()
getResult() - Method in class com.syncsoft.plainsql.PlainSql
Get the JDBC ResultSet object associated with this statement
getRow() - Method in class com.syncsoft.plainsql.InternalRow
 
getRow(int) - Method in class com.syncsoft.plainsql.RowSet
Return the nominated row
getRows() - Method in class com.syncsoft.plainsql.RowSet
Return the rowset as an ArrayList of Row objects (rather than the more compact but less readable InternalRow)
getRowSet(int) - Method in class com.syncsoft.plainsql.ProcedureResult
Get a specific rowset from the procedure output
getRowSet() - Method in class com.syncsoft.plainsql.Row
Returns RowSet that this row belongs to
getRowSetCount() - Method in class com.syncsoft.plainsql.ProcedureResult
 
getRowSetIdx() - Method in class com.syncsoft.plainsql.Row
 
getRowSets() - Method in class com.syncsoft.plainsql.ProcedureResult
 
getRsMetaData() - Method in class com.syncsoft.plainsql.PlainSql
Get the ResultSetMetaData object associated with this statement
getSequenceBatch() - Method in class com.syncsoft.plainsql.PSsequence
 
getSequenceName() - Method in class com.syncsoft.plainsql.PSsequence
 
getSequenceTableName() - Method in class com.syncsoft.plainsql.PSsequence
 
getSql() - Method in class com.syncsoft.plainsql.PlainSql
Get the SQL text associated with this statement
getStatementCache() - Method in class com.syncsoft.plainsql.StmtCache
Return the statement cache object
getStatementLRU() - Method in class com.syncsoft.plainsql.StmtCache
Returns the LRU list
getStmtcache() - Method in class com.syncsoft.plainsql.PSconnection
Get the statement cache object for this connection
getString(String) - Method in class com.syncsoft.plainsql.Row
Return the column value as an String
getTable(String) - Method in class com.syncsoft.plainsql.PSconnection
Create a "table" DML object
getTableCatalog() - Method in class com.syncsoft.plainsql.PlainTable
 
getTableName() - Method in class com.syncsoft.plainsql.PlainTable
Access the name of the table for which this object was created.
getTableName() - Method in class com.syncsoft.plainsql.RowSet
 
getTablenameSupplied() - Method in class com.syncsoft.plainsql.PlainTable
 
getTableSchema() - Method in class com.syncsoft.plainsql.PlainTable
 
getTableType() - Method in class com.syncsoft.plainsql.PlainTable
 
getValue(Object) - Method in class com.syncsoft.plainsql.Row
Get the value of a specific column
getValue(int, String) - Method in class com.syncsoft.plainsql.RowSet
Get the value corresponding to the nominated row and column name.

A B C D E F G H I J M N P R S T U