Home
last modified time | relevance | path

Searched refs:colName (Results 1 – 2 of 2) sorted by relevance

/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1142 public void updateNull(String colName) throws SQLException {
1143 int col = findColumn(colName);
1147 public void updateBoolean(String colName, boolean b) throws SQLException {
1148 int col = findColumn(colName);
1152 public void updateByte(String colName, byte b) throws SQLException {
1153 int col = findColumn(colName);
1157 public void updateShort(String colName, short b) throws SQLException {
1158 int col = findColumn(colName);
1162 public void updateInt(String colName, int b) throws SQLException {
1163 int col = findColumn(colName);
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java285 public Array getArray(String colName) throws SQLException { in getArray() argument
367 public Clob getClob(String colName) throws SQLException { in getClob() argument
461 public Ref getRef(String colName) throws SQLException { in getRef() argument