All Packages Class Hierarchy This Package Previous Next Index
Class com.lgeds.jdf.db.JDFPreparedStatement
java.lang.Object
|
+----com.lgeds.jdf.db.JDFPreparedStatement
- public class JDFPreparedStatement
- extends Object
-
JDFPreparedStatement(Object, String, PreparedStatement)
- JDFStatement constructor comment.
-
execute()
-
-
executeQuery()
-
-
executeUpdate()
-
JDFPreparedStatement
public JDFPreparedStatement(Object caller,
String s,
PreparedStatement pstmt)
- JDFStatement constructor comment.
execute
public boolean execute() throws SQLException
- Returns:
- boolean
executeQuery
public ResultSet executeQuery() throws SQLException
- Parameters:
- s - java.lang.String
- Returns:
- java.sql.ResultSet
executeUpdate
public int executeUpdate() throws SQLException
- Returns:
- int
All Packages Class Hierarchy This Package Previous Next Index