Home
last modified time | relevance | path

Searched refs:dropTableInternal (Results 1 – 4 of 4) sorted by relevance

/dports/databases/kdb/kdb-3.2.0/src/
H A DKDbConnectionProxy.cpp626 tristate KDbConnectionProxy::dropTableInternal(KDbTableSchema* tableSchema, bool alsoRemoveSchema) in dropTableInternal() function in KDbConnectionProxy
628 return d->connection->dropTableInternal(tableSchema, alsoRemoveSchema); in dropTableInternal()
H A DKDbConnectionProxy.h313 tristate dropTableInternal(KDbTableSchema* tableSchema, bool alsoRemoveSchema);
H A DKDbConnection.h1073 tristate dropTableInternal(KDbTableSchema* tableSchema, bool alsoRemoveSchema);
H A DKDbConnection.cpp1448 if (!dropTableInternal(existingTable, false /*alsoRemoveSchema*/)) in createTable()
1592 return dropTableInternal(tableSchema, true); in dropTable()
1595 tristate KDbConnection::dropTableInternal(KDbTableSchema* tableSchema, bool alsoRemoveSchema) in dropTableInternal() function in KDbConnection