|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.RDBMServices.PreparedStatement
DatabaseMetaDataImpl
public static final class RDBMServices.PreparedStatement
Wrapper for/Emulator of PreparedStatement class
Field Summary | |
---|---|
private java.lang.String |
activeQuery
Deprecated. |
private int |
lastIndex
Deprecated. |
private java.sql.PreparedStatement |
pstmt
Deprecated. |
private java.lang.String |
query
Deprecated. |
private java.sql.Statement |
stmt
Deprecated. |
Constructor Summary | |
---|---|
RDBMServices.PreparedStatement(java.sql.Connection con,
java.lang.String query)
Deprecated. |
Method Summary | |
---|---|
void |
clearParameters()
Deprecated. |
void |
close()
Deprecated. |
java.sql.ResultSet |
executeQuery()
Deprecated. |
int |
executeUpdate()
Deprecated. |
void |
setDate(int index,
java.sql.Date value)
Deprecated. |
void |
setInt(int index,
int value)
Deprecated. |
void |
setNull(int index,
int sqlType)
Deprecated. |
void |
setString(int index,
java.lang.String value)
Deprecated. |
void |
setTimestamp(int index,
java.sql.Timestamp value)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.String query
private java.lang.String activeQuery
private java.sql.PreparedStatement pstmt
private java.sql.Statement stmt
private int lastIndex
Constructor Detail |
---|
public RDBMServices.PreparedStatement(java.sql.Connection con, java.lang.String query) throws java.sql.SQLException
java.sql.SQLException
Method Detail |
---|
public void clearParameters() throws java.sql.SQLException
java.sql.SQLException
public void setDate(int index, java.sql.Date value) throws java.sql.SQLException
java.sql.SQLException
public void setInt(int index, int value) throws java.sql.SQLException
java.sql.SQLException
public void setNull(int index, int sqlType) throws java.sql.SQLException
java.sql.SQLException
public void setString(int index, java.lang.String value) throws java.sql.SQLException
java.sql.SQLException
public void setTimestamp(int index, java.sql.Timestamp value) throws java.sql.SQLException
java.sql.SQLException
public java.sql.ResultSet executeQuery() throws java.sql.SQLException
java.sql.SQLException
public int executeUpdate() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String toString()
toString
in class java.lang.Object
public void close() throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |