Home
last modified time | relevance | path

Searched defs:dropTable (Results 201 – 225 of 386) sorted by last modified time

12345678910>>...16

/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbDictionary.cpp2189 NdbDictionary::Dictionary::dropTable(Table & t) in dropTable() function in NdbDictionary::Dictionary
2229 NdbDictionary::Dictionary::dropTable(const char * name) in dropTable() function in NdbDictionary::Dictionary
H A DNdbDictionaryImpl.cpp3889 NdbDictionaryImpl::dropTable(const char * name) in dropTable() function in NdbDictionaryImpl
3915 NdbDictionaryImpl::dropTable(NdbTableImpl & impl) in dropTable() function in NdbDictionaryImpl
4038 NdbDictInterface::dropTable(const NdbTableImpl & impl) in dropTable() function in NdbDictInterface
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestBlobs.cpp492 dropTable() in dropTable() function
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/bank/
H A DBankLoad.cpp197 int Bank::dropTable(const char* tabName){ in dropTable() function in Bank
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestBlobs.cpp492 dropTable() in dropTable() function
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbDictionaryImpl.cpp3889 NdbDictionaryImpl::dropTable(const char * name) in dropTable() function in NdbDictionaryImpl
3915 NdbDictionaryImpl::dropTable(NdbTableImpl & impl) in dropTable() function in NdbDictionaryImpl
4038 NdbDictInterface::dropTable(const NdbTableImpl & impl) in dropTable() function in NdbDictInterface
/dports/databases/mantis/mantisbt-2.25.2/vendor/adodb/adodb-php/datadict/
H A Ddatadict-postgres.inc.php26 var $dropTable = 'DROP TABLE %s CASCADE'; variable in ADODB2_postgres
H A Ddatadict-sqlite.inc.php24 var $dropTable = 'DROP TABLE IF EXISTS %s'; variable in ADODB2_sqlite
H A Ddatadict-mysql.inc.php22 var $dropTable = 'DROP TABLE IF EXISTS %s'; // requires mysql 3.22 or later variable in ADODB2_mysql
H A Ddatadict-oci8.inc.php23 var $dropTable = "DROP TABLE %s CASCADE CONSTRAINTS"; variable in ADODB2_oci8
/dports/databases/cego/cego-2.47.11/src/
H A DCegoTableManager.cc4542 void CegoTableManager::dropTable(int tabSetId, in dropTable() function in CegoTableManager
/dports/www/joomla3/joomla3-3.9.24/libraries/fof/database/driver/
H A Dpdomysql.php167 public function dropTable($tableName, $ifExists = true) function in FOFDatabaseDriverPdomysql
H A Djoomla.php452 public function dropTable($table, $ifExists = true) function in FOFDatabaseDriverJoomla
H A Doracle.php149 public function dropTable($tableName, $ifExists = true) function in FOFDatabaseDriverOracle
H A Dpostgresql.php238 public function dropTable($tableName, $ifExists = true) function in FOFDatabaseDriverPostgresql
H A Dmysqli.php299 public function dropTable($tableName, $ifExists = true) function in FOFDatabaseDriverMysqli
H A Dsqlite.php84 public function dropTable($tableName, $ifExists = true) function in FOFDatabaseDriverSqlite
H A Dsqlsrv.php275 public function dropTable($tableName, $ifExists = true) function in FOFDatabaseDriverSqlsrv
/dports/www/joomla3/joomla3-3.9.24/libraries/fof/database/
H A Ddriver.php651 public abstract function dropTable($table, $ifExists = true); function in FOFDatabaseDriver
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/database/driver/
H A Dpostgresql.php272 public function dropTable($tableName, $ifExists = true) function in JDatabaseDriverPostgresql
H A Dmysqli.php301 public function dropTable($tableName, $ifExists = true) function in JDatabaseDriverMysqli
H A Doracle.php135 public function dropTable($tableName, $ifExists = true) function in JDatabaseDriverOracle
H A Dpdomysql.php192 public function dropTable($tableName, $ifExists = true) function in JDatabaseDriverPdomysql
H A Dpgsql.php115 public function dropTable($tableName, $ifExists = true) function in JDatabaseDriverPgsql
H A Dsqlite.php122 public function dropTable($tableName, $ifExists = true) function in JDatabaseDriverSqlite

12345678910>>...16