public class Oracle12cDialect extends OracleDialect
Limit clause:
select name from author LIMIT 1 OFFSET 2
select * from ( select row_.*, rownum rownum_ from
(select name from author )
row_ where rownum <= 5) where rownum_ > 15
name, patternORDER_BY
Constructor and Description |
---|
Oracle12cDialect() |
buildQueryPaging, getMaxOfParameters, getSqlPatternPaging
addFeature, buildQueryCount, buildQueryPaging, countOccurrencesOf, getAccessId, getAccessRevision, getSqlPatternCount, name, setMaxOfParameters, sqlEndsWithOrderBy, sqlEndWithForUpdate, sqlStartWithSelect, sqlStartWithSelectOrDistinct, supportsFeature, supportsParmMark
public Oracle12cDialect()
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.