value_bytes method

int value_bytes(
  1. PtrValue arg1
)

Cross platform interface api for sqlite3_value_bytes

Implementation

int value_bytes(cpf.PtrValue arg1) => _sqlite.value_bytes(arg1);