Uses of Class
com.syncsoft.plainsql.PSconnection

Uses of PSconnection in com.syncsoft.plainsql
 

Methods in com.syncsoft.plainsql that return PSconnection
 PSconnection PSsequence.getConn()
           
 PSconnection PlainSql.getPsConnection()
          Get the PlainSQL connection associated with this statement.
 

Constructors in com.syncsoft.plainsql with parameters of type PSconnection
PlainProc(PSconnection conn, java.lang.String procName)
          Create an object for a stored procedure call
PlainSql(PSconnection conn, java.lang.String sql)
          Constructor to create a SQL statement object from a SQL string
PlainTable(PSconnection conn, java.lang.String tablename)
          Create a Plain Table object
PlainTable(PSconnection conn, java.lang.String tablename, java.lang.String additionalSQL)
          Create a Plain Table object
PlainTableDDL(PSconnection psConnection, java.lang.String tableName)
           
PSsequence(PSconnection conn, java.lang.String sequenceName)