Lines Matching refs:columnName
95173 static const void *columnName( function
95239 return columnName(pStmt, N, 0, COLNAME_NAME);
95243 return columnName(pStmt, N, 1, COLNAME_NAME);
95262 return columnName(pStmt, N, 0, COLNAME_DECLTYPE);
95266 return columnName(pStmt, N, 1, COLNAME_DECLTYPE);
95278 return columnName(pStmt, N, 0, COLNAME_DATABASE);
95282 return columnName(pStmt, N, 1, COLNAME_DATABASE);
95292 return columnName(pStmt, N, 0, COLNAME_TABLE);
95296 return columnName(pStmt, N, 1, COLNAME_TABLE);
95306 return columnName(pStmt, N, 0, COLNAME_COLUMN);
95310 return columnName(pStmt, N, 1, COLNAME_COLUMN);