/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_RowSet.java | 273 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/ |
D | JDBCResultSet.java | 151 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 …]
|
D | JDBCResultSetMetaData.java | 192 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/ |
D | ReportProperties.java | 332 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/ |
D | ShadowSQLiteCursor.java | 46 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()
|
D | ShadowAbstractCursor.java | 115 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/ |
D | SimpleTestCursor.java | 29 public int getColumnIndex(String columnName) { in getColumnIndex() argument 30 return columnNames.indexOf(columnName); in getColumnIndex()
|
D | TestCursor.java | 73 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/ |
D | JDBCSessionIdManager.java | 178 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/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/robolectric/lib/main/ |
D | h2-1.2.147.jar | META-INF/MANIFEST.MF
META-INF/services/java.sql.Driver
org ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | dom4j-1.6.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/dom4j/
org/ ... |
/external/sqlite/dist/ |
D | sqlite3.c | 69988 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/ |
D | sqlite3.c | 69970 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/ |
D | FlexAntTasks.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/adobe/
com/ ... |