Class Illuminate\Database\Schema\Grammars\Grammar

abstract
extends Grammar
uses CompilesJsonPaths
Methods
Methods inherited from Illuminate\Database\Grammar
wrapArray(), wrapAliasedValue(), wrapAliasedTable(), wrapSegments(), wrapValue(), wrapJsonSelector(), isJsonSelector(), columnize(), parameterize(), parameter(), quoteString(), escape(), isExpression(), getValue(), getDateFormat(), getTablePrefix(), setTablePrefix(), setConnection()
Methods used from Illuminate\Support\Traits\Macroable
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), __call()
Methods used from Illuminate\Database\Concerns\CompilesJsonPaths
wrapJsonFieldAndPath(), wrapJsonPath(), wrapJsonPathSegment()
Properties
Properties inherited from Illuminate\Database\Grammar
$connection, $tablePrefix
Properties used from Illuminate\Support\Traits\Macroable
$macros