Searched refs:getColumnObject (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DBaseRow.java80 public abstract Object getColumnObject(int idx) throws SQLException; method in class:BaseRow
H A DInsertRow.java135 public Object getColumnObject(int idx) throws SQLException { method in class:InsertRow
H A DRow.java166 public Object getColumnObject(int columnIndex) throws SQLException { method in class:Row
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java1701 value = getCurrentRow().getColumnObject(columnIndex);
1737 value = getCurrentRow().getColumnObject(columnIndex);
1792 value = getCurrentRow().getColumnObject(columnIndex);
1835 value = getCurrentRow().getColumnObject(columnIndex);
1878 value = getCurrentRow().getColumnObject(columnIndex);
1922 value = getCurrentRow().getColumnObject(columnIndex);
1965 value = getCurrentRow().getColumnObject(columnIndex);
2009 value = getCurrentRow().getColumnObject(columnIndex);
2055 value = getCurrentRow().getColumnObject(columnIndex);
2100 return (byte[])(getCurrentRow().getColumnObject(columnInde
[all...]

Completed in 40 milliseconds