LibreOffice Module dbaccess (master) 1
|
interface encapsulating the check for the validity of an object name More...
#include <objectnamecheck.hxx>
Public Member Functions | |
virtual bool | isNameValid (const OUString &_rObjectName, ::dbtools::SQLExceptionInfo &_out_rErrorToDisplay) const =0 |
determines whether a given object name is valid More... | |
virtual | ~IObjectNameCheck () |
interface encapsulating the check for the validity of an object name
Definition at line 32 of file objectnamecheck.hxx.
|
inlinevirtual |
Definition at line 52 of file objectnamecheck.hxx.
|
pure virtual |
determines whether a given object name is valid
_rObjectName | the name to check |
_out_rErrorToDisplay | output parameter taking an error message describing why the name is not valid, if applicable. |
Implemented in dbaui::HierarchicalNameCheck, and dbaui::DynamicTableOrQueryNameCheck.