/**
* @see java.sql.ResultSet#getHoldability()
*/
public int getHoldability() throws SQLException {
return 0;
}
/**
* @see java.sql.ResultSet#getNCharacterStream(int)
*/
public Reader getNCharacterStream(int columnIndex) throws SQLException {
return null;
}
/**
* @see java.sql.ResultSet#getNCharacterStream(java.lang.String)
*/
public Reader getNCharacterStream(String columnLabel) throws SQLException {
return null;
}
/**
* @see java.sql.ResultSet#isClosed()
*/
public boolean isClosed() throws SQLException {
return false;
}
/**
* @see java.sql.ResultSet#updateAsciiStream(int, java.io.InputStream, long)
*/
public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateAsciiStream(int, java.io.InputStream)
*/
public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateAsciiStream(java.lang.String, java.io.InputStream, long)
*/
public void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateAsciiStream(java.lang.String, java.io.InputStream)
*/
public void updateAsciiStream(String columnLabel, InputStream x) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateBinaryStream(int, java.io.InputStream, long)
*/
public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateBinaryStream(int, java.io.InputStream)
*/
public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateBinaryStream(java.lang.String, java.io.InputStream, long)
*/
public void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateBinaryStream(java.lang.String, java.io.InputStream)
*/
public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateBlob(int, java.io.InputStream, long)
*/
public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateBlob(int, java.io.InputStream)
*/
public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateBlob(java.lang.String, java.io.InputStream, long)
*/
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateBlob(java.lang.String, java.io.InputStream)
*/
public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateCharacterStream(int, java.io.Reader, long)
*/
public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateCharacterStream(int, java.io.Reader)
*/
public void updateCharacterStream(int columnIndex, Reader x) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateCharacterStream(java.lang.String, java.io.Reader, long)
*/
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateCharacterStream(java.lang.String, java.io.Reader)
*/
public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateClob(int, java.io.Reader, long)
*/
public void updateClob(int columnIndex, Reader reader, long length) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateClob(int, java.io.Reader)
*/
public void updateClob(int columnIndex, Reader reader) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateClob(java.lang.String, java.io.Reader, long)
*/
public void updateClob(String columnLabel, Reader reader, long length) throws SQLException {
}
/**
* @see java.sql.ResultSet#updateClob(java.lang.String, java.io.Reader)
*/
public void updateClob(String columnLabel, Reader reader) throws SQLException {
}
public RowId getRowId(int columnIndex) throws SQLException {
return null; //To change body of implemented methods use File | Settings | File Templates.
}
public RowId getRowId(String columnLabel) throws SQLException {
return null; //To change body of implemented methods use File | Settings | File Templates.
}
public void updateRowId(int columnIndex, RowId x) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateRowId(String columnLabel, RowId x) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateNString(int columnIndex, String nString) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateNString(String columnLabel, String nString) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateNClob(int columnIndex, NClob nClob) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateNClob(String columnLabel, NClob nClob) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public NClob getNClob(int columnIndex) throws SQLException {
return null; //To change body of implemented methods use File | Settings | File Templates.
}
public NClob getNClob(String columnLabel) throws SQLException {
return null; //To change body of implemented methods use File | Settings | File Templates.
}
public SQLXML getSQLXML(int columnIndex) throws SQLException {
return null; //To change body of implemented methods use File | Settings | File Templates.
}
public SQLXML getSQLXML(String columnLabel) throws SQLException {
return null; //To change body of implemented methods use File | Settings | File Templates.
}
public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public String getNString(int columnIndex) throws SQLException {
return null; //To change body of implemented methods use File | Settings | File Templates.
}
public String getNString(String columnLabel) throws SQLException {
return null; //To change body of implemented methods use File | Settings | File Templates.
}
public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateNClob(int columnIndex, Reader reader) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public void updateNClob(String columnLabel, Reader reader) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}
public <T>T unwrap(Class<T> iface) throws SQLException {
return null; //To change body of implemented methods use File | Settings | File Templates.
}
public boolean isWrapperFor(Class<? > iface) throws SQLException {
return false; //To change body of implemented methods use File | Settings | File Templates.
}
|