Home
last modified time | relevance | path

Searched defs:colName (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/trace_processor/
Dquery_result.ts769 const colName = this.columnNames[i]; constant
770 const expType = this.rowSpec[colName]; constant
866 const colName = this.columnNames[col]; constant
868 const expType = this.rowSpec[colName]; constant
/external/perfetto/ui/src/common/
Dqueries.ts61 for (const colName of columns) { constant
/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()
367 public Clob getClob(String colName) throws SQLException { in getClob()
461 public Ref getRef(String colName) throws SQLException { in getRef()