pubKeyProperty method

QueryBuilder<DbMetadata, (R1, R2, String), QOperations> pubKeyProperty()

Implementation

QueryBuilder<DbMetadata, (R1, R2, String), QOperations> pubKeyProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addProperty(4);
  });
}