类 SqlFormatter
java.lang.Object
org.babyfish.jimmer.sql.runtime.SqlFormatter
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明protectedprotectedSqlFormatter(String indent, int listParamCountInLine, int maxVariableContentLength) -
方法概要
修饰符和类型方法说明voidbooleanintinthashCode()static SqlFormatterinlinePretty(String indent, int listParamCountInLine) booleanisPretty()static SqlFormattertoString()
-
字段详细资料
-
SIMPLE
-
PRETTY
-
INLINE_PRETTY
-
-
构造器详细资料
-
SqlFormatter
protected SqlFormatter() -
SqlFormatter
-
-
方法详细资料
-
pretty
public static SqlFormatter pretty(String indent, int listParamCountInLine, int maxVariableContentLength) -
inlinePretty
-
isPretty
public boolean isPretty() -
getIndent
-
getListParamCountInLine
public int getListParamCountInLine() -
append
-
equals
-
hashCode
public int hashCode() -
toString
-