public class realmc
extends java.lang.Object
| Constructor and Description |
|---|
realmc() |
| Modifier and Type | Method and Description |
|---|---|
static long |
_realm_from_native_ptr(long pshared_ptr,
long n) |
static void |
_realm_get_native_ptr(long arg0,
long pshared_ptr,
long n) |
static long |
_realm_object_from_native_copy(long pobj,
long n) |
static long |
_realm_object_from_native_move(long pobj,
long n) |
static long |
_realm_object_get_native_ptr(long arg0) |
static io.realm.interop.realm_class_info_t |
classArray_getitem(io.realm.interop.realm_class_info_t ary,
int index) |
static void |
classArray_setitem(io.realm.interop.realm_class_info_t ary,
int index,
io.realm.interop.realm_class_info_t value) |
static void |
delete_classArray(io.realm.interop.realm_class_info_t ary) |
static void |
delete_propertyArray(io.realm.interop.realm_property_info_t ary) |
static void |
delete_propertyArrayArray(SWIGTYPE_p_p_realm_property_info ary) |
static void |
delete_valueArray(io.realm.interop.realm_value_t ary) |
static long |
getRLM_INVALID_CLASS_KEY() |
static long |
getRLM_INVALID_OBJECT_KEY() |
static long |
getRLM_INVALID_PROPERTY_KEY() |
static io.realm.interop.realm_class_info_t |
new_classArray(int nelements) |
static io.realm.interop.realm_property_info_t |
new_propertyArray(int nelements) |
static SWIGTYPE_p_p_realm_property_info |
new_propertyArrayArray(int nelements) |
static io.realm.interop.realm_value_t |
new_valueArray(int nelements) |
static io.realm.interop.realm_property_info_t |
propertyArray_getitem(io.realm.interop.realm_property_info_t ary,
int index) |
static void |
propertyArray_setitem(io.realm.interop.realm_property_info_t ary,
int index,
io.realm.interop.realm_property_info_t value) |
static io.realm.interop.realm_property_info_t |
propertyArrayArray_getitem(SWIGTYPE_p_p_realm_property_info ary,
int index) |
static void |
propertyArrayArray_setitem(SWIGTYPE_p_p_realm_property_info ary,
int index,
io.realm.interop.realm_property_info_t value) |
static boolean |
realm_begin_read(long arg0) |
static boolean |
realm_begin_write(long arg0) |
static boolean |
realm_clear_last_error() |
static long |
realm_clone(long arg0) |
static boolean |
realm_close(long arg0) |
static void |
realm_collection_changes_get_changes(SWIGTYPE_p_realm_collection_changes arg0,
SWIGTYPE_p_size_t out_deletion_indices,
long max_deletion_indices,
SWIGTYPE_p_size_t out_insertion_indices,
long max_insertion_indices,
SWIGTYPE_p_size_t out_modification_indices,
long max_modification_indices,
SWIGTYPE_p_size_t out_modification_indices_after,
long max_modification_indices_after,
io.realm.interop.realm_collection_move_t out_moves,
long max_moves) |
static void |
realm_collection_changes_get_num_changes(SWIGTYPE_p_realm_collection_changes arg0,
SWIGTYPE_p_size_t out_num_deletions,
SWIGTYPE_p_size_t out_num_insertions,
SWIGTYPE_p_size_t out_num_modifications,
SWIGTYPE_p_size_t out_num_moves) |
static void |
realm_collection_changes_get_num_ranges(SWIGTYPE_p_realm_collection_changes arg0,
SWIGTYPE_p_size_t out_num_deletion_ranges,
SWIGTYPE_p_size_t out_num_insertion_ranges,
SWIGTYPE_p_size_t out_num_modification_ranges,
SWIGTYPE_p_size_t out_num_moves) |
static void |
realm_collection_changes_get_ranges(SWIGTYPE_p_realm_collection_changes arg0,
io.realm.interop.realm_index_range_t out_deletion_ranges,
long max_deletion_ranges,
io.realm.interop.realm_index_range_t out_insertion_ranges,
long max_insertion_ranges,
io.realm.interop.realm_index_range_t out_modification_ranges,
long max_modification_ranges,
io.realm.interop.realm_index_range_t out_modification_ranges_after,
long max_modification_ranges_after,
io.realm.interop.realm_collection_move_t out_moves,
long max_moves) |
static boolean |
realm_commit(long arg0) |
static boolean |
realm_compact(long arg0,
SWIGTYPE_p_bool did_compact) |
static boolean |
realm_config_get_automatic_change_notifications(long arg0) |
static boolean |
realm_config_get_disable_format_upgrade(long arg0) |
static long |
realm_config_get_encryption_key(long arg0,
SWIGTYPE_p_unsigned_char out_key) |
static boolean |
realm_config_get_force_sync_history(long arg0) |
static long |
realm_config_get_max_number_of_active_versions(long arg0) |
static java.lang.String |
realm_config_get_path(long arg0) |
static int |
realm_config_get_schema_mode(long arg0) |
static long |
realm_config_get_schema_version(long arg0) |
static long |
realm_config_get_schema(long arg0) |
static long |
realm_config_new() |
static void |
realm_config_set_automatic_change_notifications(long arg0,
boolean arg1) |
static void |
realm_config_set_data_initialization_function(long arg0,
SWIGTYPE_p_f_p_void_p_shared_realm__bool arg1,
long userdata) |
static void |
realm_config_set_disable_format_upgrade(long arg0,
boolean arg1) |
static boolean |
realm_config_set_encryption_key(long arg0,
SWIGTYPE_p_unsigned_char key,
long key_size) |
static void |
realm_config_set_force_sync_history(long arg0,
boolean arg1) |
static void |
realm_config_set_max_number_of_active_versions(long arg0,
long arg1) |
static void |
realm_config_set_migration_function(long arg0,
SWIGTYPE_p_f_p_void_p_shared_realm_p_shared_realm_p_q_const__realm_schema__bool arg1,
long userdata) |
static void |
realm_config_set_path(long arg0,
java.lang.String path) |
static void |
realm_config_set_scheduler(long arg0,
SWIGTYPE_p_realm_scheduler arg1) |
static void |
realm_config_set_schema_mode(long arg0,
int arg1) |
static void |
realm_config_set_schema_version(long arg0,
long version) |
static void |
realm_config_set_schema(long arg0,
long schema) |
static void |
realm_config_set_should_compact_on_launch_function(long arg0,
SWIGTYPE_p_f_p_void_unsigned_long_long_unsigned_long_long__bool arg1,
long userdata) |
static SWIGTYPE_p_realm_thread_safe_reference |
realm_create_thread_safe_reference(long arg0) |
static boolean |
realm_equals(long arg0,
long arg1) |
static boolean |
realm_find_class(long arg0,
java.lang.String name,
boolean[] out_found,
io.realm.interop.realm_class_info_t out_class_info) |
static boolean |
realm_find_property_by_public_name(long arg0,
long class_key,
java.lang.String public_name,
boolean[] out_found,
io.realm.interop.realm_property_info_t out_property_info) |
static boolean |
realm_find_property(long arg0,
long class_key,
java.lang.String name,
boolean[] out_found,
io.realm.interop.realm_property_info_t out_property_info) |
static long |
realm_freeze(long arg0) |
static long |
realm_from_thread_safe_reference(SWIGTYPE_p_realm_thread_safe_reference tsr,
SWIGTYPE_p_realm_scheduler scheduler) |
static void |
realm_get_async_error(SWIGTYPE_p_realm_async_error err,
io.realm.interop.realm_error_t out_err) |
static boolean |
realm_get_class_keys(long arg0,
SWIGTYPE_p_unsigned_int out_keys,
long max,
SWIGTYPE_p_size_t out_n) |
static boolean |
realm_get_class_properties(long arg0,
long key,
io.realm.interop.realm_property_info_t out_properties,
long max,
SWIGTYPE_p_size_t out_n) |
static boolean |
realm_get_class(long arg0,
long key,
io.realm.interop.realm_class_info_t out_class_info) |
static SWIGTYPE_p_realm_async_error |
realm_get_last_error_as_async_error() |
static boolean |
realm_get_last_error(io.realm.interop.realm_error_t err) |
static void |
realm_get_library_version_numbers(SWIGTYPE_p_int out_major,
SWIGTYPE_p_int out_minor,
SWIGTYPE_p_int out_patch,
SWIGTYPE_p_p_char out_extra) |
static java.lang.String |
realm_get_library_version() |
static SWIGTYPE_p_realm_list |
realm_get_list(long arg0,
long arg1) |
static long |
realm_get_num_classes(long arg0) |
static boolean |
realm_get_num_objects(long arg0,
long arg1,
realm_size_t out_count) |
static boolean |
realm_get_num_versions(long arg0,
long[] out_versions_count) |
static long |
realm_get_object(long arg0,
long class_key,
long obj_key) |
static boolean |
realm_get_property_keys(long arg0,
long key,
SWIGTYPE_p_long_long out_col_keys,
long max,
SWIGTYPE_p_size_t out_n) |
static boolean |
realm_get_property(long arg0,
long class_key,
long key,
io.realm.interop.realm_property_info_t out_property_info) |
static long |
realm_get_schema(long arg0) |
static boolean |
realm_get_value(long arg0,
long arg1,
io.realm.interop.realm_value_t out_value) |
static boolean |
realm_get_version_id(long arg0,
boolean[] out_found,
io.realm.interop.realm_version_id_t out_version) |
static boolean |
realm_is_closed(long arg0) |
static boolean |
realm_is_frozen(long arg0) |
static boolean |
realm_is_writable(long arg0) |
static long |
realm_list_add_notification_callback(SWIGTYPE_p_realm_list arg0,
long userdata,
SWIGTYPE_p_f_p_void__void free,
SWIGTYPE_p_f_p_void_p_q_const__realm_collection_changes__void on_change,
SWIGTYPE_p_f_p_void_p_q_const__realm_async_error__void on_error,
SWIGTYPE_p_realm_scheduler arg5) |
static boolean |
realm_list_clear(SWIGTYPE_p_realm_list arg0) |
static boolean |
realm_list_erase(SWIGTYPE_p_realm_list arg0,
long index) |
static SWIGTYPE_p_realm_list |
realm_list_from_thread_safe_reference(long arg0,
SWIGTYPE_p_realm_thread_safe_reference arg1) |
static boolean |
realm_list_get_property(SWIGTYPE_p_realm_list arg0,
io.realm.interop.realm_property_info_t out_property_info) |
static boolean |
realm_list_get(SWIGTYPE_p_realm_list arg0,
long index,
io.realm.interop.realm_value_t out_value) |
static boolean |
realm_list_insert(SWIGTYPE_p_realm_list arg0,
long index,
io.realm.interop.realm_value_t value) |
static boolean |
realm_list_remove_all(SWIGTYPE_p_realm_list arg0) |
static boolean |
realm_list_set(SWIGTYPE_p_realm_list arg0,
long index,
io.realm.interop.realm_value_t value) |
static boolean |
realm_list_size(SWIGTYPE_p_realm_list arg0,
SWIGTYPE_p_size_t out_size) |
static long |
realm_object_add_notification_callback(long arg0,
long userdata,
SWIGTYPE_p_f_p_void__void free,
SWIGTYPE_p_f_p_void_p_q_const__realm_object_changes__void on_change,
SWIGTYPE_p_f_p_void_p_q_const__realm_async_error__void on_error,
SWIGTYPE_p_realm_scheduler arg5) |
static io.realm.interop.realm_link_t |
realm_object_as_link(long object) |
static long |
realm_object_changes_get_modified_properties(long arg0,
SWIGTYPE_p_long_long out_modified,
long max) |
static long |
realm_object_changes_get_num_modified_properties(long arg0) |
static boolean |
realm_object_changes_is_deleted(long arg0) |
static long |
realm_object_create_with_primary_key(long arg0,
long arg1,
io.realm.interop.realm_value_t pk) |
static long |
realm_object_create(long arg0,
long arg1) |
static boolean |
realm_object_delete(long arg0) |
static long |
realm_object_find_all(long arg0,
long arg1) |
static long |
realm_object_find_with_primary_key(long arg0,
long arg1,
io.realm.interop.realm_value_t pk,
boolean[] out_found) |
static long |
realm_object_from_thread_safe_reference(long arg0,
SWIGTYPE_p_realm_thread_safe_reference arg1) |
static long |
realm_object_get_key(long object) |
static long |
realm_object_get_table(long object) |
static boolean |
realm_object_is_valid(long arg0) |
static long |
realm_open(long config) |
static boolean |
realm_query_count(long arg0,
realm_size_t out_count) |
static long |
realm_query_find_all(long arg0) |
static boolean |
realm_query_find_first(long arg0,
io.realm.interop.realm_value_t out_value,
boolean[] out_found) |
static long |
realm_query_parse_for_list(SWIGTYPE_p_realm_list target_list,
java.lang.String query_string,
long num_args,
io.realm.interop.realm_value_t args) |
static long |
realm_query_parse_for_results(long target_results,
java.lang.String query_string,
long num_args,
io.realm.interop.realm_value_t args) |
static long |
realm_query_parse(long arg0,
long target_table,
java.lang.String query_string,
long num_args,
io.realm.interop.realm_value_t args) |
static boolean |
realm_refresh(long arg0) |
static void |
realm_release(long ptr) |
static long |
realm_results_add_notification_callback(long arg0,
long userdata,
SWIGTYPE_p_f_p_void__void arg2,
SWIGTYPE_p_f_p_void_p_q_const__realm_collection_changes__void arg3,
SWIGTYPE_p_f_p_void_p_q_const__realm_async_error__void arg4,
SWIGTYPE_p_realm_scheduler arg5) |
static boolean |
realm_results_average(long arg0,
long arg1,
io.realm.interop.realm_value_t out_average,
boolean[] out_found) |
static boolean |
realm_results_count(long arg0,
realm_size_t out_count) |
static boolean |
realm_results_delete_all(long arg0) |
static long |
realm_results_from_thread_safe_reference(long arg0,
SWIGTYPE_p_realm_thread_safe_reference arg1) |
static long |
realm_results_get_object(long arg0,
long index) |
static boolean |
realm_results_get(long arg0,
long index,
io.realm.interop.realm_value_t out_value) |
static boolean |
realm_results_max(long arg0,
long arg1,
io.realm.interop.realm_value_t out_max,
boolean[] out_found) |
static boolean |
realm_results_min(long arg0,
long arg1,
io.realm.interop.realm_value_t out_min,
boolean[] out_found) |
static boolean |
realm_results_sum(long arg0,
long arg1,
io.realm.interop.realm_value_t out_sum,
boolean[] out_found) |
static void |
realm_rethrow_last_error() |
static boolean |
realm_rollback(long arg0) |
static boolean |
realm_scheduler_can_deliver_notifications(SWIGTYPE_p_realm_scheduler arg0) |
static SWIGTYPE_p_realm_scheduler |
realm_scheduler_get_frozen() |
static boolean |
realm_scheduler_has_default_factory() |
static boolean |
realm_scheduler_is_on_thread(SWIGTYPE_p_realm_scheduler arg0) |
static SWIGTYPE_p_realm_scheduler |
realm_scheduler_make_default() |
static SWIGTYPE_p_realm_scheduler |
realm_scheduler_new(long userdata,
SWIGTYPE_p_f_p_void__void arg1,
SWIGTYPE_p_f_p_void__void notify,
SWIGTYPE_p_f_p_void__bool is_on_thread,
SWIGTYPE_p_f_p_q_const__void_p_q_const__void__bool is_same_as,
SWIGTYPE_p_f_p_void__bool can_deliver_notifications,
SWIGTYPE_p_f_p_void_p_void_p_f_p_void__void_p_f_p_void__void__void set_notify_callback) |
static void |
realm_scheduler_notify(SWIGTYPE_p_realm_scheduler arg0) |
static boolean |
realm_scheduler_set_default_factory(long userdata,
SWIGTYPE_p_f_p_void__void arg1,
SWIGTYPE_p_f_p_void__p_realm_scheduler arg2) |
static boolean |
realm_scheduler_set_notify_callback(SWIGTYPE_p_realm_scheduler arg0,
long userdata,
SWIGTYPE_p_f_p_void__void arg2,
SWIGTYPE_p_f_p_void__void arg3) |
static long |
realm_schema_new(io.realm.interop.realm_class_info_t classes,
long num_classes,
SWIGTYPE_p_p_realm_property_info class_properties) |
static boolean |
realm_schema_validate(long arg0,
long validation_mode) |
static boolean |
realm_set_value(long arg0,
long arg1,
io.realm.interop.realm_value_t new_value,
boolean is_default) |
static boolean |
realm_update_schema(long realm,
long schema) |
static boolean |
realm_wrap_exceptions(SWIGTYPE_p_f___void arg0) |
static long |
register_object_notification_cb(long object,
java.lang.Object callback) |
static long |
register_results_notification_cb(long results,
java.lang.Object callback) |
static io.realm.interop.realm_value_t |
valueArray_getitem(io.realm.interop.realm_value_t ary,
int index) |
static void |
valueArray_setitem(io.realm.interop.realm_value_t ary,
int index,
io.realm.interop.realm_value_t value) |
public static boolean realm_object_is_valid(long arg0)
public static io.realm.interop.realm_class_info_t new_classArray(int nelements)
public static void delete_classArray(io.realm.interop.realm_class_info_t ary)
public static io.realm.interop.realm_class_info_t classArray_getitem(io.realm.interop.realm_class_info_t ary,
int index)
public static void classArray_setitem(io.realm.interop.realm_class_info_t ary,
int index,
io.realm.interop.realm_class_info_t value)
public static io.realm.interop.realm_property_info_t new_propertyArray(int nelements)
public static void delete_propertyArray(io.realm.interop.realm_property_info_t ary)
public static io.realm.interop.realm_property_info_t propertyArray_getitem(io.realm.interop.realm_property_info_t ary,
int index)
public static void propertyArray_setitem(io.realm.interop.realm_property_info_t ary,
int index,
io.realm.interop.realm_property_info_t value)
public static SWIGTYPE_p_p_realm_property_info new_propertyArrayArray(int nelements)
public static void delete_propertyArrayArray(SWIGTYPE_p_p_realm_property_info ary)
public static io.realm.interop.realm_property_info_t propertyArrayArray_getitem(SWIGTYPE_p_p_realm_property_info ary, int index)
public static void propertyArrayArray_setitem(SWIGTYPE_p_p_realm_property_info ary, int index, io.realm.interop.realm_property_info_t value)
public static io.realm.interop.realm_value_t new_valueArray(int nelements)
public static void delete_valueArray(io.realm.interop.realm_value_t ary)
public static io.realm.interop.realm_value_t valueArray_getitem(io.realm.interop.realm_value_t ary,
int index)
public static void valueArray_setitem(io.realm.interop.realm_value_t ary,
int index,
io.realm.interop.realm_value_t value)
public static long getRLM_INVALID_CLASS_KEY()
public static long getRLM_INVALID_PROPERTY_KEY()
public static long getRLM_INVALID_OBJECT_KEY()
public static boolean realm_get_version_id(long arg0,
boolean[] out_found,
io.realm.interop.realm_version_id_t out_version)
public static java.lang.String realm_get_library_version()
public static void realm_get_library_version_numbers(SWIGTYPE_p_int out_major, SWIGTYPE_p_int out_minor, SWIGTYPE_p_int out_patch, SWIGTYPE_p_p_char out_extra)
public static boolean realm_get_last_error(io.realm.interop.realm_error_t err)
public static void realm_get_async_error(SWIGTYPE_p_realm_async_error err, io.realm.interop.realm_error_t out_err)
public static SWIGTYPE_p_realm_async_error realm_get_last_error_as_async_error()
public static void realm_rethrow_last_error()
public static boolean realm_wrap_exceptions(SWIGTYPE_p_f___void arg0)
public static boolean realm_clear_last_error()
public static void realm_release(long ptr)
public static long realm_clone(long arg0)
public static boolean realm_equals(long arg0,
long arg1)
public static boolean realm_is_frozen(long arg0)
public static SWIGTYPE_p_realm_thread_safe_reference realm_create_thread_safe_reference(long arg0)
public static long realm_config_new()
public static java.lang.String realm_config_get_path(long arg0)
public static void realm_config_set_path(long arg0,
java.lang.String path)
public static long realm_config_get_encryption_key(long arg0,
SWIGTYPE_p_unsigned_char out_key)
public static boolean realm_config_set_encryption_key(long arg0,
SWIGTYPE_p_unsigned_char key,
long key_size)
public static long realm_config_get_schema(long arg0)
public static void realm_config_set_schema(long arg0,
long schema)
public static long realm_config_get_schema_version(long arg0)
public static void realm_config_set_schema_version(long arg0,
long version)
public static int realm_config_get_schema_mode(long arg0)
public static void realm_config_set_schema_mode(long arg0,
int arg1)
public static void realm_config_set_migration_function(long arg0,
SWIGTYPE_p_f_p_void_p_shared_realm_p_shared_realm_p_q_const__realm_schema__bool arg1,
long userdata)
public static void realm_config_set_data_initialization_function(long arg0,
SWIGTYPE_p_f_p_void_p_shared_realm__bool arg1,
long userdata)
public static void realm_config_set_should_compact_on_launch_function(long arg0,
SWIGTYPE_p_f_p_void_unsigned_long_long_unsigned_long_long__bool arg1,
long userdata)
public static boolean realm_config_get_disable_format_upgrade(long arg0)
public static void realm_config_set_disable_format_upgrade(long arg0,
boolean arg1)
public static boolean realm_config_get_automatic_change_notifications(long arg0)
public static void realm_config_set_automatic_change_notifications(long arg0,
boolean arg1)
public static void realm_config_set_scheduler(long arg0,
SWIGTYPE_p_realm_scheduler arg1)
public static boolean realm_config_get_force_sync_history(long arg0)
public static void realm_config_set_force_sync_history(long arg0,
boolean arg1)
public static long realm_config_get_max_number_of_active_versions(long arg0)
public static void realm_config_set_max_number_of_active_versions(long arg0,
long arg1)
public static SWIGTYPE_p_realm_scheduler realm_scheduler_new(long userdata, SWIGTYPE_p_f_p_void__void arg1, SWIGTYPE_p_f_p_void__void notify, SWIGTYPE_p_f_p_void__bool is_on_thread, SWIGTYPE_p_f_p_q_const__void_p_q_const__void__bool is_same_as, SWIGTYPE_p_f_p_void__bool can_deliver_notifications, SWIGTYPE_p_f_p_void_p_void_p_f_p_void__void_p_f_p_void__void__void set_notify_callback)
public static SWIGTYPE_p_realm_scheduler realm_scheduler_make_default()
public static SWIGTYPE_p_realm_scheduler realm_scheduler_get_frozen()
public static boolean realm_scheduler_has_default_factory()
public static boolean realm_scheduler_set_default_factory(long userdata,
SWIGTYPE_p_f_p_void__void arg1,
SWIGTYPE_p_f_p_void__p_realm_scheduler arg2)
public static void realm_scheduler_notify(SWIGTYPE_p_realm_scheduler arg0)
public static boolean realm_scheduler_is_on_thread(SWIGTYPE_p_realm_scheduler arg0)
public static boolean realm_scheduler_can_deliver_notifications(SWIGTYPE_p_realm_scheduler arg0)
public static boolean realm_scheduler_set_notify_callback(SWIGTYPE_p_realm_scheduler arg0, long userdata, SWIGTYPE_p_f_p_void__void arg2, SWIGTYPE_p_f_p_void__void arg3)
public static long realm_open(long config)
public static long realm_from_thread_safe_reference(SWIGTYPE_p_realm_thread_safe_reference tsr, SWIGTYPE_p_realm_scheduler scheduler)
public static long _realm_from_native_ptr(long pshared_ptr,
long n)
public static void _realm_get_native_ptr(long arg0,
long pshared_ptr,
long n)
public static boolean realm_close(long arg0)
public static boolean realm_is_closed(long arg0)
public static boolean realm_begin_read(long arg0)
public static boolean realm_begin_write(long arg0)
public static boolean realm_is_writable(long arg0)
public static boolean realm_commit(long arg0)
public static boolean realm_rollback(long arg0)
public static boolean realm_refresh(long arg0)
public static long realm_freeze(long arg0)
public static boolean realm_compact(long arg0,
SWIGTYPE_p_bool did_compact)
public static long realm_schema_new(io.realm.interop.realm_class_info_t classes,
long num_classes,
SWIGTYPE_p_p_realm_property_info class_properties)
public static long realm_get_schema(long arg0)
public static boolean realm_update_schema(long realm,
long schema)
public static boolean realm_schema_validate(long arg0,
long validation_mode)
public static long realm_get_num_classes(long arg0)
public static boolean realm_get_class_keys(long arg0,
SWIGTYPE_p_unsigned_int out_keys,
long max,
SWIGTYPE_p_size_t out_n)
public static boolean realm_find_class(long arg0,
java.lang.String name,
boolean[] out_found,
io.realm.interop.realm_class_info_t out_class_info)
public static boolean realm_get_class(long arg0,
long key,
io.realm.interop.realm_class_info_t out_class_info)
public static boolean realm_get_class_properties(long arg0,
long key,
io.realm.interop.realm_property_info_t out_properties,
long max,
SWIGTYPE_p_size_t out_n)
public static boolean realm_get_property_keys(long arg0,
long key,
SWIGTYPE_p_long_long out_col_keys,
long max,
SWIGTYPE_p_size_t out_n)
public static boolean realm_get_property(long arg0,
long class_key,
long key,
io.realm.interop.realm_property_info_t out_property_info)
public static boolean realm_find_property(long arg0,
long class_key,
java.lang.String name,
boolean[] out_found,
io.realm.interop.realm_property_info_t out_property_info)
public static boolean realm_find_property_by_public_name(long arg0,
long class_key,
java.lang.String public_name,
boolean[] out_found,
io.realm.interop.realm_property_info_t out_property_info)
public static boolean realm_get_num_objects(long arg0,
long arg1,
realm_size_t out_count)
public static boolean realm_get_num_versions(long arg0,
long[] out_versions_count)
public static long realm_get_object(long arg0,
long class_key,
long obj_key)
public static long realm_object_find_with_primary_key(long arg0,
long arg1,
io.realm.interop.realm_value_t pk,
boolean[] out_found)
public static long realm_object_find_all(long arg0,
long arg1)
public static long realm_object_create(long arg0,
long arg1)
public static long realm_object_create_with_primary_key(long arg0,
long arg1,
io.realm.interop.realm_value_t pk)
public static boolean realm_object_delete(long arg0)
public static long _realm_object_from_native_copy(long pobj,
long n)
public static long _realm_object_from_native_move(long pobj,
long n)
public static long _realm_object_get_native_ptr(long arg0)
public static long realm_object_get_key(long object)
public static long realm_object_get_table(long object)
public static io.realm.interop.realm_link_t realm_object_as_link(long object)
public static long realm_object_add_notification_callback(long arg0,
long userdata,
SWIGTYPE_p_f_p_void__void free,
SWIGTYPE_p_f_p_void_p_q_const__realm_object_changes__void on_change,
SWIGTYPE_p_f_p_void_p_q_const__realm_async_error__void on_error,
SWIGTYPE_p_realm_scheduler arg5)
public static long realm_object_from_thread_safe_reference(long arg0,
SWIGTYPE_p_realm_thread_safe_reference arg1)
public static boolean realm_get_value(long arg0,
long arg1,
io.realm.interop.realm_value_t out_value)
public static boolean realm_set_value(long arg0,
long arg1,
io.realm.interop.realm_value_t new_value,
boolean is_default)
public static SWIGTYPE_p_realm_list realm_get_list(long arg0, long arg1)
public static boolean realm_list_size(SWIGTYPE_p_realm_list arg0, SWIGTYPE_p_size_t out_size)
public static boolean realm_list_get_property(SWIGTYPE_p_realm_list arg0, io.realm.interop.realm_property_info_t out_property_info)
public static boolean realm_list_get(SWIGTYPE_p_realm_list arg0, long index, io.realm.interop.realm_value_t out_value)
public static boolean realm_list_set(SWIGTYPE_p_realm_list arg0, long index, io.realm.interop.realm_value_t value)
public static boolean realm_list_insert(SWIGTYPE_p_realm_list arg0, long index, io.realm.interop.realm_value_t value)
public static boolean realm_list_erase(SWIGTYPE_p_realm_list arg0, long index)
public static boolean realm_list_clear(SWIGTYPE_p_realm_list arg0)
public static boolean realm_list_remove_all(SWIGTYPE_p_realm_list arg0)
public static long realm_list_add_notification_callback(SWIGTYPE_p_realm_list arg0, long userdata, SWIGTYPE_p_f_p_void__void free, SWIGTYPE_p_f_p_void_p_q_const__realm_collection_changes__void on_change, SWIGTYPE_p_f_p_void_p_q_const__realm_async_error__void on_error, SWIGTYPE_p_realm_scheduler arg5)
public static SWIGTYPE_p_realm_list realm_list_from_thread_safe_reference(long arg0, SWIGTYPE_p_realm_thread_safe_reference arg1)
public static boolean realm_object_changes_is_deleted(long arg0)
public static long realm_object_changes_get_num_modified_properties(long arg0)
public static long realm_object_changes_get_modified_properties(long arg0,
SWIGTYPE_p_long_long out_modified,
long max)
public static void realm_collection_changes_get_num_changes(SWIGTYPE_p_realm_collection_changes arg0, SWIGTYPE_p_size_t out_num_deletions, SWIGTYPE_p_size_t out_num_insertions, SWIGTYPE_p_size_t out_num_modifications, SWIGTYPE_p_size_t out_num_moves)
public static void realm_collection_changes_get_num_ranges(SWIGTYPE_p_realm_collection_changes arg0, SWIGTYPE_p_size_t out_num_deletion_ranges, SWIGTYPE_p_size_t out_num_insertion_ranges, SWIGTYPE_p_size_t out_num_modification_ranges, SWIGTYPE_p_size_t out_num_moves)
public static void realm_collection_changes_get_changes(SWIGTYPE_p_realm_collection_changes arg0, SWIGTYPE_p_size_t out_deletion_indices, long max_deletion_indices, SWIGTYPE_p_size_t out_insertion_indices, long max_insertion_indices, SWIGTYPE_p_size_t out_modification_indices, long max_modification_indices, SWIGTYPE_p_size_t out_modification_indices_after, long max_modification_indices_after, io.realm.interop.realm_collection_move_t out_moves, long max_moves)
public static void realm_collection_changes_get_ranges(SWIGTYPE_p_realm_collection_changes arg0, io.realm.interop.realm_index_range_t out_deletion_ranges, long max_deletion_ranges, io.realm.interop.realm_index_range_t out_insertion_ranges, long max_insertion_ranges, io.realm.interop.realm_index_range_t out_modification_ranges, long max_modification_ranges, io.realm.interop.realm_index_range_t out_modification_ranges_after, long max_modification_ranges_after, io.realm.interop.realm_collection_move_t out_moves, long max_moves)
public static long realm_query_parse(long arg0,
long target_table,
java.lang.String query_string,
long num_args,
io.realm.interop.realm_value_t args)
public static long realm_query_parse_for_list(SWIGTYPE_p_realm_list target_list, java.lang.String query_string, long num_args, io.realm.interop.realm_value_t args)
public static long realm_query_parse_for_results(long target_results,
java.lang.String query_string,
long num_args,
io.realm.interop.realm_value_t args)
public static boolean realm_query_count(long arg0,
realm_size_t out_count)
public static boolean realm_query_find_first(long arg0,
io.realm.interop.realm_value_t out_value,
boolean[] out_found)
public static long realm_query_find_all(long arg0)
public static boolean realm_results_count(long arg0,
realm_size_t out_count)
public static boolean realm_results_get(long arg0,
long index,
io.realm.interop.realm_value_t out_value)
public static long realm_results_get_object(long arg0,
long index)
public static boolean realm_results_delete_all(long arg0)
public static boolean realm_results_min(long arg0,
long arg1,
io.realm.interop.realm_value_t out_min,
boolean[] out_found)
public static boolean realm_results_max(long arg0,
long arg1,
io.realm.interop.realm_value_t out_max,
boolean[] out_found)
public static boolean realm_results_sum(long arg0,
long arg1,
io.realm.interop.realm_value_t out_sum,
boolean[] out_found)
public static boolean realm_results_average(long arg0,
long arg1,
io.realm.interop.realm_value_t out_average,
boolean[] out_found)
public static long realm_results_add_notification_callback(long arg0,
long userdata,
SWIGTYPE_p_f_p_void__void arg2,
SWIGTYPE_p_f_p_void_p_q_const__realm_collection_changes__void arg3,
SWIGTYPE_p_f_p_void_p_q_const__realm_async_error__void arg4,
SWIGTYPE_p_realm_scheduler arg5)
public static long realm_results_from_thread_safe_reference(long arg0,
SWIGTYPE_p_realm_thread_safe_reference arg1)
public static long register_results_notification_cb(long results,
java.lang.Object callback)
public static long register_object_notification_cb(long object,
java.lang.Object callback)