PlaceholderDialect
Methods
- placeholder() : string
- usesBackslashEscapes() : bool
- Whether the driver reads a backslash inside a string literal as an escape, which decides how DBAL's parser tokenises string literals.
Methods
placeholder()
public
placeholder(int<1, max> $position) : string
Parameters
- $position : int<1, max>
Return values
stringusesBackslashEscapes()
Whether the driver reads a backslash inside a string literal as an escape, which decides how DBAL's parser tokenises string literals.
public
usesBackslashEscapes() : bool