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