Beispiel #1
0
 static public int sqlite3_blob_bytes(sqlite3_blob blob)
 {
     return(_imp.sqlite3_blob_bytes(blob.ptr));
 }