446447448449450451452
public boolean getBoolean(int columnIndex) throws SQLException { throw new NotImplementedException(); } public boolean getBoolean(String columnName) throws SQLException { throw new NotImplementedException(); }
450451452453454455456
public boolean getBoolean(String columnName) throws SQLException { throw new NotImplementedException(); } public byte getByte(int columnIndex) throws SQLException { throw new NotImplementedException(); }
454455456457458459460
public byte getByte(int columnIndex) throws SQLException { throw new NotImplementedException(); } public byte getByte(String columnName) throws SQLException { throw new NotImplementedException(); }
458459460461462463464
public byte getByte(String columnName) throws SQLException { throw new NotImplementedException(); } public byte[] getBytes(int columnIndex) throws SQLException { throw new NotImplementedException(); }
462463464465466467468
public byte[] getBytes(int columnIndex) throws SQLException { throw new NotImplementedException(); } public byte[] getBytes(String columnName) throws SQLException { throw new NotImplementedException(); }
466467468469470471472
public byte[] getBytes(String columnName) throws SQLException { throw new NotImplementedException(); } public Reader getCharacterStream(int columnIndex) throws SQLException { throw new NotImplementedException(); }
470471472473474475476
public Reader getCharacterStream(int columnIndex) throws SQLException { throw new NotImplementedException(); } public Reader getCharacterStream(String columnName) throws SQLException { throw new NotImplementedException(); }
474475476477478479480
public Reader getCharacterStream(String columnName) throws SQLException { throw new NotImplementedException(); } public Clob getClob(int columnIndex) throws SQLException { throw new NotImplementedException(); }
478479480481482483484
public Clob getClob(int columnIndex) throws SQLException { throw new NotImplementedException(); } public Clob getClob(String colName) throws SQLException { throw new NotImplementedException(); }
482483484485486487488
public Clob getClob(String colName) throws SQLException { throw new NotImplementedException(); } public String getCursorName() throws SQLException { throw new NotImplementedException(); }