Package | Description |
---|---|
org.clazzes.util.sql |
Utility package providing a simple framework to create SQL statements for various dialects.
|
org.clazzes.util.sql.criteria |
Modifier and Type | Method and Description |
---|---|
SQLDialect |
SQLStatementGenerator.getDialect() |
static SQLDialect |
SQLDialect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLDialect[] |
SQLDialect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
SQLFragment.toSQL(SQLDialect dialect) |
Constructor and Description |
---|
SQLStatementGenerator(SQLDialect dialect) |
Modifier and Type | Method and Description |
---|---|
String |
SQLValue.toSQL(SQLDialect dialect) |
String |
SQLCondition.toSQL(SQLDialect dialect) |
String |
SQLConstruct.toSQL(SQLDialect dialect) |
String |
SQLOrder.toSQL(SQLDialect dialect) |
Copyright © 2017 Clazzes.org. All rights reserved.