public class WindowRange extends Object implements Serializable
| Constructor and Description |
|---|
WindowRange() |
| Modifier and Type | Method and Description |
|---|---|
WindowOffset |
getEnd() |
WindowOffset |
getStart() |
void |
setEnd(WindowOffset end) |
void |
setStart(WindowOffset start) |
String |
toString() |
WindowRange |
withEnd(WindowOffset end) |
WindowRange |
withStart(WindowOffset start) |
public WindowOffset getEnd()
public void setEnd(WindowOffset end)
public WindowOffset getStart()
public void setStart(WindowOffset start)
public WindowRange withStart(WindowOffset start)
public WindowRange withEnd(WindowOffset end)
Copyright © 2004–2024 JSQLParser. All rights reserved.