public class First extends Object
Modifier and Type | Class and Description |
---|---|
static class |
First.Keyword |
Constructor and Description |
---|
First() |
Modifier and Type | Method and Description |
---|---|
JdbcParameter |
getJdbcParameter() |
First.Keyword |
getKeyword() |
Long |
getRowCount() |
String |
getVariable() |
void |
setJdbcParameter(JdbcParameter jdbcParameter) |
void |
setKeyword(First.Keyword keyword) |
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 First.Keyword getKeyword()
public void setKeyword(First.Keyword keyword)
public String getVariable()
public void setVariable(String variable)
Copyright © 2004–2017 JSQLParser. All rights reserved.