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.RecordSet

Uses of RecordSet in com.tripi.asp.ADODB
 

Methods in com.tripi.asp.ADODB that return RecordSet
 RecordSet Connection.Execute(java.lang.String sql)
          Execute the given SQL statement.
 RecordSet Connection.Execute(java.lang.String sql, com.tripi.asp.ByRefValue recordsAffected)
          Executes the given SQL statement, returning a result value.
 RecordSet Connection.Execute(java.lang.String sql, com.tripi.asp.ByRefValue recordsAffected, int flags)
          Executes the given SQL statement, returning a result value.
 RecordSet Command.Execute()
          Execute a statements based off this command object.
 RecordSet Command.Execute(com.tripi.asp.ByRefValue recordsAffected)
          Execute a statement, returning the number of elements affected.