Tripal
|
Functions | |
chado_get_table_max_rank ($tablename, $where_options) | |
hook_chado_connection_alter (&$settings) | |
chado_set_active ($dbname='default') | |
chado_insert_record ($table, $values, $options=[]) | |
chado_update_record ($table, $match, $values, $options=NULL) | |
chado_delete_record ($table, $match, $options=NULL) | |
chado_select_record ($table, $columns, $values, $options=NULL) | |
chado_select_record_check_value_type (&$op, &$value, $type) | |
chado_query ($sql, $args=[], $options=[]) | |
hook_chado_query_alter (&$sql, &$args) | |
chado_pager_query ($query, $args, $limit, $element, $count_query='') | |
chado_pager_get_count ($element) | |
chado_schema_get_foreign_key ($table_desc, $field, $values, $options=NULL) | |
chado_get_schema_name ($schema='chado') | |
hook_chado_get_schema_name_alter ($schema_name, $context) | |
chado_db_select ($table, $alias=NULL, array $options=[]) | |
Provides an API for querying of chado including inserting, updating, deleting and selecting from chado.