Phalcon\Db\Adapter\Pdo\Oracle::useExplicitIdValue PHP Method

useExplicitIdValue() public method

Check whether the database system requires an explicit value for identity columns;
public useExplicitIdValue ( ) : boolean
return boolean
    public function useExplicitIdValue()
    {
        return false;
    }