A B C D E F G H I J K L M N O P Q R S T U V W X Z

P

PacketException - Exception in ca.idms.net
Thrown to indicate that there is an error in the DSI packet protocol.
PacketException() - Constructor for exception ca.idms.net.PacketException
Constructs a general PacketException with no detail message.
PacketException(String) - Constructor for exception ca.idms.net.PacketException
Constructs a general PacketException with the specified detail message.
PacketException(int) - Constructor for exception ca.idms.net.PacketException
Constructs a new PacketException with the specified error code and no detail message.
PacketException(int, String) - Constructor for exception ca.idms.net.PacketException
Constructs a new PacketException with the specified error code and detail message.
PacketSequenceException - Exception in ca.idms.net
Thrown to indicate that an unexpected type has been received.
PacketSequenceException() - Constructor for exception ca.idms.net.PacketSequenceException
Constructs a new PacketSequenceException with no detail message.
PacketSequenceException(String) - Constructor for exception ca.idms.net.PacketSequenceException
Constructs a new PacketSequenceException with the specified detail message.
PacketTypeException - Exception in ca.idms.net
Thrown to indicate that an invalid packet type has been received.
PacketTypeException() - Constructor for exception ca.idms.net.PacketTypeException
Constructs a new PacketTypeException with no detail message.
PacketTypeException(String) - Constructor for exception ca.idms.net.PacketTypeException
Constructs a new PacketTypeException with the specified detail message.
pad(byte[], int) - Method in class ca.idms.io.NativeFormat
Pads an array of bytes with spaces.
parseList(String) - Static method in class ca.idms.io.TraceObject
Parses a list of arguments.
PASSWORD - Static variable in interface ca.idms.jdbc.IdmsDriverInterface
Property name for password.
PLATFORM - Static variable in class ca.idms.io.NativeFormat
Native platform option mask.
platform - Variable in class ca.idms.io.NativeFormat
Native platform: X86, S390, IDMS, or 0 (other).
POOL_SUSPEND - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Deprecated. use the IdmsDriverInterface.INTERACTIVE suspend strategy, or the IdmsDriverInterface.CUSTOM strategy with IdmsConnectOptions.COMMIT_SUSPEND instead.
PREFIX - Static variable in class ca.idms.io.TraceObject
System property name prefix.
prepare(Xid) - Method in class ca.idms.xa.IdmsXAResource
Prepares the connection to COMMIT.
prepareCall(String) - Method in class ca.idms.jdbc.IdmsConnection
Prepares an IDMS procedure call.
prepareCall(String, int, int) - Method in class ca.idms.jdbc.IdmsConnection
Prepares an IDMS CALL Statement with specified type and concurrency.
prepareCall(String, int, int, int) - Method in class ca.idms.jdbc.IdmsConnection
Prepares an IDMS CALL Statement with specified type, concurrency, and holdability.
prepareCall(String) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.prepareCall(String).
prepareCall(String, int, int) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.prepareCall(String,int,int).
prepareCall(String, int, int, int) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.prepareCall(String,int,int,int).
prepareStatement(String) - Method in class ca.idms.jdbc.IdmsConnection
Prepares an IDMS statement.
prepareStatement(String, int, int) - Method in class ca.idms.jdbc.IdmsConnection
Prepares an CA IDMS Statement with specified type and concurrency.
prepareStatement(String, int, int, int) - Method in class ca.idms.jdbc.IdmsConnection
Prepares an IDMS Statement with specified type, concurrency, and holdability.
prepareStatement(String, int) - Method in class ca.idms.jdbc.IdmsConnection
Prepares an IDMS statement.
prepareStatement(String, int[]) - Method in class ca.idms.jdbc.IdmsConnection
Prepares an IDMS statement.
prepareStatement(String, String[]) - Method in class ca.idms.jdbc.IdmsConnection
Prepares an IDMS statement.
prepareStatement(String) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.prepareStatement(String).
prepareStatement(String, int, int) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.prepareStatement(String,int,int).
prepareStatement(String, int, int, int) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.prepareStatement(String,int,int,int).
prepareStatement(String, int) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.prepareStatement(String,int).
prepareStatement(String, int[]) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.prepareStatement(String,int[]).
prepareStatement(String, String[]) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.prepareStatement(String,String[]).
PRESERVE_PREPARED - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Property name to force prepared statements to be preserved.
previous() - Method in class ca.idms.jdbc.IdmsResultSet
Positions the cursor on the previous row, if any.
print(char) - Method in class ca.idms.io.TraceObject
Appends a character to the trace line buffer.
print(Object) - Method in class ca.idms.io.TraceObject
Appends an object's value to the trace line buffer.
print(String) - Method in class ca.idms.io.TraceObject
Appends a string to the trace line buffer.
print(String, int) - Method in class example.IdmsExample
Prints a string padded with spaces.
print(SQLException) - Method in class example.IdmsExample
Prints a chain of SQLExceptions.
println(Object) - Method in class ca.idms.io.AbstractTraceOutput
 
