- Common ways to obtain AbstractJdbc2ResultSet
private void myMethod () {AbstractJdbc2ResultSet a =
PreparedStatement preparedStatement;(AbstractJdbc2ResultSet) preparedStatement.executeQuery()
- Smart code suggestions by Codota
}
public synchronized void updateObject(int columnIndex, Object x, int scale) throws SQLException { this.updateObject(columnIndex, x); }
public synchronized void updateObject(String columnName, Object x, int scale) throws SQLException { updateObject(findColumn(columnName), x); }
public synchronized void updateObject(String columnName, Object x) throws SQLException { updateObject(findColumn(columnName), x); }
public synchronized void updateObject(int columnIndex, Object x, int scale) throws SQLException { this.updateObject(columnIndex, x); }
public synchronized void updateObject(int columnIndex, Object x, int scale) throws SQLException { this.updateObject(columnIndex, x); }
public synchronized void updateObject(String columnName, Object x, int scale) throws SQLException { updateObject(findColumn(columnName), x); }
public synchronized void updateObject(String columnName, Object x) throws SQLException { updateObject(findColumn(columnName), x); }
public synchronized void updateObject(String columnName, Object x) throws SQLException { updateObject(findColumn(columnName), x); }
public synchronized void updateObject(String columnName, Object x, int scale) throws SQLException { updateObject(findColumn(columnName), x); }