# Interfaces
QueryInterface ...
DBInterface ...
IFind ...
IGet ...
IInsert ...
IJoin ...
No description provided by the author
IScan ...
IScanRow ...
ISelect ...
ITableName ...
IUpdate ...
Query ...
No description provided by the author
# Type aliases
Bool handles null as false.
Error ...
Float is alias to Float64.
Float32 handles null as 0.
Float64 handles null as 0.
Int handles null as 0 and stores 0 as is.
Int16 ...
Int32 ...
Int64 handles null as 0 but stores 0 as null.
Int8 ...
InvalidArgumentError ...
JoinType ...
String handles null as empty string.
Time ...
Uint handles null as 0 and stores 0 as is.
Uint16 ...
Uint32 ...
Uint64 handles null as 0 but stores 0 as null.
Uint8 ...