println(Object) - Method in class ca.idms.io.TraceObject
Writes the value of object to the trace stream.
println(String) - Method in class ca.idms.io.TraceObject
Writes a line to the trace stream and log writer.
println(String) - Method in interface ca.idms.io.TraceOutput
Writes a line to the trace stream.
println(Object) - Method in interface ca.idms.io.TraceOutput
Writes an object to the trace stream.
println(String) - Method in class ca.idms.io.TraceStream
Prints a line to the trace stream.
println(String) - Method in class ca.idms.io.TraceWriter
Prints a line to the trace writer.
printResultSet(ResultSet) - Method in class example.IdmsExample
Prints a result set in table format.
printResultSets(Statement) - Method in class example.IdmsExample
Prints all result sets returned for a statement.
printUpdateCount(Statement) - Method in class example.IdmsExample
Prints the number of rows processed
product - Static variable in class ca.idms.io.AbstractTraceOutput
Product prefix to start each identifier.
PROGRAM - Static variable in interface ca.idms.jdbc.IdmsDriverInterface
Property name to specify the program name that will be displayed by CA IDMS status utilities and recorded in the CA IDMS journal records
PROPERTIES_FILE - Static variable in class ca.idms.io.TraceObject
Default CA IDMS properties file name.
PROPERTIES_KEY - Static variable in class ca.idms.io.TraceObject
System properties key name to specify the CA IDMS properties file.
ProxyException - Exception in ca.idms.proxy
Base class for proxy server exceptions.
ProxyException(String) - Constructor for exception ca.idms.proxy.ProxyException
Constructs a new ProxyInternalException with the specified detail message.
ProxyException(int, String) - Constructor for exception ca.idms.proxy.ProxyException
Constructs a new ProxyInternalException with the specified error code and detail message.
ProxyInternalException - Exception in ca.idms.proxy
Thrown to indicate an internal error in the proxy server.
ProxyInternalException(String) - Constructor for exception ca.idms.proxy.ProxyInternalException
Constructs a new ProxyInternalException with the specified detail message.
ProxyNotFoundException - Exception in ca.idms.proxy
Thrown to indicate that requested Proxy implementation class was not found on the server.
ProxyNotFoundException(String) - Constructor for exception ca.idms.proxy.ProxyNotFoundException
Constructs a new ProxyNotFoundException.
ProxyOptions - Class in ca.idms.proxy
This class defines options for the JDBC Server.
ProxyServerException - Exception in ca.idms.proxy
Thrown to indicate that the proxy server received an error forwarding the request to the server.
ProxyServerException(String) - Constructor for exception ca.idms.proxy.ProxyServerException
Constructs a new ProxyServerException with the specified detail message.
ProxyServerException(IOException) - Constructor for exception ca.idms.proxy.ProxyServerException
Constructs a new ProxyServerException to encapsulate a Proxy implementation exception.

A B C D E F G H I J K L M N O P Q R S T U V W X Z
Copyright © 2009 CA, All rights reserved