binary property

bool binary
final

sqlite allows binary strings (x'literal') which are interpreted as blobs.

Implementation

final bool binary;