Storm\Drivers\Platforms\Mysql\Queries\ExpressionCompiler::CastTypes PHP Метод

CastTypes() защищенный Метод

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