public class SelectFormatter
extends java.lang.Object
SelectDescriptor| Constructor and Description |
|---|
SelectFormatter() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
format(SelectDescriptor sd)
format SELECT statement with a maximal length
|
static java.lang.String |
format(SelectDescriptor sd,
int lineLength)
format SELECT statement to a supplied length.
|
public static final java.lang.String format(SelectDescriptor sd)
sd - SelectDescriptorformat(SelectDescriptor, int)public static final java.lang.String format(SelectDescriptor sd, int lineLength)
sd - SelectDescriptorlineLength -