pubKeyProperty method

QueryBuilder<DbMetadata, String, QAfterProperty> pubKeyProperty()

Implementation

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