summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/drivers/firebird/Table.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/connectivity/source/drivers/firebird/Table.cxx b/connectivity/source/drivers/firebird/Table.cxx
index 7138916957bc..0c0c753a9aaa 100644
--- a/connectivity/source/drivers/firebird/Table.cxx
+++ b/connectivity/source/drivers/firebird/Table.cxx
@@ -10,6 +10,7 @@
#include "Columns.hxx"
#include "Table.hxx"
+#include <connectivity/TIndexes.hxx>
#include <connectivity/TKeys.hxx>
using namespace ::connectivity;
@@ -61,9 +62,9 @@ OCollection* Table::createKeys(const TStringVector& rNames)
OCollection* Table::createIndexes(const TStringVector& rNames)
{
- (void) rNames;
- // TODO: IMPLEMENT ME
- return 0;
+ return new OIndexesHelper(this,
+ m_rMutex,
+ rNames);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file