Package ca.idms.qcli

CA IDMS SQL native client interface for Java.

See:
          Description

Interface Summary
SQLState Defines SQLSTATE values used by the JDBC driver.
 

Exception Summary
QcliDataTruncation Thrown when data data is truncated while writing it to stream.
QcliException Thrown to indicate an error in SQL Client Interface.
QcliIOException Thrown when an IOException is thrown by a Qcli implementation.
QcliOverflowException Thrown when a Native format buffer to be sent or received is too large for the maximum CCI packet size.
QcliSQLException Thrown when SQLCODE < 0 after a call to Qcli.
QcliSQLWarning Thrown when SQLCODE > 0 and not 100 after a call to Qcli.
QcliStateException Thrown when the SQL Client Interface is in an invalid state for the current request.
 

Package ca.idms.qcli Description

CA IDMS SQL native client interface for Java. "Local" versions support native method calls to the "real" QCLI (that is, the C code), and are meant to be used by applications running on a machine with the native libraries installed. A "Network" version forwarda SQL requests using the classes in cai.idms.net to a proxy server application, and can be used in untrusted applets delivered to web browsers over the internet or an intranet. The network version does not require any CA IDMS Server components to be installed or configured on the client machine.



Copyright © 2009 CA, All rights reserved