|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.jdbc.core.CorePreparedStatement | +--org.enhydra.jdbc.standard.StandardPreparedStatement | +--org.enhydra.jdbc.standard.StandardXAPreparedStatement
Field Summary | |
int |
resultSetConcurrency
|
int |
resultSetType
|
java.lang.String |
sql
|
Fields inherited from class org.enhydra.jdbc.standard.StandardPreparedStatement |
closed, key |
Fields inherited from class org.enhydra.jdbc.core.CorePreparedStatement |
ps |
Method Summary | |
void |
catchInvoke(java.sql.SQLException sqlException)
Exception management : catch or throw the exception |
void |
close()
Close this statement. |
void |
preInvoke()
Pre-invokation of the delegation, in case of the Statement is closed, we throw an exception |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String sql
public int resultSetType
public int resultSetConcurrency
Method Detail |
public void close() throws java.sql.SQLException
close
in class StandardPreparedStatement
public void preInvoke() throws java.sql.SQLException
preInvoke
in class StandardPreparedStatement
public void catchInvoke(java.sql.SQLException sqlException) throws java.sql.SQLException
catchInvoke
in class StandardPreparedStatement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |