JSDatabaseUniverse class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

JSDatabaseUniverse.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
memory JsMemory

Available on JSDatabaseUniverse, provided by the JSDatabaseUniverseX extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
u16Heap Uint16List

Available on JSDatabaseUniverse, provided by the JSDatabaseUniverseX extension

no setter
u32Heap Uint32List

Available on JSDatabaseUniverse, provided by the JSDatabaseUniverseX extension

no setter
u8Heap Uint8List

Available on JSDatabaseUniverse, provided by the JSDatabaseUniverseX extension

no setter

Methods

database_universe_auto_increment(Pointer<CDatabaseUniverseInstance> database_universe, int collection_index) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_buffer_free(Pointer<Uint8> value, int capacity) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_change_encryption_key(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CString> encryption_key) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_clear(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn, int collection_index) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_close(Pointer<CDatabaseUniverseInstance> database_universe, bool delete_) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_connect_dart_api(Pointer<Void> ptr) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_copy(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CString> path) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_count(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn, int collection_index, Pointer<Uint32> count) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_cursor(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn, int collection_index, Pointer<Pointer<CDatabaseUniverseCursor>> cursor) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_cursor_free(Pointer<CDatabaseUniverseCursor> cursor, Pointer<CDatabaseUniverseReader> reader) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_cursor_next(Pointer<CDatabaseUniverseCursor> cursor, int id, Pointer<CDatabaseUniverseReader> old_reader) Pointer<CDatabaseUniverseReader>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_delete(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn, int collection_index, int id, Pointer<Bool> deleted) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_and(Pointer<Pointer<CFilter>> filters, int lenght) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_between(int property_index, Pointer<CDatabaseUniverseValue> lower, Pointer<CDatabaseUniverseValue> upper, bool case_sensitive) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_equal(int property_index, Pointer<CDatabaseUniverseValue> value, bool case_sensitive) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_greater(int property_index, Pointer<CDatabaseUniverseValue> value, bool case_sensitive) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_greater_or_equal(int property_index, Pointer<CDatabaseUniverseValue> value, bool case_sensitive) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_is_null(int property_index) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_less(int property_index, Pointer<CDatabaseUniverseValue> value, bool case_sensitive) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_less_or_equal(int property_index, Pointer<CDatabaseUniverseValue> value, bool case_sensitive) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_nested(int property_index, Pointer<CFilter> filter) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_not(Pointer<CFilter> filter) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_or(Pointer<Pointer<CFilter>> filters, int lenght) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_string_contains(int property_index, Pointer<CDatabaseUniverseValue> value, bool case_sensitive) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_string_ends_with(int property_index, Pointer<CDatabaseUniverseValue> value, bool case_sensitive) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_string_matches(int property_index, Pointer<CDatabaseUniverseValue> value, bool case_sensitive) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_filter_string_starts_with(int property_index, Pointer<CDatabaseUniverseValue> value, bool case_sensitive) Pointer<CFilter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_get_dir(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<Pointer<Uint8>> dir) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_get_error(Pointer<Pointer<Uint8>> value) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_get_instance(int instance_id, bool sqlite) Pointer<CDatabaseUniverseInstance>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_get_name(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<Pointer<Uint8>> name) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_get_size(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn, int collection_index, bool include_indexes) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_import_json(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<Pointer<CDatabaseUniverseTxn>> txn, int collection_index, Pointer<CString> json, Pointer<Uint32> count) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_insert(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn, int collection_index, int count, Pointer<Pointer<CDatabaseUniverseWriter>> insert) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_insert_abort(Pointer<CDatabaseUniverseWriter> insert) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_insert_finish(Pointer<CDatabaseUniverseWriter> insert, Pointer<Pointer<CDatabaseUniverseTxn>> txn) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_insert_save(Pointer<CDatabaseUniverseWriter> insert, int id) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_open_instance(Pointer<Pointer<CDatabaseUniverseInstance>> database_universe, int instance_id, Pointer<CString> name, Pointer<CString> path, bool sqlite, Pointer<CString> schema_json, int max_size_mib, Pointer<CString> encryption_key, int compact_min_file_size, int compact_min_bytes, double compact_min_ratio) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_query_add_distinct(Pointer<CDatabaseUniverseQueryBuilder> builder, int property_index, bool case_sensitive) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_query_add_sort(Pointer<CDatabaseUniverseQueryBuilder> builder, int property_index, bool ascending, bool case_sensitive) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_query_aggregate(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn, Pointer<CDatabaseUniverseQuery> query, int aggregation, int property_index, Pointer<Pointer<CDatabaseUniverseValue>> value) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_query_build(Pointer<CDatabaseUniverseQueryBuilder> builder) Pointer<CDatabaseUniverseQuery>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_query_cursor(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn, Pointer<CDatabaseUniverseQuery> query, Pointer<Pointer<CDatabaseUniverseQueryCursor>> cursor, int offset, int limit) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_query_cursor_free(Pointer<CDatabaseUniverseQueryCursor> cursor, Pointer<CDatabaseUniverseReader> reader) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_query_cursor_next(Pointer<CDatabaseUniverseQueryCursor> cursor, Pointer<CDatabaseUniverseReader> old_reader) Pointer<CDatabaseUniverseReader>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_query_delete(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn, Pointer<CDatabaseUniverseQuery> query, int offset, int limit, Pointer<Uint32> count) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_query_free(Pointer<CDatabaseUniverseQuery> query) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_query_new(Pointer<CDatabaseUniverseInstance> database_universe, int collection_index, Pointer<Pointer<CDatabaseUniverseQueryBuilder>> query_builder) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_query_set_filter(Pointer<CDatabaseUniverseQueryBuilder> builder, Pointer<CFilter> filter) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_query_update(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn, Pointer<CDatabaseUniverseQuery> query, int offset, int limit, Pointer<CDatabaseUniverseUpdate> update, Pointer<Uint32> updated) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_bool(Pointer<CDatabaseUniverseReader> reader, int index) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_byte(Pointer<CDatabaseUniverseReader> reader, int index) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_double(Pointer<CDatabaseUniverseReader> reader, int index) double

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_float(Pointer<CDatabaseUniverseReader> reader, int index) double

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_free(Pointer<CDatabaseUniverseReader> reader) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_id(Pointer<CDatabaseUniverseReader> reader) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_int(Pointer<CDatabaseUniverseReader> reader, int index) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_list(Pointer<CDatabaseUniverseReader> reader, int index, Pointer<Pointer<CDatabaseUniverseReader>> list_reader) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_long(Pointer<CDatabaseUniverseReader> reader, int index) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_null(Pointer<CDatabaseUniverseReader> reader, int index) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_object(Pointer<CDatabaseUniverseReader> reader, int index) Pointer<CDatabaseUniverseReader>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_string(Pointer<CDatabaseUniverseReader> reader, int index, Pointer<Pointer<Uint8>> value, Pointer<Bool> is_ascii) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_read_to_json(Pointer<CDatabaseUniverseReader> reader, Pointer<Pointer<Uint8>> buffer, Pointer<Uint32> buffer_size) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_stop_watching(Pointer<CWatchHandle> handle) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_string(Pointer<Uint16> chars, int length) Pointer<CString>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_txn_abort(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_txn_begin(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<Pointer<CDatabaseUniverseTxn>> txn, bool write) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_txn_commit(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_update(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn, int collection_index, int id, Pointer<CDatabaseUniverseUpdate> update, Pointer<Bool> updated) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_update_add_value(Pointer<CDatabaseUniverseUpdate> update, int property_index, Pointer<CDatabaseUniverseValue> value) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_update_new() Pointer<CDatabaseUniverseUpdate>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_value_bool(bool value) Pointer<CDatabaseUniverseValue>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_value_free(Pointer<CDatabaseUniverseValue> value) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_value_get_bool(Pointer<CDatabaseUniverseValue> value) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_value_get_integer(Pointer<CDatabaseUniverseValue> value) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_value_get_real(Pointer<CDatabaseUniverseValue> value) double

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_value_get_string(Pointer<CDatabaseUniverseValue> value, Pointer<Pointer<Uint8>> str) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_value_integer(int value) Pointer<CDatabaseUniverseValue>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_value_real(double value) Pointer<CDatabaseUniverseValue>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_value_string(Pointer<CString> value) Pointer<CDatabaseUniverseValue>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_verify(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseTxn> txn) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_version() Pointer<Char>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_watch_collection(Pointer<CDatabaseUniverseInstance> database_universe, int collection_index, int port, Pointer<Pointer<CWatchHandle>> handle) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_watch_object(Pointer<CDatabaseUniverseInstance> database_universe, int collection_index, int id, int port, Pointer<Pointer<CWatchHandle>> handle) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_watch_query(Pointer<CDatabaseUniverseInstance> database_universe, Pointer<CDatabaseUniverseQuery> query, int port, Pointer<Pointer<CWatchHandle>> handle) int

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_bool(Pointer<CDatabaseUniverseWriter> writer, int index, bool value) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_byte(Pointer<CDatabaseUniverseWriter> writer, int index, int value) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_byte_list(Pointer<CDatabaseUniverseWriter> writer, int index, Pointer<Uint8> value, int length) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_double(Pointer<CDatabaseUniverseWriter> writer, int index, double value) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_float(Pointer<CDatabaseUniverseWriter> writer, int index, double value) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_int(Pointer<CDatabaseUniverseWriter> writer, int index, int value) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_list(Pointer<CDatabaseUniverseWriter> writer, int index, int length) Pointer<CDatabaseUniverseWriter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_list_end(Pointer<CDatabaseUniverseWriter> writer, Pointer<CDatabaseUniverseWriter> list_writer) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_long(Pointer<CDatabaseUniverseWriter> writer, int index, int value) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_null(Pointer<CDatabaseUniverseWriter> writer, int index) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_object(Pointer<CDatabaseUniverseWriter> writer, int index) Pointer<CDatabaseUniverseWriter>

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_object_end(Pointer<CDatabaseUniverseWriter> writer, Pointer<CDatabaseUniverseWriter> embedded_writer) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
database_universe_write_string(Pointer<CDatabaseUniverseWriter> writer, int index, Pointer<CString> value) → void

Available on JSDatabaseUniverse, provided by the DatabaseUniverseBindingsX extension

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
free(int ptrAddress) → void

Available on JSDatabaseUniverse, provided by the JSDatabaseUniverseX extension

malloc(int byteCount) int

Available on JSDatabaseUniverse, provided by the JSDatabaseUniverseX extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited