Package com.syncsoft.plainsql

Class Summary
InternalRow Inside the RowSet we use column numbers instead of names to save memory.
PlainProc Class to represent a stored procedure.
PlainSql This class supports SQL statement objects.
PlainTable This class represents a single table.
PlainTableDDL Class to assist with DDL generation.
ProcedureResult An object that represents all the outputs from a stored procedure execution inluding all result sets and output parameters (which are also returned into the variables provided during execution of course.
PSconnection Wrapper to the JDBC connection class.
PSsequence Portable sequence generator
Row Object to represent a single row.
RowSet A class that extends ArrayList with some methods to support result sets from SQL statements.
SpTestCase This class extends junit.framework.TestCase with assertions that are usefull when constructing unit tests around procedure calls or SQL statement results
StmtCache This class creates an object which maintains a cache of recently executed statements.
 

Exception Summary
POSSexception