Class SQLRenderer
java.lang.Object
com.invirgance.convirgance.jdbc.sql.SQLRenderer
- Author:
- jbanes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapitialize(boolean capitalize) intintgetLine()booleanbooleanoperator(ComparisonOperator operator) order(NamedSchema column, OrderBy order) pretty(boolean pretty) reset()schema(NamedSchema named) voidsetCapitalizeKeywords(boolean capitalizeKeywords) voidsetPrettyPrint(boolean pretty) statement(SQLStatement statement) toString()
-
Constructor Details
-
SQLRenderer
public SQLRenderer()
-
-
Method Details
-
isCapitalizeKeywords
public boolean isCapitalizeKeywords() -
setCapitalizeKeywords
public void setCapitalizeKeywords(boolean capitalizeKeywords) -
isPrettyPrint
public boolean isPrettyPrint() -
setPrettyPrint
public void setPrettyPrint(boolean pretty) -
getLine
public int getLine() -
getCharacter
public int getCharacter() -
capitialize
-
pretty
-
reset
-
keyword
-
operator
-
column
-
order
-
literal
-
schema
-
statement
-
openParenthesis
-
closeParenthesis
-
endStatement
-
toString
-