| Package | Description |
|---|---|
| org.brains2b.sql.meta |
| Modifier and Type | Method and Description |
|---|---|
static SelectDescriptor.Key |
SelectDescriptor.Key.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectDescriptor.Key[] |
SelectDescriptor.Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
SelectDescriptor.getAfter(SelectDescriptor.Key key)
get the SQL statement after this
SelectDescriptor.Key |
java.lang.String |
SelectDescriptor.getBefore(SelectDescriptor.Key key)
get the SQL statement before this
SelectDescriptor.Key, not included |
java.lang.String |
SelectDescriptor.getInBetween(SelectDescriptor.Key start,
SelectDescriptor.Key end)
get the SQL statement between
SelectDescriptor.Key start and SelectDescriptor.Key end , not included |