LibreOffice Module connectivity (master) 1
|
#include <HTools.hxx>
Static Public Member Functions | |
static void | appendTableFilterCrit (OUStringBuffer &_inout_rBuffer, std::u16string_view _rCatalog, std::u16string_view _rSchema, std::u16string_view _rName, bool _bShortForm) |
appends a proper WHERE clause to the given buffer, which filters for a given table name More... | |
Definition at line 28 of file HTools.hxx.
|
static |
appends a proper WHERE clause to the given buffer, which filters for a given table name
_bShortForm | <TRUE> if the column names of the system table which is being asked have the short form (TABLE_CAT instead of TABLE_CATALOG, and so on) |
Definition at line 26 of file HTools.cxx.
Referenced by connectivity::hsqldb::HView::impl_getCommand(), and connectivity::hsqldb::OHsqlConnection::impl_isTextTable_nothrow().