LibreOffice Module connectivity (master) 1
Static Public Member Functions | List of all members
connectivity::hsqldb::HTools Class Reference

#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...
 

Detailed Description

Definition at line 28 of file HTools.hxx.

Member Function Documentation

◆ appendTableFilterCrit()

void connectivity::hsqldb::HTools::appendTableFilterCrit ( OUStringBuffer &  _inout_rBuffer,
std::u16string_view  _rCatalog,
std::u16string_view  _rSchema,
std::u16string_view  _rName,
bool  _bShortForm 
)
static

appends a proper WHERE clause to the given buffer, which filters for a given table name

Parameters
_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().


The documentation for this class was generated from the following files: