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

/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DJDBCAdapter.java254 String colName = getColumnName(col);
255 if (colName.equals("")) {
261 query = query + colName + " = " + dbRepresentation(col,
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java3280 * @param colName the name of the column from which to retrieve the value
3289 public Object getObject(String colName, java.util.Map<String,Class<?>> map) argument
3292 return getObject(findColumn(colName), map);
3299 * @param colName the column name
3306 public Ref getRef(String colName) throws SQLException { argument
3307 return getRef(findColumn(colName));
3314 * @param colName the name of the column from which to retrieve the value
3321 public Blob getBlob(String colName) throws SQLException { argument
3322 return getBlob(findColumn(colName));
3329 * @param colName th
3336 getClob(String colName) argument
3351 getArray(String colName) argument
4655 getSQLXML(String colName) argument
4818 getNClob(String colName) argument
[all...]
H A DCachedRowSetImpl.java1632 String colName = RowSetMD.getColumnName(i);
1633 if (colName != null)
1634 if (name.equalsIgnoreCase(colName))
5924 * @param colName a <code>String</code> object that must match the
5933 public Ref getRef(String colName) throws SQLException { argument
5934 return getRef(getColIdxByName(colName));
5942 * @param colName a <code>String</code> object that must match the
5951 public Blob getBlob(String colName) throws SQLException { argument
5952 return getBlob(getColIdxByName(colName));
5960 * @param colName
5970 getClob(String colName) argument
5989 getArray(String colName) argument
7723 getSQLXML(String colName) argument
7886 getNClob(String colName) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java3865 * @param colName a <code>String</code> object that must match the
3874 public Ref getRef(String colName) throws SQLException { argument
3883 * @param colName a <code>String</code> object that must match the
3892 public Blob getBlob(String colName) throws SQLException { argument
3901 * @param colName a <code>String</code> object that must match the
3911 public Clob getClob(String colName) throws SQLException { argument
3920 * @param colName a <code>String</code> object that must match the
3930 public Array getArray(String colName) throws SQLException { argument

Completed in 95 milliseconds