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
-
caller
-
-
JDFStatement(Object, Statement)
- JDFStatement constructor comment.
-
execute(String)
-
-
executeQuery(String)
-
-
executeUpdate(String)
-
caller
protected Object caller
JDFStatement
public JDFStatement(Object caller,
Statement stmt)
- JDFStatement constructor comment.
execute
public boolean execute(String s) throws SQLException
- Returns:
- boolean
executeQuery
public ResultSet executeQuery(String s) throws SQLException
- Parameters:
- s - java.lang.String
- Returns:
- java.sql.ResultSet
executeUpdate
public int executeUpdate(String s) throws SQLException
- Returns:
- int
All Packages Class Hierarchy This Package Previous Next Index