MCPcopy Create free account
hub / github.com/Nemo1870/sql-parse / limit

Method limit

src/main/java/com/sql/parse/statement/Select.java:118–118  ·  view source on GitHub ↗

@title: limit @desc "LIMIT"符号

(int offset, int rows)

Source from the content-addressed store, hash-verified

116 * @desc "LIMIT"符号
117 */
118 public abstract Select limit(int offset, int rows);
119
120 public abstract Select limit(int rows);
121

Calls

no outgoing calls