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

P

PlainProc - Class in com.syncsoft.plainsql
Class to represent a stored procedure.
PlainProc(PSconnection, String) - Constructor for class com.syncsoft.plainsql.PlainProc
Create an object for a stored procedure call
PlainSql - Class in com.syncsoft.plainsql
This class supports SQL statement objects.
PlainSql(PSconnection, String) - Constructor for class com.syncsoft.plainsql.PlainSql
Constructor to create a SQL statement object from a SQL string
PlainTable - Class in com.syncsoft.plainsql
This class represents a single table.
PlainTable(PSconnection, String) - Constructor for class com.syncsoft.plainsql.PlainTable
Create a Plain Table object
PlainTable(PSconnection, String, String) - Constructor for class com.syncsoft.plainsql.PlainTable
Create a Plain Table object
PlainTableDDL - Class in com.syncsoft.plainsql
Class to assist with DDL generation.
PlainTableDDL(PSconnection, String) - Constructor for class com.syncsoft.plainsql.PlainTableDDL
 
position(String) - Method in class com.syncsoft.plainsql.StmtCache
Returns the position in the LRU chain of the specified SQL
POSSexception - Exception in com.syncsoft.plainsql
 
POSSexception() - Constructor for exception com.syncsoft.plainsql.POSSexception
 
POSSexception(String) - Constructor for exception com.syncsoft.plainsql.POSSexception
 
POSSexception(String, Throwable) - Constructor for exception com.syncsoft.plainsql.POSSexception
 
POSSexception(Throwable) - Constructor for exception com.syncsoft.plainsql.POSSexception
 
primaryKey(String) - Method in class com.syncsoft.plainsql.PlainTableDDL
 
ProcedureResult - Class in com.syncsoft.plainsql
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.
ProcedureResult(PlainProc, Object...) - Constructor for class com.syncsoft.plainsql.ProcedureResult
Create a procedure result structure.
PSconnection - Class in com.syncsoft.plainsql
Wrapper to the JDBC connection class.
PSconnection(Connection) - Constructor for class com.syncsoft.plainsql.PSconnection
Create a conneciton object, supplying a JDBC connection.
PSsequence - Class in com.syncsoft.plainsql
Portable sequence generator
PSsequence(PSconnection, String) - Constructor for class com.syncsoft.plainsql.PSsequence
 

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