|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.enhydra.jdbc.util.JdbcUtil
org.enhydra.jdbc.core.CorePreparedStatement
org.enhydra.jdbc.standard.StandardPreparedStatement
org.enhydra.jdbc.standard.StandardXAPreparedStatement
public class StandardXAPreparedStatement
| Field Summary | |
|---|---|
int |
autoGeneratedKeys
|
int |
resultSetConcurrency
|
int |
resultSetHoldability
|
int |
resultSetType
|
String |
sql
|
| Fields inherited from class org.enhydra.jdbc.standard.StandardPreparedStatement |
|---|
closed, key |
| Fields inherited from class org.enhydra.jdbc.core.CorePreparedStatement |
|---|
ps |
| Fields inherited from class org.enhydra.jdbc.util.JdbcUtil |
|---|
log |
| Fields inherited from interface java.sql.Statement |
|---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| Method Summary | |
|---|---|
void |
catchInvoke(SQLException sqlException)
Exception management : catch or throw the exception |
void |
close()
Close this statement. |
| Methods inherited from class org.enhydra.jdbc.standard.StandardPreparedStatement |
|---|
preInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.sql.PreparedStatement |
|---|
setAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setCharacterStream, setCharacterStream, setClob, setClob, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setRowId, setSQLXML |
| Methods inherited from interface java.sql.Statement |
|---|
isClosed, isPoolable, setPoolable |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Field Detail |
|---|
public String sql
public int resultSetType
public int resultSetConcurrency
public int resultSetHoldability
public int autoGeneratedKeys
| Method Detail |
|---|
public void close()
throws SQLException
close in interface Statementclose in class StandardPreparedStatementSQLException
public void catchInvoke(SQLException sqlException)
throws SQLException
catchInvoke in class StandardPreparedStatementSQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||