Doctrine\DBAL\Platforms\OraclePlatform::getDateTimeTzTypeDeclarationSQL PHP Method

getDateTimeTzTypeDeclarationSQL() public method

{@inheritDoc}
public getDateTimeTzTypeDeclarationSQL ( array $fieldDeclaration )
$fieldDeclaration array
    public function getDateTimeTzTypeDeclarationSQL(array $fieldDeclaration)
    {
        return 'TIMESTAMP(0) WITH TIME ZONE';
    }
OraclePlatform