Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.tripi.asp.ADODB.Connection

Uses of Connection in com.tripi.asp.ADODB
 

Fields in com.tripi.asp.ADODB declared as Connection
protected  Connection RecordSet._ActiveConnection
          Internal variable to store the active connection
 Connection Command._ActiveConnection
          Internal Active connection
 

Methods in com.tripi.asp.ADODB that return Connection
 Connection Command.ActiveConnection()
          Obtain the active connection.
 

Methods in com.tripi.asp.ADODB with parameters of type Connection
protected  void RecordSet.setConnection(Connection con)
          Internal function to set the active connection.
 boolean RecordSet.Open(java.lang.String sql, Connection con)
          Open a result set, based on the specified connection object.
 boolean RecordSet.Open(java.lang.String sql, Connection con, int type)
          Open a result set, based on the specified connection object, with a specified lock type.
 boolean RecordSet.Open(java.lang.String sql, Connection con, int type, int lock)
          Open a result set, based on the specified connection object, with a specified cursor type, and specified lock semantics.
 boolean RecordSet.Open(java.lang.String sql, Connection con, int type, int lock, int flag)
          Open a result set, based on the specified connection object, with a specified cursor type, and specified lock semantics.
 void Command.ActiveConnection(Connection con)
          Set the active connection to a connection object.