rename_table($table_name, $new_table_name)
free_result()
drop_column($table, $column_name)
insert_batch($table[, $set = NULL[, $escape = NULL[, $batch_size = 100]]])
CodeIgniter comes with a full-featured and very fast abstracted database class that supports both traditional structures and Query Builder patterns. The database functions
or_where_in([$key = NULL[, $values = NULL[, $escape = NULL]]])
set_insert_batch($key[, $value = ''[, $escape = NULL]])
drop_table($table_name[, $if_exists = FALSE])
protect_identifiers($item[, $prefix_single = FALSE[, $protect_identifiers = NULL[, $field_exists = TRUE]]])
previous_row([$type = 'object'])
Page 4 of 15