Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c95173 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);
[all …]