Home
last modified time | relevance | path

Searched refs:columnName (Results 1 – 17 of 17) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java273 public int findColumn(String columnName) throws SQLException { in findColumn() argument
293 public InputStream getAsciiStream(String columnName) throws SQLException { in getAsciiStream() argument
306 public BigDecimal getBigDecimal(String columnName, int scale) in getBigDecimal() argument
311 public BigDecimal getBigDecimal(String columnName) throws SQLException { in getBigDecimal() argument
319 public InputStream getBinaryStream(String columnName) throws SQLException { in getBinaryStream() argument
327 public Blob getBlob(String columnName) throws SQLException { in getBlob() argument
335 public boolean getBoolean(String columnName) throws SQLException { in getBoolean() argument
343 public byte getByte(String columnName) throws SQLException { in getByte() argument
351 public byte[] getBytes(String columnName) throws SQLException { in getBytes() argument
359 public Reader getCharacterStream(String columnName) throws SQLException { in getCharacterStream() argument
[all …]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java151 public int findColumn(String columnName) throws SQLException {
153 return m.findColByName(columnName);
228 public String getString(String columnName) throws SQLException {
229 int col = findColumn(columnName);
255 public int getInt(String columnName) throws SQLException {
256 int col = findColumn(columnName);
265 public boolean getBoolean(String columnName) throws SQLException {
266 int col = findColumn(columnName);
299 public short getShort(String columnName) throws SQLException {
300 int col = findColumn(columnName);
[all …]
DJDBCResultSetMetaData.java192 int findColByName(String columnName) throws java.sql.SQLException { in findColByName() argument
198 if (c.compareToIgnoreCase(columnName) == 0) { in findColByName()
204 if (c.compareToIgnoreCase(columnName) == 0) { in findColByName()
212 throw new SQLException("column " + columnName + " not found"); in findColByName()
/external/emma/core/java12/com/vladium/emma/report/
DReportProperties.java332 final String columnName = tokenizer.nextToken ().trim (); in parseProperties() local
333 if (! COLUMNS.get (columnName, out)) in parseProperties()
336 … throw new EMMARuntimeException (INVALID_COLUMN_NAME, new Object [] {columnName}); in parseProperties()
339 if (! REMOVE_DUPLICATE_COLUMNS || ! columnNames.contains (columnName)) in parseProperties()
341 columnNames.add (columnName); in parseProperties()
361 final String columnName; in parseProperties() local
369 columnName = sortSpec.substring (1); in parseProperties()
376 columnName = sortSpec.substring (1); in parseProperties()
383 columnName = sortSpec; in parseProperties()
390 if (columnNames.contains (columnName)) in parseProperties()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSQLiteCursor.java46 private Integer getColIndex(String columnName) { in getColIndex() argument
47 if (columnName == null) { in getColIndex()
51 Integer i = this.columnNames.get(columnName.toLowerCase()); in getColIndex()
57 public int getColumnIndex(String columnName) { in getColumnIndex() argument
58 return getColIndex(columnName); in getColumnIndex()
62 public int getColumnIndexOrThrow(String columnName) { in getColumnIndexOrThrow() argument
63 Integer columnIndex = getColIndex(columnName); in getColumnIndexOrThrow()
DShadowAbstractCursor.java115 public int getColumnIndex(String columnName) { in getColumnIndex() argument
117 if (columnName.equals(columnNameArray[i])) return i; in getColumnIndex()
123 public int getColumnIndexOrThrow(String columnName) { in getColumnIndexOrThrow() argument
124 int idx = getColumnIndex(columnName); in getColumnIndexOrThrow()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
DSimpleTestCursor.java29 public int getColumnIndex(String columnName) { in getColumnIndex() argument
30 return columnNames.indexOf(columnName); in getColumnIndex()
DTestCursor.java73 public int getColumnIndex(String columnName) { in getColumnIndex() argument
78 public int getColumnIndexOrThrow(String columnName) throws IllegalArgumentException { in getColumnIndexOrThrow() argument
/external/jetty/src/java/org/eclipse/jetty/server/session/
DJDBCSessionIdManager.java178 public InputStream getBlobInputStream (ResultSet result, String columnName) in getBlobInputStream() argument
183 byte[] bytes = result.getBytes(columnName); in getBlobInputStream()
187 Blob blob = result.getBlob(columnName); in getBlobInputStream()
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/robolectric/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/sqlite/dist/
Dsqlite3.c69988 static const void *columnName(
70031 return columnName(
70036 return columnName(
70056 return columnName(
70061 return columnName(
70074 return columnName(
70079 return columnName(
70090 return columnName(
70095 return columnName(
70106 return columnName(
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c69970 static const void *columnName(
70013 return columnName(
70018 return columnName(
70038 return columnName(
70043 return columnName(
70056 return columnName(
70061 return columnName(
70072 return columnName(
70077 return columnName(
70088 return columnName(
[all …]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...