|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.adapters.jdbc.JBossWrapper
org.jboss.jca.adapters.jdbc.CachedPreparedStatement
org.jboss.jca.adapters.jdbc.jdk6.CachedPreparedStatementJDK6
public class CachedPreparedStatementJDK6

CachedPreparedStatementJDK5.
| Field Summary |
|---|
| 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 |
| Constructor Summary | |
|---|---|
CachedPreparedStatementJDK6(PreparedStatement ps)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
isClosed()
|
boolean |
isPoolable()
|
void |
setAsciiStream(int parameterIndex,
InputStream x)
|
void |
setAsciiStream(int parameterIndex,
InputStream x,
long length)
|
void |
setBinaryStream(int parameterIndex,
InputStream x)
|
void |
setBinaryStream(int parameterIndex,
InputStream x,
long length)
|
void |
setBlob(int parameterIndex,
InputStream inputStream)
|
void |
setBlob(int parameterIndex,
InputStream inputStream,
long length)
|
void |
setCharacterStream(int parameterIndex,
Reader reader)
|
void |
setCharacterStream(int parameterIndex,
Reader reader,
long length)
|
void |
setClob(int parameterIndex,
Reader reader)
|
void |
setClob(int parameterIndex,
Reader reader,
long length)
|
void |
setNCharacterStream(int parameterIndex,
Reader value)
|
void |
setNCharacterStream(int parameterIndex,
Reader value,
long length)
|
void |
setNClob(int parameterIndex,
NClob value)
|
void |
setNClob(int parameterIndex,
Reader reader)
|
void |
setNClob(int parameterIndex,
Reader reader,
long length)
|
void |
setNString(int parameterIndex,
String value)
|
void |
setPoolable(boolean poolable)
|
void |
setRowId(int parameterIndex,
RowId x)
|
void |
setSQLXML(int parameterIndex,
SQLXML xmlObject)
|
| Methods inherited from class org.jboss.jca.adapters.jdbc.JBossWrapper |
|---|
isWrapperFor, unwrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Constructor Detail |
|---|
public CachedPreparedStatementJDK6(PreparedStatement ps)
throws SQLException
ps - The prepared statement
SQLException - Thrown if an error occurs| Method Detail |
|---|
public void setAsciiStream(int parameterIndex,
InputStream x,
long length)
throws SQLException
SQLException
public void setAsciiStream(int parameterIndex,
InputStream x)
throws SQLException
SQLException
public void setBinaryStream(int parameterIndex,
InputStream x,
long length)
throws SQLException
SQLException
public void setBinaryStream(int parameterIndex,
InputStream x)
throws SQLException
SQLException
public void setBlob(int parameterIndex,
InputStream inputStream,
long length)
throws SQLException
SQLException
public void setBlob(int parameterIndex,
InputStream inputStream)
throws SQLException
SQLException
public void setCharacterStream(int parameterIndex,
Reader reader,
long length)
throws SQLException
SQLException
public void setCharacterStream(int parameterIndex,
Reader reader)
throws SQLException
SQLException
public void setClob(int parameterIndex,
Reader reader,
long length)
throws SQLException
SQLException
public void setClob(int parameterIndex,
Reader reader)
throws SQLException
SQLException
public void setNCharacterStream(int parameterIndex,
Reader value,
long length)
throws SQLException
SQLException
public void setNCharacterStream(int parameterIndex,
Reader value)
throws SQLException
SQLException
public void setNClob(int parameterIndex,
NClob value)
throws SQLException
SQLException
public void setNClob(int parameterIndex,
Reader reader,
long length)
throws SQLException
SQLException
public void setNClob(int parameterIndex,
Reader reader)
throws SQLException
SQLException
public void setNString(int parameterIndex,
String value)
throws SQLException
SQLException
public void setRowId(int parameterIndex,
RowId x)
throws SQLException
SQLException
public void setSQLXML(int parameterIndex,
SQLXML xmlObject)
throws SQLException
SQLException
public boolean isClosed()
throws SQLException
SQLException
public boolean isPoolable()
throws SQLException
SQLException
public void setPoolable(boolean poolable)
throws SQLException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||