Home
last modified time | relevance | path

Searched defs:db_type (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/server_component/
H A Dpage_track_service.cc42 enum legacy_db_type db_type; variable
64 enum legacy_db_type db_type = DB_TYPE_UNKNOWN; variable
86 enum legacy_db_type db_type = DB_TYPE_UNKNOWN; variable
109 enum legacy_db_type db_type = DB_TYPE_UNKNOWN; variable
132 enum legacy_db_type db_type = DB_TYPE_UNKNOWN; variable
157 enum legacy_db_type db_type = DB_TYPE_UNKNOWN; variable
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/classes/
H A Dschema.php35 public $db_type; variable in schema
209 private function db_table_exists_alternate ($db_type, $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) {
271 private function db_data_type($db_type, $table_info, $column_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) {
348 public function db_create_table ($apps, $db_type, $table) {
386 private function db_insert_into ($apps, $db_type, $table) {
/dports/net/kea/kea-2.0.1/src/lib/config_backend/
H A Dbase_config_backend_mgr.h96 bool registerBackendFactory(const std::string& db_type, in registerBackendFactory()
119 bool unregisterBackendFactory(const std::string& db_type) { in unregisterBackendFactory()
160 std::string db_type = it->second; in addBackend() local
198 bool delBackend(const std::string& db_type, const std::string& dbaccess, in delBackend()
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dhost_data_source_factory.cc59 string db_type = it->second; in add() local
89 const string& db_type) { in del()
104 const string& db_type, in del()
131 HostDataSourceFactory::registerFactory(const string& db_type, in registerFactory()
151 HostDataSourceFactory::deregisterFactory(const string& db_type, bool no_log) { in deregisterFactory()
167 HostDataSourceFactory::registeredFactory(const std::string& db_type) { in registeredFactory()
/dports/security/hashcat/hashcat-6.2.5/tools/
H A Dmozilla2hashcat.py247 db_type = None variable
255 db_type = 3 variable
258 db_type = 4 variable
263 db_type = 3 variable
266 db_type = 4 variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/leveldb_proto/public/
H A Dshared_proto_database_client_list.cc25 ProtoDbType db_type) { in ProtoDbTypeToString()
98 bool SharedProtoDatabaseClientList::ShouldUseSharedDB(ProtoDbType db_type) { in ShouldUseSharedDB()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/leveldb_proto/public/
H A Dshared_proto_database_client_list.cc24 ProtoDbType db_type) { in ProtoDbTypeToString()
91 bool SharedProtoDatabaseClientList::ShouldUseSharedDB(ProtoDbType db_type) { in ShouldUseSharedDB()
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/cqlengine/
H A Dcolumns.py92 db_type = None variable in Column
326 db_type = 'blob' variable in Blob
344 db_type = 'inet' variable in Inet
351 db_type = 'text' variable in Text
399 db_type = 'ascii' variable in Ascii
426 db_type = 'int' variable in Integer
470 db_type = 'bigint' variable in BigInt
582 db_type = 'date' variable in Date
610 db_type = 'time' variable in Time
650 db_type = 'uuid' variable in UUID
[all …]
/dports/devel/mdds/mdds-1.7.0/src/
H A Dpoint_quad_tree_test.cpp61 typedef point_quad_tree<uint16_t, const string*> db_type; in pqt_test_basic() typedef
138 typedef point_quad_tree<int32_t, const string*> db_type; in pqt_test_insertion_removal() typedef
199 typedef point_quad_tree<int32_t, const string*> db_type; in pqt_test_remove_root() typedef
242 typedef point_quad_tree<int32_t, const string*> db_type; in pqt_test_equality() typedef
292 typedef point_quad_tree<int32_t, const string*> db_type; in pqt_test_assignment() typedef
331 typedef point_quad_tree<int32_t, const string*> db_type; in pqt_test_swap() typedef
383 typedef point_quad_tree<int32_t, const string*> db_type; in pqt_test_find() typedef
426 typedef point_quad_tree<int32_t, const string*> db_type; in pqt_test_node_access() typedef
H A Dsegment_tree_test.cpp187 typedef segment_tree<key_type, value_type> db_type; in check_search_result_iterator() typedef
206 typedef segment_tree<key_type, value_type*> db_type; in st_test_insert_search_removal() typedef
482 typedef segment_tree<key_type, value_type*> db_type; in st_test_copy_constructor() typedef
533 typedef segment_tree<key_type, value_type*> db_type; in st_test_equality() typedef
563 typedef segment_tree<key_type, value_type*> db_type; in st_test_clear() typedef
608 typedef segment_tree<key_type, value_type*> db_type; in st_test_duplicate_insertion() typedef
633 typedef segment_tree<key_type, value_type*> db_type; in st_test_search_on_uneven_tree() typedef
675 typedef segment_tree<key_type, value_type*> db_type; in st_test_perf_insertion() typedef
1076 typedef segment_tree<long, string*> db_type; in st_test_empty_result_set() typedef
1089 typedef segment_tree<key_type, value_type> db_type; in st_test_non_pointer_data() typedef
[all …]
H A Dflat_segment_tree_test.cpp442 typedef flat_segment_tree<int, int> db_type; in fst_test_insert_search_mix() typedef
507 typedef flat_segment_tree<int, int> db_type; in fst_test_shift_left() typedef
1571 typedef flat_segment_tree<long, bool> db_type; in fst_perf_test_insert_position() typedef
1626 typedef flat_segment_tree<long, bool> db_type; in fst_perf_test_position_search() typedef
1670 typedef flat_segment_tree<K, V> db_type; in check_pos_search_result() typedef
1779 typedef flat_segment_tree<long, int> db_type; in fst_test_swap() typedef
1820 typedef flat_segment_tree<long, int> db_type; in fst_test_swap_tree_memory() typedef
1844 typedef flat_segment_tree<long, int> db_type; in fst_test_clear() typedef
1878 typedef flat_segment_tree<long, int> db_type; in fst_test_assignment() typedef
1979 typedef flat_segment_tree<int, bool> db_type; in fst_test_insert_out_of_bound() typedef
[all …]
/dports/devel/cdash/CDash-2-2-3/
H A Dinstall.php49 $db_type = 'mysql'; variable
53 $db_type = $CDASH_DB_TYPE; variable
/dports/deskutils/egroupware/egroupware/setup/inc/
H A Dclass.setup_cmd_database.inc.php56 …function __construct($domain,$db_type=null,$db_host=null,$db_port=null,$db_name=null,$db_user=null…
278 static function defaults($db_type='mysqli')
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/ipam/
H A Dfields.py51 def db_type(self, connection): member in IPNetworkField
76 def db_type(self, connection): member in IPAddressField
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/cron/
H A Dasyncservices.php36 $db_type = $GLOBALS['phpgw_domain'][$_GET['domain']]['db_type']; variable
/dports/databases/pear-MDB/MDB-1.3.0/tests/
H A DMDB_test.php39 $db_type = $_GET['db_type']; variable
41 $db_type = 'mysql'; variable
/dports/mail/sgwi/sqlgreywebinterface-1.1.8/includes/
H A Dconfig.inc.php16 $db_type = "mysql"; // "mysql", "pg" (postgresql) or experimental "sqlite" variable
/dports/textproc/py-pyexcel/pyexcel-0.6.7/pyexcel/plugins/sources/
H A Ddb_sources.py26 db_type, argument
79 self, db_type, parser_library=None, renderer_library=None, **keywords argument
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/data_loaders/blastdb/
H A Dlocal_blastdb_adapter.hpp56 CLocalBlastDbAdapter(const string& db_name, CSeqDB::ESeqType db_type) in CLocalBlastDbAdapter()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/data_loaders/blastdb/
H A Dlocal_blastdb_adapter.hpp56 CLocalBlastDbAdapter(const string& db_name, CSeqDB::ESeqType db_type) in CLocalBlastDbAdapter()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Ddbapi_driver_convert.cpp171 const EDB_Type db_type = m_Value->ItemDataType(item_num); in operator string() local
237 const EDB_Type db_type = m_Value->ItemDataType(item_num); in operator CTime() local
440 const EDB_Type db_type = m_Value->ItemDataType(item_num); in operator string() local
506 const EDB_Type db_type = m_Value->ItemDataType(item_num); in operator CTime() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Ddbapi_driver_convert.cpp171 const EDB_Type db_type = m_Value->ItemDataType(item_num); in operator string() local
237 const EDB_Type db_type = m_Value->ItemDataType(item_num); in operator CTime() local
440 const EDB_Type db_type = m_Value->ItemDataType(item_num); in operator string() local
506 const EDB_Type db_type = m_Value->ItemDataType(item_num); in operator CTime() local
/dports/mail/postfix-current/postfix-3.7-20211107/src/postconf/
H A Dpostconf_dbms.c136 const char *db_type; member
222 char *db_type; in pcf_register_dbms_helper() local
/dports/devel/mdds/mdds-1.7.0/example/
H A Dsegment_tree.cpp35 typedef ::mdds::segment_tree<long, string> db_type; typedef
/dports/www/py-django-netfields/django-netfields-1.2.4/netfields/
H A Dfields.py133 def db_type(self, connection): member in InetAddressField
159 def db_type(self, connection): member in CidrAddressField
173 def db_type(self, connection): member in MACAddressField

12345678910>>...21