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