| Package | Description |
|---|---|
| org.brains2b.sql.meta |
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectDescriptor.JoinDescriptor
Describes a join statement within a
SelectDescriptor |
| Modifier and Type | Method and Description |
|---|---|
SelectDescriptor[] |
SelectDescriptor.getJoins()
get a array of
SelectDescriptor with all the joins in the Select statement |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
SelectFormatter.format(SelectDescriptor sd)
format SELECT statement with a maximal length
|
static java.lang.String |
SelectFormatter.format(SelectDescriptor sd,
int lineLength)
format SELECT statement to a supplied length.
|