Ouzo\Tools\Model\Template\Dialect\PostgresDialect::primaryKey PHP 메소드

primaryKey() 공개 메소드

public primaryKey ( )
    public function primaryKey()
    {
        return $this->_getPrimaryKey($this->tableName());
    }