namespaceZtdQuery\Sql\Reader

Classes 6§

SqlBlockCommentReaderReads a block comment, opening to closing.
SqlDelimitedReaderReads what a pair of delimiters closes: strings and quoted identifiers.
SqlLexemeWhat a reader made of the statement at an offset, and where it left off.
SqlParameterReaderReads a placeholder standing in for a value the driver will bind.
SqlTriviaReaderReads what carries no meaning of its own: whitespace and comments.
SqlWordReaderReads what is written plainly: a bare word or a number.