Package | Description |
---|---|
sf.dsl |
Modifier and Type | Method and Description |
---|---|
static SelectOpt |
SelectOpt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectOpt[] |
SelectOpt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
ExampleSQLHelp.getSelectClause(Example example,
SelectOpt opt,
boolean useAlias) |
static SQLContext |
ExampleSQLHelp.getSelectSQLContext(Example example,
DBContext context,
SelectOpt opt,
boolean offsetLimit,
boolean useAlias)
获取完整的查询
|
Copyright © 2020. All rights reserved.