Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js292 const BindTypes = { variable
299 BindTypes['undefined'] == BindTypes.null;
301 BindTypes.bigint = BindTypes.number;
1152 case BindTypes.null:
1153 case BindTypes.number:
1154 case BindTypes.string:
1156 case BindTypes.bigint:
1255 case BindTypes.null:
1258 case BindTypes.string:
1289 case BindTypes.blob: {
[all …]