TimestampType
class TimestampType extends Type implements PhpDateTimeMappingType (View source)
Methods
                    string
                
                
                    getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
        
                                            
                
            {@inheritdoc}
                    string
                
                
                    getMySqlPlatformSQLDeclaration(array $fieldDeclaration)
        
                                            
                
            Get the SQL declaration for MySQL.
                    string
                
                
                    getPostgresPlatformSQLDeclaration(array $fieldDeclaration)
        
                                            
                
            Get the SQL declaration for PostgreSQL.
                    string
                
                
                    getSqlServerPlatformSQLDeclaration(array $fieldDeclaration)
        
                                            
                
            Get the SQL declaration for SQL Server.
                    string
                
                
                    getSQLitePlatformSQLDeclaration(array $fieldDeclaration)
        
                                            
                
            Get the SQL declaration for SQLite.
                    string
                
                
                    getName()
        
                                            
                
            {@inheritdoc}
Details
        
                            string
    getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
        
    
    {@inheritdoc}
        
                    protected        string
    getMySqlPlatformSQLDeclaration(array $fieldDeclaration)
        
    
    Get the SQL declaration for MySQL.
        
                    protected        string
    getPostgresPlatformSQLDeclaration(array $fieldDeclaration)
        
    
    Get the SQL declaration for PostgreSQL.
        
                    protected        string
    getSqlServerPlatformSQLDeclaration(array $fieldDeclaration)
        
    
    Get the SQL declaration for SQL Server.
        
                    protected        string
    getSQLitePlatformSQLDeclaration(array $fieldDeclaration)
        
    
    Get the SQL declaration for SQLite.
        
                            string
    getName()
        
    
    {@inheritdoc}