Searched refs:columnName (Results 1 – 1 of 1) sorted by relevance
225 public int findColumn(String columnName) throws SQLException; in findColumn() argument283 public InputStream getAsciiStream(String columnName) throws SQLException; in getAsciiStream() argument324 public BigDecimal getBigDecimal(String columnName) throws SQLException; in getBigDecimal() argument340 public BigDecimal getBigDecimal(String columnName, int scale) in getBigDecimal() argument376 public InputStream getBinaryStream(String columnName) throws SQLException; in getBinaryStream() argument400 public Blob getBlob(String columnName) throws SQLException; in getBlob() argument426 public boolean getBoolean(String columnName) throws SQLException; in getBoolean() argument450 public byte getByte(String columnName) throws SQLException; in getByte() argument474 public byte[] getBytes(String columnName) throws SQLException; in getBytes() argument501 public Reader getCharacterStream(String columnName) throws SQLException; in getCharacterStream() argument[all …]