404405406407408409410
public InputStream getAsciiStream(int columnIndex) throws SQLException { throw new NotImplementedException(); } public InputStream getAsciiStream(String columnName) throws SQLException { throw new NotImplementedException(); }
408409410411412413414
public InputStream getAsciiStream(String columnName) throws SQLException { throw new NotImplementedException(); } public BigDecimal getBigDecimal(int columnIndex) throws SQLException { throw new NotImplementedException(); }
413414415416417418419
throw new NotImplementedException(); } public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException { throw new NotImplementedException(); }
417418419420421422423
throws SQLException { throw new NotImplementedException(); } public BigDecimal getBigDecimal(String columnName) throws SQLException { throw new NotImplementedException(); }
422423424425426427428
throw new NotImplementedException(); } public BigDecimal getBigDecimal(String columnName, int scale) throws SQLException { throw new NotImplementedException(); }
426427428429430431432
throws SQLException { throw new NotImplementedException(); } public InputStream getBinaryStream(int columnIndex) throws SQLException { throw new NotImplementedException(); }
430431432433434435436
public InputStream getBinaryStream(int columnIndex) throws SQLException { throw new NotImplementedException(); } public InputStream getBinaryStream(String columnName) throws SQLException { throw new NotImplementedException(); }
434435436437438439440
public InputStream getBinaryStream(String columnName) throws SQLException { throw new NotImplementedException(); } public Blob getBlob(int columnIndex) throws SQLException { throw new NotImplementedException(); }
438439440441442443444
public Blob getBlob(int columnIndex) throws SQLException { throw new NotImplementedException(); } public Blob getBlob(String columnName) throws SQLException { throw new NotImplementedException(); }
442443444445446447448
public Blob getBlob(String columnName) throws SQLException { throw new NotImplementedException(); } public boolean getBoolean(int columnIndex) throws SQLException { throw new NotImplementedException(); }