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