All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lgeds.jdf.db.JDFStatement

java.lang.Object
   |
   +----com.lgeds.jdf.db.JDFStatement

public class JDFStatement
extends Object

Variable Index

 o caller

Constructor Index

 o JDFStatement(Object, Statement)
JDFStatement constructor comment.

Method Index

 o execute(String)
 o executeQuery(String)
 o executeUpdate(String)

Variables

 o caller
 protected Object caller

Constructors

 o JDFStatement
 public JDFStatement(Object caller,
                     Statement stmt)
JDFStatement constructor comment.

Methods

 o execute
 public boolean execute(String s) throws SQLException
Returns:
boolean
 o executeQuery
 public ResultSet executeQuery(String s) throws SQLException
Parameters:
s - java.lang.String
Returns:
java.sql.ResultSet
 o executeUpdate
 public int executeUpdate(String s) throws SQLException
Returns:
int

All Packages  Class Hierarchy  This Package  Previous  Next  Index