1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307
|
<SECTION>
<FILE>gom-adapter</FILE>
<TITLE>GomAdapter</TITLE>
GOM_ADAPTER_CONST
GomAdapterCallback
gom_adapter_close_sync
gom_adapter_close_async
gom_adapter_close_finish
gom_adapter_get_handle
gom_adapter_new
gom_adapter_open_sync
gom_adapter_open_async
gom_adapter_open_finish
gom_adapter_queue_read
gom_adapter_queue_write
gom_adapter_execute_sql
<SUBSECTION Standard>
GOM_ADAPTER
GOM_ADAPTER_CLASS
GOM_ADAPTER_GET_CLASS
GOM_IS_ADAPTER
GOM_IS_ADAPTER_CLASS
GOM_TYPE_ADAPTER
GomAdapter
GomAdapterClass
GomAdapterPrivate
gom_adapter_get_type
</SECTION>
<SECTION>
<FILE>gom-command</FILE>
<TITLE>GomCommand</TITLE>
GOM_COMMAND_CONST
gom_command_execute
gom_command_set_sql
gom_command_get_param_index
gom_command_reset
gom_command_set_param
gom_command_set_param_double
gom_command_set_param_float
gom_command_set_param_int
gom_command_set_param_int64
gom_command_set_param_uint
gom_command_set_param_uint64
gom_command_set_param_string
<SUBSECTION Standard>
GOM_COMMAND
GOM_COMMAND_CLASS
GOM_COMMAND_GET_CLASS
GOM_IS_COMMAND
GOM_IS_COMMAND_CLASS
GOM_TYPE_COMMAND
GomCommand
GomCommandClass
GomCommandPrivate
gom_command_get_type
</SECTION>
<SECTION>
<FILE>gom-command-builder</FILE>
<TITLE>GomCommandBuilder</TITLE>
GOM_COMMAND_BUILDER_CONST
gom_command_builder_build_count
gom_command_builder_build_delete
gom_command_builder_build_select
gom_command_builder_build_insert
gom_command_builder_build_update
gom_command_builder_build_create
<SUBSECTION Standard>
GOM_COMMAND_BUILDER
GOM_COMMAND_BUILDER_CLASS
GOM_COMMAND_BUILDER_GET_CLASS
GOM_IS_COMMAND_BUILDER
GOM_IS_COMMAND_BUILDER_CLASS
GOM_TYPE_COMMAND_BUILDER
GomCommandBuilder
GomCommandBuilderClass
GomCommandBuilderPrivate
gom_command_builder_get_type
</SECTION>
<SECTION>
<FILE>gom-cursor</FILE>
<TITLE>GomCursor</TITLE>
GOM_CURSOR_CONST
gom_cursor_get_column_name
gom_cursor_get_n_columns
gom_cursor_get_column
gom_cursor_get_column_boolean
gom_cursor_get_column_double
gom_cursor_get_column_float
gom_cursor_get_column_int
gom_cursor_get_column_int64
gom_cursor_get_column_string
gom_cursor_get_column_uint
gom_cursor_get_column_uint64
gom_cursor_next
<SUBSECTION Standard>
GOM_CURSOR
GOM_CURSOR_CLASS
GOM_CURSOR_GET_CLASS
GOM_IS_CURSOR
GOM_IS_CURSOR_CLASS
GOM_TYPE_CURSOR
GomCursor
GomCursorClass
GomCursorPrivate
gom_cursor_get_type
</SECTION>
<SECTION>
<FILE>gom-error</FILE>
gom_error_quark
<SUBSECTION Standard>
GOM_ERROR
gom_error_get_type
</SECTION>
<SECTION>
<FILE>gom-filter</FILE>
<TITLE>GomFilter</TITLE>
GOM_FILTER_CONST
gom_filter_get_sql
gom_filter_get_values
gom_filter_new_sql
gom_filter_new_or
gom_filter_new_or_full
gom_filter_new_or_fullv
gom_filter_new_and
gom_filter_new_and_full
gom_filter_new_and_fullv
gom_filter_new_eq
gom_filter_new_neq
gom_filter_new_gt
gom_filter_new_gte
gom_filter_new_lt
gom_filter_new_lte
gom_filter_new_like
gom_filter_new_glob
gom_filter_new_is_null
gom_filter_new_is_not_null
<SUBSECTION Standard>
GOM_FILTER
GOM_FILTER_CLASS
GOM_FILTER_GET_CLASS
GOM_IS_FILTER
GOM_IS_FILTER_CLASS
GOM_TYPE_FILTER
GOM_TYPE_FILTER_MODE
GomFilter
GomFilterClass
GomFilterPrivate
gom_filter_get_type
gom_filter_mode_get_type
</SECTION>
<SECTION>
<FILE>gom-repository</FILE>
<TITLE>GomRepository</TITLE>
GOM_REPOSITORY_CONST
GomRepositoryMigrator
gom_repository_get_adapter
gom_repository_new
gom_repository_migrate_sync
gom_repository_migrate_async
gom_repository_migrate_finish
gom_repository_automatic_migrate_sync
gom_repository_automatic_migrate_async
gom_repository_automatic_migrate_finish
gom_repository_find_one_sync
gom_repository_find_one_async
gom_repository_find_one_finish
gom_repository_find_sync
gom_repository_find_sorted_sync
gom_repository_find_async
gom_repository_find_sorted_async
gom_repository_find_finish
<SUBSECTION Standard>
GOM_IS_REPOSITORY
GOM_IS_REPOSITORY_CLASS
GOM_REPOSITORY
GOM_REPOSITORY_CLASS
GOM_REPOSITORY_GET_CLASS
GOM_TYPE_REPOSITORY
GomRepository
GomRepositoryClass
GomRepositoryPrivate
gom_repository_get_type
</SECTION>
<SECTION>
<FILE>gom-resource</FILE>
<TITLE>GomResource</TITLE>
GOM_RESOURCE_CONST
GOM_RESOURCE_NEW_IN_VERSION
GOM_RESOURCE_NOT_MAPPED
GOM_RESOURCE_TO_BYTES_FUNC
GOM_RESOURCE_FROM_BYTES_FUNC
GOM_RESOURCE_REF_TABLE_CLASS
GOM_RESOURCE_REF_PROPERTY_NAME
GOM_RESOURCE_UNIQUE
GOM_RESOURCE_NOTNULL
GomResourceToBytesFunc
GomResourceFromBytesFunc
gom_resource_new_in_version_quark
gom_resource_not_mapped_quark
gom_resource_to_bytes_func_quark
gom_resource_from_bytes_func_quark
gom_resource_ref_table_class
gom_resource_ref_property_name
gom_resource_unique
gom_resource_notnull
gom_resource_class_set_table
gom_resource_class_set_primary_key
gom_resource_class_set_property_new_in_version
gom_resource_class_set_property_set_mapped
gom_resource_class_set_property_transform
gom_resource_class_set_property_to_bytes
gom_resource_class_set_property_from_bytes
gom_resource_class_set_reference
gom_resource_class_set_unique
gom_resource_class_set_notnull
gom_resource_delete_async
gom_resource_delete_finish
gom_resource_delete_sync
gom_resource_save_async
gom_resource_save_finish
gom_resource_save_sync
gom_resource_fetch_m2m_async
gom_resource_fetch_m2m_finish
<SUBSECTION Standard>
GOM_IS_RESOURCE
GOM_IS_RESOURCE_CLASS
GOM_RESOURCE
GOM_RESOURCE_CLASS
GOM_RESOURCE_GET_CLASS
GOM_TYPE_RESOURCE
GomResource
GomResourceClass
GomResourcePrivate
gom_resource_get_type
</SECTION>
<SECTION>
<FILE>gom-resource-group</FILE>
<TITLE>GomResourceGroup</TITLE>
GOM_RESOURCE_GROUP_CONST
gom_resource_group_new
gom_resource_group_append
gom_resource_group_write_sync
gom_resource_group_write_async
gom_resource_group_write_finish
gom_resource_group_delete_sync
gom_resource_group_delete_async
gom_resource_group_delete_finish
gom_resource_group_fetch_async
gom_resource_group_fetch_finish
gom_resource_group_fetch_sync
gom_resource_group_get_count
gom_resource_group_get_index
gom_resource_group_get_m2m_table
<SUBSECTION Standard>
GOM_IS_RESOURCE_GROUP
GOM_IS_RESOURCE_GROUP_CLASS
GOM_RESOURCE_GROUP
GOM_RESOURCE_GROUP_CLASS
GOM_RESOURCE_GROUP_GET_CLASS
GOM_TYPE_RESOURCE_GROUP
GomResourceGroup
GomResourceGroupClass
GomResourceGroupPrivate
gom_resource_group_get_type
</SECTION>
<SECTION>
<FILE>gom-resource-priv</FILE>
gom_resource_get_is_from_table
gom_resource_set_is_from_table
gom_resource_has_dynamic_pkey
gom_resource_do_save
gom_resource_do_delete
gom_resource_build_save_cmd
gom_resource_set_post_save_properties
</SECTION>
<SECTION>
<FILE>gom-sorting</FILE>
<TITLE>GomSorting</TITLE>
GOM_SORTING_CONST
gom_sorting_get_sql
gom_sorting_new
gom_sorting_add
<SUBSECTION Standard>
GOM_IS_SORTING
GOM_IS_SORTING_CLASS
GOM_SORTING
GOM_SORTING_CLASS
GOM_SORTING_GET_CLASS
GOM_TYPE_SORTING
GOM_TYPE_SORTING_MODE
GomSorting
GomSortingClass
GomSortingPrivate
gom_sorting_get_type
gom_sorting_mode_get_type
</SECTION>
|