foreign_keys (instance)Return a set of foreign keys in this table that point to primary keys in other tables and cache the result. This is a wrapper around <_fetch_foreign_keys> which offers cachine of table information. It is not normally necessary to override this method. Parameters
Returns
=end NaturalDocs _fetch_foreign_keys (instance)Return a set of foreign keys in this table that point to primary keys in other tables. This is the generic method that uses DBI’s foreign_key_info(), and is intended to be overridden when the DBI DBD doesn’t provide a working method for this call. Parameters
Returns
=end NaturalDocs |
our $WHERE
our $ORDER
our $UPDATE
sub new
sub _fetch_primary_key
sub primary_key
sub add_hint
sub _build_columns
sub do_insert
sub _last_insert_id
sub do_query
sub table_exists
sub table_list
sub build_table_mapping
sub opcode_map
sub _flatten_where
sub _flatten_order
sub _flatten_update
sub _prepare_bind_params