public class StatementBuilder extends Object
| Constructor and Description |
|---|
StatementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(char c)
Append a character to the statement.
|
void |
clear()
Clear the statement.
|
String |
createStatement()
Creates the resulting statement out of the given characters.
|
int |
getLength()
Returns the length (character count) of the statement.
|
char[] |
getTrailingSeparatorCharsToRemove()
Returns the characters that should be removed from the statements.
|
boolean |
isExecutable() |
void |
setExecutable(boolean executable)
Change the statement executable flag.
|
public boolean isExecutable()
public void setExecutable(boolean executable)
executable - True if the statement is executablepublic void append(char c)
c - The characterpublic int getLength()
public void clear()
public char[] getTrailingSeparatorCharsToRemove()
public String createStatement()
Copyright © 2017. All rights reserved.