public class CouchDbDialect2o1 extends CouchDbDialect2o0
Limit clause:
{
"selector": {
"year": {"$gt": 2010}
},
"fields": ["_id", "_rev", "year", "title"],
"sort": [{"year": "asc"}],
"limit": 2,
"skip": 0
}
name, patternORDER_BY| Constructor and Description |
|---|
CouchDbDialect2o1() |
buildQueryCount, buildQueryPaging, buildQueryPaging, supportsParmMarkaddFeature, countOccurrencesOf, getAccessId, getAccessRevision, getMaxOfParameters, getSqlPatternCount, getSqlPatternPaging, name, setMaxOfParameters, sqlEndsWithOrderBy, sqlEndWithForUpdate, sqlStartWithSelect, sqlStartWithSelectOrDistinct, supportsFeaturepublic CouchDbDialect2o1()
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.