Uses of Class
com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
Packages that use SelectWithOffsetLimitCommand.Builder
-
Uses of SelectWithOffsetLimitCommand.Builder in com.atlassian.confluence.upgrade.dml
Methods in com.atlassian.confluence.upgrade.dml that return SelectWithOffsetLimitCommand.BuilderModifier and TypeMethodDescriptionSet the arguments to be substituted into the query.Set the content of the "from" clause.Set the content of the "group by" clause.Set the content of the "having" clause.SelectWithOffsetLimitCommand.Builder.insertInto
(String insertStatement) Set the insert into statement resulting in an "insert into ...SelectWithOffsetLimitCommand.Builder.limit
(long limit) Set the maximum number of rows returned by the query.SelectWithOffsetLimitCommand.Builder.offset
(long offset) Set the offset of the results returned by the query.Set the content of the "order by" clause.Set the list of columns to select.Set the content of the "where" clause.