Uses of Class
org.bibalex.daf.installer.OperationInfo

Packages that use OperationInfo
org.bibalex.daf.installer   
 

Uses of OperationInfo in org.bibalex.daf.installer
 

Methods in org.bibalex.daf.installer that return OperationInfo
 OperationInfo DBConnection.executeNonQuery(java.lang.String query)
          Executes the specified query and gets the number of rows affected.
 OperationInfo DBConnection.executeProcedure(java.lang.String procName, java.util.ArrayList procArguments)
          Executes the given stored procedure.
 OperationInfo DBConnection.executeReader(java.lang.String query)
          Executes the specified query and returns a DataTable representing the ResultSet.
static OperationInfo DBConnection.executeScalar(java.lang.String query)
          Executes the specified query and returns the first column of the first row of the ResultSet.
 

Constructors in org.bibalex.daf.installer with parameters of type OperationInfo
OperationInfo(OperationInfo toCopy)
          A copy constructor.