534535536537538539540
public long getLong(String columnName) throws SQLException { throw new NotImplementedException(); } public ResultSetMetaData getMetaData() throws SQLException { throw new NotImplementedException(); }
538539540541542543544
public ResultSetMetaData getMetaData() throws SQLException { throw new NotImplementedException(); } public Object getObject(int columnIndex) throws SQLException { throw new NotImplementedException(); }
543544545546547548549
throw new NotImplementedException(); } public Object getObject(int columnIndex, Map<String, Class<?>> map) throws SQLException { throw new NotImplementedException(); }
547548549550551552553
throws SQLException { throw new NotImplementedException(); } public Object getObject(String columnName) throws SQLException { throw new NotImplementedException(); }
552553554555556557558
throw new NotImplementedException(); } public Object getObject(String columnName, Map<String, Class<?>> map) throws SQLException { throw new NotImplementedException(); }
556557558559560561562
throws SQLException { throw new NotImplementedException(); } public Ref getRef(int columnIndex) throws SQLException { throw new NotImplementedException(); }
560561562563564565566
public Ref getRef(int columnIndex) throws SQLException { throw new NotImplementedException(); } public Ref getRef(String colName) throws SQLException { throw new NotImplementedException(); }
564565566567568569570
public Ref getRef(String colName) throws SQLException { throw new NotImplementedException(); } public int getRow() throws SQLException { throw new NotImplementedException(); }
568569570571572573574
public int getRow() throws SQLException { throw new NotImplementedException(); } public short getShort(int columnIndex) throws SQLException { throw new NotImplementedException(); }
572573574575576577578
public short getShort(int columnIndex) throws SQLException { throw new NotImplementedException(); } public short getShort(String columnName) throws SQLException { throw new NotImplementedException(); }