|
||||||||||
| 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.WrappedResultSet
org.jboss.jca.adapters.jdbc.jdk6.WrappedResultSetJDK6
public class WrappedResultSetJDK6

WrappedResultSetJDK6.
| Field Summary |
|---|
| Fields inherited from interface java.sql.ResultSet |
|---|
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE |
| Constructor Summary | |
|---|---|
WrappedResultSetJDK6(WrappedStatement statement,
ResultSet resultSet)
Constructor |
|
| Method Summary | |
|---|---|
int |
getHoldability()
|
Reader |
getNCharacterStream(int columnIndex)
|
Reader |
getNCharacterStream(String columnLabel)
|
NClob |
getNClob(int columnIndex)
|
NClob |
getNClob(String columnLabel)
|
String |
getNString(int columnIndex)
|
String |
getNString(String columnLabel)
|
RowId |
getRowId(int columnIndex)
|
RowId |
getRowId(String columnLabel)
|
SQLXML |
getSQLXML(int columnIndex)
|
SQLXML |
getSQLXML(String columnLabel)
|
boolean |
isClosed()
|
void |
updateAsciiStream(int columnIndex,
InputStream x)
|
void |
updateAsciiStream(int columnIndex,
InputStream x,
long length)
|
void |
updateAsciiStream(String columnLabel,
InputStream x)
|
void |
updateAsciiStream(String columnLabel,
InputStream x,
long length)
|
void |
updateBinaryStream(int columnIndex,
InputStream x)
|
void |
updateBinaryStream(int columnIndex,
InputStream x,
long length)
|
void |
updateBinaryStream(String columnLabel,
InputStream x)
|
void |
updateBinaryStream(String columnLabel,
InputStream x,
long length)
|
void |
updateBlob(int columnIndex,
InputStream inputStream)
|
void |
updateBlob(int columnIndex,
InputStream inputStream,
long length)
|
void |
updateBlob(String columnLabel,
InputStream inputStream)
|
void |
updateBlob(String columnLabel,
InputStream inputStream,
long length)
|
void |
updateCharacterStream(int columnIndex,
Reader x)
|
void |
updateCharacterStream(int columnIndex,
Reader x,
long length)
|
void |
updateCharacterStream(String columnLabel,
Reader reader)
|
void |
updateCharacterStream(String columnLabel,
Reader reader,
long length)
|
void |
updateClob(int columnIndex,
Reader reader)
|
void |
updateClob(int columnIndex,
Reader reader,
long length)
|
void |
updateClob(String columnLabel,
Reader reader)
|
void |
updateClob(String columnLabel,
Reader reader,
long length)
|
void |
updateNCharacterStream(int columnIndex,
Reader x)
|
void |
updateNCharacterStream(int columnIndex,
Reader x,
long length)
|
void |
updateNCharacterStream(String columnLabel,
Reader reader)
|
void |
updateNCharacterStream(String columnLabel,
Reader reader,
long length)
|
void |
updateNClob(int columnIndex,
NClob clob)
|
void |
updateNClob(int columnIndex,
Reader reader)
|
void |
updateNClob(int columnIndex,
Reader reader,
long length)
|
void |
updateNClob(String columnLabel,
NClob clob)
|
void |
updateNClob(String columnLabel,
Reader reader)
|
void |
updateNClob(String columnLabel,
Reader reader,
long length)
|
void |
updateNString(int columnIndex,
String string)
|
void |
updateNString(String columnLabel,
String string)
|
void |
updateRowId(int columnIndex,
RowId x)
|
void |
updateRowId(String columnLabel,
RowId x)
|
void |
updateSQLXML(int columnIndex,
SQLXML xmlObject)
|
void |
updateSQLXML(String columnLabel,
SQLXML xmlObject)
|
| Methods inherited from class org.jboss.jca.adapters.jdbc.JBossWrapper |
|---|
isWrapperFor, unwrap |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Constructor Detail |
|---|
public WrappedResultSetJDK6(WrappedStatement statement,
ResultSet resultSet)
statement - The statementresultSet - The result set| Method Detail |
|---|
public int getHoldability()
throws SQLException
SQLException
public Reader getNCharacterStream(int columnIndex)
throws SQLException
SQLException
public Reader getNCharacterStream(String columnLabel)
throws SQLException
SQLException
public NClob getNClob(int columnIndex)
throws SQLException
SQLException
public NClob getNClob(String columnLabel)
throws SQLException
SQLException
public String getNString(int columnIndex)
throws SQLException
SQLException
public String getNString(String columnLabel)
throws SQLException
SQLException
public RowId getRowId(int columnIndex)
throws SQLException
SQLException
public RowId getRowId(String columnLabel)
throws SQLException
SQLException
public SQLXML getSQLXML(int columnIndex)
throws SQLException
SQLException
public SQLXML getSQLXML(String columnLabel)
throws SQLException
SQLException
public boolean isClosed()
throws SQLException
SQLException
public void updateAsciiStream(int columnIndex,
InputStream x,
long length)
throws SQLException
SQLException
public void updateAsciiStream(int columnIndex,
InputStream x)
throws SQLException
SQLException
public void updateAsciiStream(String columnLabel,
InputStream x,
long length)
throws SQLException
SQLException
public void updateAsciiStream(String columnLabel,
InputStream x)
throws SQLException
SQLException
public void updateBinaryStream(int columnIndex,
InputStream x,
long length)
throws SQLException
SQLException
public void updateBinaryStream(int columnIndex,
InputStream x)
throws SQLException
SQLException
public void updateBinaryStream(String columnLabel,
InputStream x,
long length)
throws SQLException
SQLException
public void updateBinaryStream(String columnLabel,
InputStream x)
throws SQLException
SQLException
public void updateBlob(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
SQLException
public void updateBlob(int columnIndex,
InputStream inputStream)
throws SQLException
SQLException
public void updateBlob(String columnLabel,
InputStream inputStream,
long length)
throws SQLException
SQLException
public void updateBlob(String columnLabel,
InputStream inputStream)
throws SQLException
SQLException
public void updateCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLException
SQLException
public void updateCharacterStream(int columnIndex,
Reader x)
throws SQLException
SQLException
public void updateCharacterStream(String columnLabel,
Reader reader,
long length)
throws SQLException
SQLException
public void updateCharacterStream(String columnLabel,
Reader reader)
throws SQLException
SQLException
public void updateClob(int columnIndex,
Reader reader,
long length)
throws SQLException
SQLException
public void updateClob(int columnIndex,
Reader reader)
throws SQLException
SQLException
public void updateClob(String columnLabel,
Reader reader,
long length)
throws SQLException
SQLException
public void updateClob(String columnLabel,
Reader reader)
throws SQLException
SQLException
public void updateNCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLException
SQLException
public void updateNCharacterStream(int columnIndex,
Reader x)
throws SQLException
SQLException
public void updateNCharacterStream(String columnLabel,
Reader reader,
long length)
throws SQLException
SQLException
public void updateNCharacterStream(String columnLabel,
Reader reader)
throws SQLException
SQLException
public void updateNClob(int columnIndex,
NClob clob)
throws SQLException
SQLException
public void updateNClob(int columnIndex,
Reader reader,
long length)
throws SQLException
SQLException
public void updateNClob(int columnIndex,
Reader reader)
throws SQLException
SQLException
public void updateNClob(String columnLabel,
NClob clob)
throws SQLException
SQLException
public void updateNClob(String columnLabel,
Reader reader,
long length)
throws SQLException
SQLException
public void updateNClob(String columnLabel,
Reader reader)
throws SQLException
SQLException
public void updateNString(int columnIndex,
String string)
throws SQLException
SQLException
public void updateNString(String columnLabel,
String string)
throws SQLException
SQLException
public void updateRowId(int columnIndex,
RowId x)
throws SQLException
SQLException
public void updateRowId(String columnLabel,
RowId x)
throws SQLException
SQLException
public void updateSQLXML(int columnIndex,
SQLXML xmlObject)
throws SQLException
SQLException
public void updateSQLXML(String columnLabel,
SQLXML xmlObject)
throws SQLException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||