Tup.Cobar4Net.Parser.Recognizer.Mysql.Syntax.MySqlDmlSelectParser.MySqlDmlSelectParser C# (CSharp) Méthode

MySqlDmlSelectParser() static private méthode

static private MySqlDmlSelectParser ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        static MySqlDmlSelectParser()
        {
            specialIdentifiers["SQL_BUFFER_RESULT"] = SpecialIdentifier.SqlBufferResult;
            specialIdentifiers["SQL_CACHE"] = SpecialIdentifier.SqlCache;
            specialIdentifiers["SQL_NO_CACHE"] = SpecialIdentifier.SqlNoCache;
        }

Same methods

MySqlDmlSelectParser::MySqlDmlSelectParser ( MySqlLexer lexer, MySqlExprParser exprParser ) : System.Collections.Generic