Lines Matching refs:columnName
85927 static const void *columnName(
85977 return columnName(pStmt, N, 0, COLNAME_NAME);
85981 return columnName(pStmt, N, 1, COLNAME_NAME);
86000 return columnName(pStmt, N, 0, COLNAME_DECLTYPE);
86004 return columnName(pStmt, N, 1, COLNAME_DECLTYPE);
86016 return columnName(pStmt, N, 0, COLNAME_DATABASE);
86020 return columnName(pStmt, N, 1, COLNAME_DATABASE);
86030 return columnName(pStmt, N, 0, COLNAME_TABLE);
86034 return columnName(pStmt, N, 1, COLNAME_TABLE);
86044 return columnName(pStmt, N, 0, COLNAME_COLUMN);
86048 return columnName(pStmt, N, 1, COLNAME_COLUMN);