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

Constructor Index

 o JDFPreparedStatement(Object, String, PreparedStatement)
JDFStatement constructor comment.

Method Index

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

Constructors

 o JDFPreparedStatement
 public JDFPreparedStatement(Object caller,
                             String s,
                             PreparedStatement pstmt)
JDFStatement constructor comment.

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index