public class GrantDeParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
buffer |
| Constructor and Description |
|---|
GrantDeParser(StringBuilder buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
deParse(Grant grant)
DeParses the given statement into the buffer
|
StringBuilder |
getBuffer() |
void |
setBuffer(StringBuilder buffer) |
protected StringBuilder buffer
public GrantDeParser(StringBuilder buffer)
public void deParse(Grant grant)
grant - the statement to deparsepublic StringBuilder getBuffer()
public void setBuffer(StringBuilder buffer)
Copyright © 2004–2022 JSQLParser. All rights reserved.