Home
last modified time | relevance | path

Searched defs:db_name (Results 1 – 25 of 2162) sorted by relevance

12345678910>>...87

/dports/science/py-ase/ase-3.22.0/ase/test/db/
H A Dtest_sql_db_ext_tables.py31 def test_create_and_delete_ext_tab(db_name): argument
46 def test_insert_in_external_tables(db_name): argument
135 def test_extract_from_table(db_name): argument
150 def test_write_atoms_row(db_name): argument
162 def test_external_table_upon_update(db_name): argument
170 def test_external_table_upon_update_with_float(db_name): argument
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/info_schema/
H A Dtable_stats.h115 bool is_stat_cached_in_mem(const String &db_name, const String &table_name, in is_stat_cached_in_mem()
120 bool is_stat_cached_in_mem(const String &db_name, const String &table_name) { in is_stat_cached_in_mem()
132 void cache_stats_in_mem(const String &db_name, const String &table_name, in cache_stats_in_mem()
140 void cache_stats_in_mem(const String &db_name, const String &table_name, in cache_stats_in_mem()
153 void cache_stats_in_mem(const String &db_name, const String &table_name, in cache_stats_in_mem()
161 void cache_stats_in_mem(const String &db_name, const String &table_name, in cache_stats_in_mem()
242 void store_error_message(const String &db_name, const String &table_name, in store_error_message()
260 inline bool check_error_for_key(const String &db_name, in check_error_for_key()
332 void set_stat_cached(const String &db_name, const String &table_name, in set_stat_cached()
337 void set_stat_cached(const String &db_name, const String &table_name) { in set_stat_cached()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/mongodb/plugins/modules/
H A Dmongodb_user.py209 def user_find(client, user, db_name): argument
232 def user_add(module, client, db_name, user, password, roles): argument
264 def user_remove(module, client, db_name, user): argument
275 def check_if_roles_changed(uinfo, roles, db_name): argument
292 def make_sure_roles_are_a_list_of_dict(roles, db_name): argument
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/service/
H A Ddb.py54 def _initialize_db(id, db_name, demo, lang, user_password, login='admin', country_code=None, phone=… argument
125 def exp_create_database(db_name, demo, lang, user_password='admin', login='admin', country_code=Non… argument
133 def exp_duplicate_database(db_original_name, db_name): argument
157 def _drop_conn(cr, db_name): argument
174 def exp_drop(db_name): argument
199 def exp_dump(db_name, format): argument
222 def dump_db(db_name, stream, backup_format='zip'): argument
258 def exp_restore(db_name, data, copy=False): argument
361 def exp_db_exist(db_name): argument
/dports/databases/py-pglite/pglite-1.0.13/pglite/
H A Dpglite.py147 def create_db(db_name): argument
152 def drop_db(db_name): argument
179 def export_db_plain(db_name, dump_file): argument
187 def export_db(db_name, dump_file): argument
202 def import_db_plain(dump_file, db_name): argument
212 def import_db(dump_file, db_name): argument
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/gpkg/
H A Dgpkg_db.c213 static int init(sqlite3 *db, const char *db_name, error_t *error) { in init()
252 static int gpkg_contents_geometry_table_check(sqlite3 *db, const char *db_name, error_t *error) { in gpkg_contents_geometry_table_check()
279 static int gpkg_contents_tilemetadata_table_check(sqlite3 *db, const char *db_name, error_t *error)… in gpkg_contents_tilemetadata_table_check()
297 const char *db_name; member
358 static int gpkg_contents_columns_table_column_check(sqlite3 *db, const char *db_name, error_t *erro… in gpkg_contents_columns_table_column_check()
362 static int gpkg_extensions_table_column_check(sqlite3 *db, const char *db_name, error_t *error) { in gpkg_extensions_table_column_check()
366 static int gpkg_geometry_columns_table_column_check(sqlite3 *db, const char *db_name, error_t *erro… in gpkg_geometry_columns_table_column_check()
370 static int gpkg_tile_matrix_table_column_check(sqlite3 *db, const char *db_name, error_t *error) { in gpkg_tile_matrix_table_column_check()
374 static int gpkg_tile_matrix_set_table_column_check(sqlite3 *db, const char *db_name, error_t *error… in gpkg_tile_matrix_set_table_column_check()
378 static int gpkg_data_columns_table_column_check(sqlite3 *db, const char *db_name, error_t *error) { in gpkg_data_columns_table_column_check()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/database/mongodb/
H A Dmongodb_user.py233 def user_find(client, user, db_name): argument
255 def user_add(module, client, db_name, user, password, roles): argument
266 def user_remove(module, client, db_name, user): argument
293 def check_if_roles_changed(uinfo, roles, db_name): argument
310 def make_sure_roles_are_a_list_of_dict(roles, db_name): argument
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/modules/
H A Dmongodb_user.py256 def user_find(client, user, db_name): argument
278 def user_add(module, client, db_name, user, password, roles): argument
289 def user_remove(module, client, db_name, user): argument
316 def check_if_roles_changed(uinfo, roles, db_name): argument
333 def make_sure_roles_are_a_list_of_dict(roles, db_name): argument
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/modules/
H A Dmongodb_user.py256 def user_find(client, user, db_name): argument
278 def user_add(module, client, db_name, user, password, roles): argument
289 def user_remove(module, client, db_name, user): argument
316 def check_if_roles_changed(uinfo, roles, db_name): argument
333 def make_sure_roles_are_a_list_of_dict(roles, db_name): argument
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/ops/
H A Ddbinfo.php28 $db_name = parse_config(get_config(), "<db_name>"); variable
68 function get_db_info($db_name)
108 function show_db_info($db_name, $db_rec)
153 function sort_db_info($db_name, $db_rec)
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/classes/
H A Dschema.php145 public function column_exists ($db_name, $table_name, $column_name) {
182 public function table_info($db_name, $table_name) {
221 private function db_table_exists ($db_type, $db_name, $table_name) {
244 private function db_table_info($db_name, $db_type, $table_name) {
306 private function db_column_exists ($db_type, $db_name, $table_name, $column_name) {
342 private function db_column_data_type ($db_type, $db_name, $table_name, $column_name) {
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/safety/
H A Dsafety.py17 def get_from_cache(db_name): argument
31 def write_to_cache(db_name, data): argument
67 def fetch_database_url(mirror, db_name, key, cached): argument
89 def fetch_database_file(path, db_name): argument
/dports/biology/seqan1/seqan-1.3.1/seqan/blast/
H A Dblast_run.h87 TString db_name, in _runBlast()
119 TString db_name, in run()
153 TString db_name, in run()
173 TString db_name, in _runBlast()
205 TString db_name, in _runBlat()
241 TString db_name, in _runBlast()
278 TString db_name, in _runBlast()
313 TString db_name, in _runBlast()
351 TString db_name, in _runBlast()
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/safety/
H A Dsafety.py18 def get_from_cache(db_name): argument
32 def write_to_cache(db_name, data): argument
68 def fetch_database_url(mirror, db_name, key, cached, proxy): argument
89 def fetch_database_file(path, db_name): argument
/dports/www/py-django-autocomplete-light/django-autocomplete-light-3.8.2/src/dal_example/src/genericm2m/
H A Druntests.py12 db_name = 'test_main' variable
15 db_name = '' variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/dump/
H A Dmysqldump_tool_chain_maker_options.cc131 std::string db_name = positional_options[0]; in process_positional_options() local
148 auto db_name = std::get<1>(database); in process_positional_options() local
223 auto db_name = std::get<1>(database); in process_positional_options() local
233 auto db_name = std::get<1>(database); in process_positional_options() local
/dports/devel/py-oci/oci-2.53.1/src/oci/database/models/
H A Dassociated_database_details.py72 def db_name(self): member in AssociatedDatabaseDetails
84 def db_name(self, db_name): member in AssociatedDatabaseDetails
H A Dkey_store_associated_database_details.py72 def db_name(self): member in KeyStoreAssociatedDatabaseDetails
84 def db_name(self, db_name): argument
H A Ddb_iorm_config_update_detail.py44 def db_name(self): member in DbIormConfigUpdateDetail
56 def db_name(self, db_name): argument
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dtrigger_loader.cc186 const char *db_name, in build_trn_path()
221 static bool save_trg_file(const char *db_name, in save_trg_file()
279 static bool rm_trg_file(const char *db_name, const char *table_name) in rm_trg_file()
319 const char *db_name, in change_table_name_in_trn_files()
545 bool Trigger_loader::trg_file_exists(const char *db_name, in trg_file_exists()
577 const char *db_name, in load_triggers()
750 bool Trigger_loader::store_trigger(const LEX_STRING &db_name, in store_trigger()
816 bool Trigger_loader::drop_trigger(const LEX_STRING &db_name, in drop_trigger()
930 bool Trigger_loader::drop_all_triggers(const char *db_name, in drop_all_triggers()
948 LEX_CSTRING db_name= t->get_db_name(); in drop_all_triggers() local
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dtrigger_loader.cc186 const char *db_name, in build_trn_path()
221 static bool save_trg_file(const char *db_name, in save_trg_file()
279 static bool rm_trg_file(const char *db_name, const char *table_name) in rm_trg_file()
319 const char *db_name, in change_table_name_in_trn_files()
545 bool Trigger_loader::trg_file_exists(const char *db_name, in trg_file_exists()
577 const char *db_name, in load_triggers()
750 bool Trigger_loader::store_trigger(const LEX_STRING &db_name, in store_trigger()
816 bool Trigger_loader::drop_trigger(const LEX_STRING &db_name, in drop_trigger()
930 bool Trigger_loader::drop_all_triggers(const char *db_name, in drop_all_triggers()
948 LEX_CSTRING db_name= t->get_db_name(); in drop_all_triggers() local
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dtrigger_loader.cc186 const char *db_name, in build_trn_path()
221 static bool save_trg_file(const char *db_name, in save_trg_file()
279 static bool rm_trg_file(const char *db_name, const char *table_name) in rm_trg_file()
319 const char *db_name, in change_table_name_in_trn_files()
545 bool Trigger_loader::trg_file_exists(const char *db_name, in trg_file_exists()
577 const char *db_name, in load_triggers()
750 bool Trigger_loader::store_trigger(const LEX_STRING &db_name, in store_trigger()
816 bool Trigger_loader::drop_trigger(const LEX_STRING &db_name, in drop_trigger()
930 bool Trigger_loader::drop_all_triggers(const char *db_name, in drop_all_triggers()
948 LEX_CSTRING db_name= t->get_db_name(); in drop_all_triggers() local
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dtrigger_loader.cc186 const char *db_name, in build_trn_path()
221 static bool save_trg_file(const char *db_name, in save_trg_file()
279 static bool rm_trg_file(const char *db_name, const char *table_name) in rm_trg_file()
319 const char *db_name, in change_table_name_in_trn_files()
545 bool Trigger_loader::trg_file_exists(const char *db_name, in trg_file_exists()
577 const char *db_name, in load_triggers()
750 bool Trigger_loader::store_trigger(const LEX_STRING &db_name, in store_trigger()
816 bool Trigger_loader::drop_trigger(const LEX_STRING &db_name, in drop_trigger()
930 bool Trigger_loader::drop_all_triggers(const char *db_name, in drop_all_triggers()
948 LEX_CSTRING db_name= t->get_db_name(); in drop_all_triggers() local
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dtrigger_loader.cc186 const char *db_name, in build_trn_path()
221 static bool save_trg_file(const char *db_name, in save_trg_file()
279 static bool rm_trg_file(const char *db_name, const char *table_name) in rm_trg_file()
319 const char *db_name, in change_table_name_in_trn_files()
545 bool Trigger_loader::trg_file_exists(const char *db_name, in trg_file_exists()
577 const char *db_name, in load_triggers()
750 bool Trigger_loader::store_trigger(const LEX_STRING &db_name, in store_trigger()
816 bool Trigger_loader::drop_trigger(const LEX_STRING &db_name, in drop_trigger()
930 bool Trigger_loader::drop_all_triggers(const char *db_name, in drop_all_triggers()
948 LEX_CSTRING db_name= t->get_db_name(); in drop_all_triggers() local
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dtrigger_loader.cc186 const char *db_name, in build_trn_path()
221 static bool save_trg_file(const char *db_name, in save_trg_file()
279 static bool rm_trg_file(const char *db_name, const char *table_name) in rm_trg_file()
319 const char *db_name, in change_table_name_in_trn_files()
545 bool Trigger_loader::trg_file_exists(const char *db_name, in trg_file_exists()
577 const char *db_name, in load_triggers()
750 bool Trigger_loader::store_trigger(const LEX_STRING &db_name, in store_trigger()
816 bool Trigger_loader::drop_trigger(const LEX_STRING &db_name, in drop_trigger()
930 bool Trigger_loader::drop_all_triggers(const char *db_name, in drop_all_triggers()
948 LEX_CSTRING db_name= t->get_db_name(); in drop_all_triggers() local
[all …]

12345678910>>...87