org.jasig.portal
Class RDBMServices.PreparedStatement
java.lang.Object
org.jasig.portal.RDBMServices.PreparedStatement
- Enclosing class:
- RDBMServices
- public static final class RDBMServices.PreparedStatement
- extends java.lang.Object
Wrapper for/Emulator of PreparedStatement class
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RDBMServices.PreparedStatement
public RDBMServices.PreparedStatement(java.sql.Connection con,
java.lang.String query)
throws java.sql.SQLException
clearParameters
public void clearParameters()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setDate
public void setDate(int index,
java.sql.Date value)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setInt
public void setInt(int index,
int value)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setNull
public void setNull(int index,
int sqlType)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setString
public void setString(int index,
java.lang.String value)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setTimestamp
public void setTimestamp(int index,
java.sql.Timestamp value)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
executeQuery
public java.sql.ResultSet executeQuery()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
executeUpdate
public int executeUpdate()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
toString
public java.lang.String toString()
close
public void close()
throws java.sql.SQLException
- Throws:
java.sql.SQLException