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

P

padLength16(byte[]) - Static method in class my.usm.gcl.ddbms.client.utils.Convertion
 
ping() - Method in class my.usm.gcl.ddbms.client.DDBMSClient
Sends a request to renew session time , throws Exception with server message in case of the error
prepClear() - Method in class my.usm.gcl.ddbms.client.DDBMSClient
Empties Prepared Statement Buffer
prepExec() - Method in class my.usm.gcl.ddbms.client.DDBMSClient
Executes the current prepared statement with the parameters currently in Prepared Statement Buffer, throws Exception with server message in case of the error
prepSetVal(char, String) - Method in class my.usm.gcl.ddbms.client.DDBMSClient
Adds a Parameter to Prepared Statement Buffer (
prepSQL(String) - Method in class my.usm.gcl.ddbms.client.DDBMSClient
Sends a Prepared SQL statement to server, arguments will be added then using prepSetVal, prepExec can be used after that to receive results, throws Exception with server message in case of the error, NOTE: adding a new prepared statement will clear all the parameters added previously for previous statements

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