public class SQLConstruct extends Object implements SQLFragment
SQLFragment
sModifier and Type | Class and Description |
---|---|
protected static class |
SQLConstruct.ConstructType |
protected static class |
SQLConstruct.LinkType |
Modifier | Constructor and Description |
---|---|
protected |
SQLConstruct(SQLConstruct.ConstructType type,
SQLConstruct.LinkType link,
SQLFragment... contents) |
Modifier and Type | Method and Description |
---|---|
static SQLConstruct |
commaParenthesis(SQLFragment... contents) |
static SQLConstruct |
commaSeperated(SQLFragment... contents) |
static SQLConstruct |
parenthesis(SQLFragment... contents) |
String |
toSQL(SQLDialect dialect) |
protected SQLConstruct(SQLConstruct.ConstructType type, SQLConstruct.LinkType link, SQLFragment... contents)
public static SQLConstruct parenthesis(SQLFragment... contents)
public static SQLConstruct commaParenthesis(SQLFragment... contents)
public static SQLConstruct commaSeperated(SQLFragment... contents)
public String toSQL(SQLDialect dialect)
toSQL
in interface SQLFragment
Copyright © 2017 Clazzes.org. All rights reserved.