Uses of Class
ca.idms.jdbc.IdmsStatement

Packages that use IdmsStatement
ca.idms.jdbc CA IDMS JDBC Driver. 
 

Uses of IdmsStatement in ca.idms.jdbc
 

Subclasses of IdmsStatement in ca.idms.jdbc
 class IdmsCallableStatement
          This class is used to execute SQL CALL statements on IDMS procedures and table procedures.
 class IdmsPreparedStatement
          Represents a CA IDMS prepared statement.
 class IdmsReceivedCursor
          An IdmsReceivedCursor is used to access result sets returned by an IDMS procedure that opens one or more WITH RETURN cursors.
 

Methods in ca.idms.jdbc with parameters of type IdmsStatement
 void IdmsConnection.addStatement(IdmsStatement stmt)
          Adds an object to the connection's statement table.
 void IdmsConnection.removeStatement(IdmsStatement stmt)
          Removes an object from the connection's statement table.
 



Copyright © 2009 CA, All rights reserved