Storm\Drivers\Platforms\SQLite\Queries\ExpressionCompiler::CastTypes PHP Méthode

CastTypes() protected méthode

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