public class Skip extends Object
Constructor and Description |
---|
Skip() |
Modifier and Type | Method and Description |
---|---|
JdbcParameter |
getJdbcParameter() |
Long |
getRowCount() |
String |
getVariable() |
void |
setJdbcParameter(JdbcParameter jdbcParameter) |
void |
setRowCount(Long rowCount) |
void |
setVariable(String variable) |
String |
toString() |
public Long getRowCount()
public void setRowCount(Long rowCount)
public JdbcParameter getJdbcParameter()
public void setJdbcParameter(JdbcParameter jdbcParameter)
public String getVariable()
public void setVariable(String variable)
Copyright © 2004–2016 JSQLParser. All rights reserved.