} switch_cache_db_handle_type_t;
typedef union {
- switch_core_db_handle_t *core_db_dbh;
+ switch_coredb_handle_t *core_db_dbh;
switch_odbc_handle_t *odbc_dbh;
switch_database_interface_handle_t *database_interface_dbh;
} switch_cache_db_native_handle_t;
*/
typedef struct sqlite3 switch_core_db_t;
-struct switch_core_db_handle {
+struct switch_coredb_handle {
switch_bool_t in_memory;
switch_core_db_t *handle;
};
typedef struct switch_buffer switch_buffer_t;
typedef union switch_codec_settings switch_codec_settings_t;
typedef struct switch_codec_fmtp switch_codec_fmtp_t;
-typedef struct switch_core_db_handle switch_core_db_handle_t;
+typedef struct switch_coredb_handle switch_coredb_handle_t;
typedef struct switch_odbc_handle switch_odbc_handle_t;
typedef struct switch_database_interface_handle switch_database_interface_handle_t;