Neos\Flow\Persistence\Doctrine\DataTypes\ObjectArray::getBindingType PHP 메소드

getBindingType() 공개 메소드

Gets the (preferred) binding type for values of this type that can be used when binding parameters to prepared statements.
public getBindingType ( ) : integer
리턴 integer
    public function getBindingType()
    {
        return \PDO::PARAM_LOB;
    }