namespaceZtdQuery\Sql\Reader
Classes 6§
| SqlBlockCommentReader | Reads a block comment, opening to closing. |
| SqlDelimitedReader | Reads what a pair of delimiters closes: strings and quoted identifiers. |
| SqlLexeme | What a reader made of the statement at an offset, and where it left off. |
| SqlParameterReader | Reads a placeholder standing in for a value the driver will bind. |
| SqlTriviaReader | Reads what carries no meaning of its own: whitespace and comments. |
| SqlWordReader | Reads what is written plainly: a bare word or a number. |