namespaceZtdQuery\Platform
Interfaces 12§
| CastRenderer | Renders platform-specific CAST expressions. |
| CopySupport | How a dialect writes COPY, where it has one at all. |
| ErrorClassifier | Interface for classifying database errors by platform. |
| IdentifierQuoter | Quotes SQL identifiers using platform-specific quoting characters. |
| ParameterBindingCompiler | Writes a statement and its values in the form a driver will take. |
| ResultColumnTypeResolver | Reads the type a driver reports for a result column. |
| SchemaParser | Parses DDL SQL into a structured TableDefinition. |
| SchemaReflector | Contract for obtaining schema metadata from a live database. |
| SessionFactory | Factory for creating Session instances configured for a specific database platform. |
| SqlPlaceholderEscaper | Writes a statement so a driver reads no placeholder that was not meant. |
| ValueRenderer | Writes a PHP value as the SQL expression a dialect would read it back from. |
| ViewReflector | Reads the views a database has, and what each of them selects from. |
Classes 2§
| CopyTarget | What a COPY statement is written against. |
| MissingResultColumnTypeResolver | The resolver a session has when no platform gave it one. |