@Experimental public class Limit extends java.lang.Object implements IParams
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
static Limit |
of(int offset,
int count)
Create a LIMIT operation.
|
public static Limit of(int offset, int count)
offset - the offsetcount - the countpublic void addParams(CommandArguments args)
Copyright © 2026. All rights reserved.