Storm\Drivers\Platforms\Mysql\Queries\ExpressionCompiler::CastTypes PHP Method

CastTypes() protected method

protected CastTypes ( )
    protected function CastTypes()
    {
        return [Operators\Cast::Integer => 'INTEGER', Operators\Cast::String => 'CHAR'];
    }