See Also
You are here: Interfacing > C++ Client Interface > scdriver Namespace > Classes > CConnection Class > CConnection Methods > SetLanguage Method
ContentsIndexHome
PreviousUpNext
CConnection::SetLanguage Method

Set which language to execute. ScimoreDB supports SQL and DQL. DQL is text-based execution plan and used in rare cases, for example, if SQL optimizer generates incorrect or slow DQL plan. By default, Language is SQL.

C++
public: void SetLanguage(
    const CONNECTION_LANG tlang
);
C#
public void SetLanguage(
    const CONNECTION_LANG tlang
);
Visual Basic
Public Function SetLanguage(
    tlang As const CONNECTION_LANG
) As void
Parameters
Parameters 
Description 
tlang 
CONNECTION_LANG enum value specifying the language