Home
last modified time | relevance | path

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

12

/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/v1/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/v1/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/autotest/frontend/client/src/autotest/common/table/
DDynamicTable.java313 String columnName = columns[cell][COL_NAME]; in onCellClicked() local
317 if (firstSortSpec != null && columnName.equals(firstSortSpec.getField())) { in onCellClicked()
321 sortOnColumn(columnName, newSortDirection); in onCellClicked()
DDataTable.java319 public void addStyleNameByColumnName(String columnName, String styleName) { in addStyleNameByColumnName() argument
322 if (columns[column][1].equals(columnName)) { in addStyleNameByColumnName()
/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/guice/extensions/persist/lib/
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/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/v3/runtime/
Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
/external/robolectric/v1/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
/external/owasp/sanitizer/tools/findbugs/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...

12