Storm\Drivers\Platforms\SQLite\Queries\ExpressionCompiler::CastTypes PHP 메소드

CastTypes() 보호된 메소드

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