Package org.openbravo.erpCommon.utility
Class ExecuteQuery
- java.lang.Object
-
- org.openbravo.erpCommon.utility.ExecuteQuery
-
public class ExecuteQuery extends Object
- Author:
- Fernando Iriazabal Implements the needed methods to execute the differents kinds of queries in the database.
-
-
Constructor Summary
Constructors Constructor Description ExecuteQuery()
ConstructorExecuteQuery(ConnectionProvider _conn, String _sql, Vector<String> _parameters)
Constructor
-
-
-
Method Detail
-
select
public FieldProvider[] select() throws javax.servlet.ServletException
Executes the query.- Returns:
- Array of FieldProviders with the result of the query.
- Throws:
javax.servlet.ServletException
-
-