Uses of Package
com.syncsoft.plainsql

Classes in com.syncsoft.plainsql used by com.syncsoft.plainsql
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.
StmtCache
          This class creates an object which maintains a cache of recently executed statements.