Phalcon\Db\Adapter\Pdo\Oracle::useExplicitIdValue PHP Метод

useExplicitIdValue() публичный Метод

Check whether the database system requires an explicit value for identity columns;
public useExplicitIdValue ( ) : boolean
Результат boolean
    public function useExplicitIdValue()
    {
        return false;
    }