Uses of Class
de.jaggl.sqlbuilder.core.utils.Indentation
-
-
Uses of Indentation in de.jaggl.sqlbuilder.core.columns
Methods in de.jaggl.sqlbuilder.core.columns with parameters of type Indentation Modifier and Type Method Description StringColumn. getValue(BuildingContext context, Indentation indentation) -
Uses of Indentation in de.jaggl.sqlbuilder.core.conditions
Methods in de.jaggl.sqlbuilder.core.conditions with parameters of type Indentation Modifier and Type Method Description StringCondition. build(BuildingContext context, boolean concatenate, Indentation indentation)protected StringCombinedCondition. doBuild(BuildingContext context, Indentation indentation)protected abstract StringCondition. doBuild(BuildingContext context, Indentation indentation)protected StringEmptyCondition. doBuild(BuildingContext context, Indentation indentation)protected StringGenericCondition. doBuild(BuildingContext context, Indentation indentation)protected StringIsIn. doBuild(BuildingContext context, Indentation indentation)protected StringIsLike. doBuild(BuildingContext context, Indentation indentation)protected StringIsNotIn. doBuild(BuildingContext context, Indentation indentation)protected StringIsNotLike. doBuild(BuildingContext context, Indentation indentation)protected StringPlainCondition. doBuild(BuildingContext context, Indentation indentation) -
Uses of Indentation in de.jaggl.sqlbuilder.core.dialect
Methods in de.jaggl.sqlbuilder.core.dialect with parameters of type Indentation Modifier and Type Method Description protected voidDefaultDialect. appendConditions(String keyword, StringBuilder builder, Condition condition, ConditionType whereConditionType, BuildingContext context, Indentation indentation)protected voidDefaultDialect. appendDeleteStatement(StringBuilder builder, Delete delete, BuildingContext context, Indentation indentation)protected voidSybaseDialect. appendDeleteStatement(StringBuilder builder, Delete delete, BuildingContext context, Indentation indentation)protected voidDefaultDialect. appendDistinct(StringBuilder builder, boolean isDistinct, BuildingContext context, Indentation indentation)protected voidDefaultDialect. appendGrouping(StringBuilder builder, List<Groupable> groupBys, BuildingContext context, Indentation indentation)protected voidSybaseDialect. appendInsertColumns(StringBuilder builder, Map<Column,Valuable> values, BuildingContext context, Indentation indentation)protected voidDefaultDialect. appendInsertStatement(StringBuilder builder, Insert insert, BuildingContext context, Indentation indentation)protected voidSybaseDialect. appendInsertStatement(StringBuilder builder, Insert insert, BuildingContext context, Indentation indentation)protected voidSybaseDialect. appendInsertValues(StringBuilder builder, Map<Column,Valuable> values, BuildingContext context, Indentation indentation)protected voidDefaultDialect. appendJoins(StringBuilder builder, List<Joinable> joins, BuildingContext context, Indentation indentation)protected voidDefaultDialect. appendLimit(StringBuilder builder, Limit limit, BuildingContext context, Indentation indentation)protected voidSybaseDialect. appendLimit(StringBuilder builder, Limit limit, BuildingContext context, Indentation indentation)protected voidDefaultDialect. appendOrdering(StringBuilder builder, List<OrderBy> orderBys, BuildingContext context, Indentation indentation)protected voidDefaultDialect. appendQueryables(StringBuilder builder, Queryable queryable, BuildingContext context, Indentation indentation)protected voidDefaultDialect. appendSelectables(StringBuilder builder, List<Selectable> selectables, BuildingContext context, Indentation indentation)protected voidDefaultDialect. appendSelectStatement(StringBuilder builder, Select select, BuildingContext context, Indentation indentation)protected voidSybaseDialect. appendSelectStatement(StringBuilder builder, Select select, BuildingContext context, Indentation indentation)protected voidDefaultDialect. appendUpdateStatement(StringBuilder builder, Update update, BuildingContext context, Indentation indentation)protected voidDefaultDialect. appendUpdateValues(StringBuilder builder, Map<Column,Valuable> values, BuildingContext context, Indentation indentation)StringDefaultDialect. build(CreateTable createTable, Indentation indentation)StringDefaultDialect. build(Delete delete, Indentation indentation)StringDefaultDialect. build(Insert insert, Indentation indentation)StringDefaultDialect. build(Select select, Indentation indentation)StringDefaultDialect. build(Update update, Indentation indentation)StringDialect. build(CreateTable createTable, Indentation indentation)StringDialect. build(Delete delete, Indentation indentation)StringDialect. build(Insert insert, Indentation indentation)StringDialect. build(Select select, Indentation indentation)StringDialect. build(Update update, Indentation indentation)protected static StringDefaultDialect. buildGroupBy(List<Groupable> groupBys, BuildingContext context, Indentation indentation)protected static StringDefaultDialect. buildOrderBy(List<OrderBy> orderBys, BuildingContext context, Indentation indentation) -
Uses of Indentation in de.jaggl.sqlbuilder.core.domain
Methods in de.jaggl.sqlbuilder.core.domain with parameters of type Indentation Modifier and Type Method Description StringJoinableTable. getValue(BuildingContext context, Indentation indentation)StringPlainGroupable. getValue(BuildingContext context, Indentation indentation)StringPlainQueryable. getValue(BuildingContext context, Indentation indentation)StringPlainSelectable. getValue(BuildingContext context, Indentation indentation)StringPlainValuable. getValue(BuildingContext context, Indentation indentation)StringQueryableSelect. getValue(BuildingContext context, Indentation indentation)StringValuable. getValue(BuildingContext context, Indentation indentation)StringValuableColumn. getValue(BuildingContext context, Indentation indentation)StringValuableFunction. getValue(BuildingContext context, Indentation indentation) -
Uses of Indentation in de.jaggl.sqlbuilder.core.functions
Methods in de.jaggl.sqlbuilder.core.functions with parameters of type Indentation Modifier and Type Method Description StringColumnFunction. getValue(BuildingContext context, Indentation indentation)StringCount. getValue(BuildingContext context, Indentation indentation)StringFunction. getValue(BuildingContext context, Indentation indentation)StringNow. getValue(BuildingContext context, Indentation indentation) -
Uses of Indentation in de.jaggl.sqlbuilder.core.queries
Methods in de.jaggl.sqlbuilder.core.queries with parameters of type Indentation Modifier and Type Method Description StringCreateTable. build(Dialect dialect, Indentation indentation)StringDelete. build(Dialect dialect, Indentation indentation)StringInsert. build(Dialect dialect, Indentation indentation)StringQuery. build(Dialect dialect, Indentation indentation)default StringQuery. build(Indentation indentation)default StringQuery. build(String dialectName, Indentation indentation)StringSelect. build(Dialect dialect, Indentation indentation)StringUpdate. build(Dialect dialect, Indentation indentation)default voidQuery. print(Dialect dialect, Indentation indentation)default voidQuery. print(Indentation indentation)default voidQuery. print(PrintStream printStream, Dialect dialect, Indentation indentation)default voidQuery. print(PrintStream printStream, Indentation indentation)default voidQuery. print(PrintStream printStream, String dialectName, Indentation indentation)default voidQuery. print(String dialectName, Indentation indentation)default voidQuery. println(Dialect dialect, Indentation indentation)default voidQuery. println(Indentation indentation)default voidQuery. println(PrintStream printStream, Dialect dialect, Indentation indentation)default voidQuery. println(PrintStream printStream, Indentation indentation)default voidQuery. println(PrintStream printStream, String dialectName, Indentation indentation)default voidQuery. println(String dialectName, Indentation indentation) -
Uses of Indentation in de.jaggl.sqlbuilder.core.schema
Methods in de.jaggl.sqlbuilder.core.schema with parameters of type Indentation Modifier and Type Method Description StringTable. getValue(BuildingContext context, Indentation indentation) -
Uses of Indentation in de.jaggl.sqlbuilder.core.utils
Methods in de.jaggl.sqlbuilder.core.utils that return Indentation Modifier and Type Method Description IndentationIndentation. deIndent()static IndentationIndentation. disabled()static IndentationIndentation. enabled()IndentationIndentation. indent()static IndentationIndentation. indent(boolean indent)Methods in de.jaggl.sqlbuilder.core.utils with parameters of type Indentation Modifier and Type Method Description static StringBuilderUtils. buildLikePart(Object value, LikeType likeType, BuildingContext context, Indentation indentation)static StringBuilderUtils. getValued(Object value, BuildingContext context, Indentation indentation)
-