class CI_DB_driver initialize()
list_fields($table)
or_having($key[, $value = NULL[, $escape = NULL]])
optimize_table($table_name)
or_like($field[, $match = ''[, $side = 'both'[, $escape = NULL]]])
distinct([$val = TRUE])
not_like($field[, $match = ''[, $side = 'both'[, $escape = NULL]]])
get_compiled_insert([$table = ''[, $reset = TRUE]])
field_exists($field_name, $table_name)
The following page contains example code showing how the database class is used. For complete details please read the individual pages describing each function.
Page 14 of 15