Variable DBAPI_SEARCH_ORDER_OPTIONSConst
DBAPI_SEARCH_ORDER_OPTIONS: {
"least-recent-first": { ascending: boolean; column: string }[];
"most-recent-first": { column: string; descending: boolean }[];
} = ...
Type Declaration
least-recent-first: { ascending: boolean; column: string }[]
most-recent-first: { column: string; descending: boolean }[]