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

C

close() - Method in class com.syncsoft.plainsql.PlainSql
Closes the statement and releases the cursor and resources This _might_ not totally close the statement if statement caching is enabled (eg, might just move the statement to the cache)
close() - Method in class com.syncsoft.plainsql.PSconnection
Close the connection.
colcount() - Method in class com.syncsoft.plainsql.PlainSql
Number of columns in the current result set
colcount() - Method in class com.syncsoft.plainsql.PlainTable
Number of columns in the table
com.syncsoft.plainsql - package com.syncsoft.plainsql
 
commit() - Method in class com.syncsoft.plainsql.PSconnection
Issue a COMMIT.
createProc(String) - Method in class com.syncsoft.plainsql.PSconnection
Create a stored procedure object
createSequence(String) - Method in class com.syncsoft.plainsql.PSconnection
Returns an object that can be used to generate "portable" sequences
createSequenceEntry() - Method in class com.syncsoft.plainsql.PSsequence
 
createSequenceTable() - Method in class com.syncsoft.plainsql.PSsequence
 
createSql(String) - Method in class com.syncsoft.plainsql.PSconnection
Create a SQL object (wrapper to a preparedStatemetn).
createSql(String, String) - Method in class com.syncsoft.plainsql.PSconnection
 
createTable(String) - Method in class com.syncsoft.plainsql.PSconnection
Create a table object which is like a PlainSQL object for a SELECT * FROM table but also has some methods for easy DML
createTable(String, String) - Method in class com.syncsoft.plainsql.PSconnection
Create a table object which is like a PlainSQL object for a SELECT * FROM table but also has some methods for easy DML
createTableDDL(String) - Method in class com.syncsoft.plainsql.PSconnection
Create a table DDL object which is used to create table, indexes & such in a way that is a bit easier and portable than building up SQL text

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