|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ElSqlConfig in com.opengamma.elsql |
|---|
| Fields in com.opengamma.elsql declared as ElSqlConfig | |
|---|---|
static ElSqlConfig |
ElSqlConfig.DEFAULT
A constant for the standard set of config, based on ANSI SQL. |
static ElSqlConfig |
ElSqlConfig.HSQL
A constant for the config needed for HSQL, which escapes the LIKE clause. |
static ElSqlConfig |
ElSqlConfig.MYSQL
A constant for the config needed for MySQL, which uses LIMIT-OFFSET instead of FETCH-OFFSET. |
static ElSqlConfig |
ElSqlConfig.ORACLE
A constant for the config needed for Oracle RDBMS. |
static ElSqlConfig |
ElSqlConfig.POSTGRES
A constant for the config needed for Postgres, the same as DEFAULT. |
static ElSqlConfig |
ElSqlConfig.SQL_SERVER_2008
A constant for the config needed for SQL Server 2008, which pages in a different way. |
static ElSqlConfig |
ElSqlConfig.VERTICA
A constant for the config needed for Vertica, the same as DEFAULT. |
| Methods in com.opengamma.elsql that return ElSqlConfig | |
|---|---|
ElSqlConfig |
ElSqlBundle.getConfig()
Gets the configuration object. |
ElSqlConfig |
ElSql.getConfig()
Gets the configuration object. |
| Methods in com.opengamma.elsql with parameters of type ElSqlConfig | |
|---|---|
static ElSqlBundle |
ElSqlBundle.of(ElSqlConfig config,
Class<?> type)
Loads external SQL based for the specified type. |
static ElSql |
ElSql.of(ElSqlConfig config,
Class<?> type)
Loads external SQL based for the specified type. |
static ElSqlBundle |
ElSqlBundle.parse(ElSqlConfig config,
org.springframework.core.io.Resource... resources)
Parses a bundle from a resource locating a file, specify the config. |
static ElSql |
ElSql.parse(ElSqlConfig config,
URL... resources)
Parses a bundle from a resource locating a file, specify the config. |
ElSqlBundle |
ElSqlBundle.withConfig(ElSqlConfig config)
Returns a copy of this bundle with a different configuration. |
ElSql |
ElSql.withConfig(ElSqlConfig config)
Returns a copy of this bundle with a different configuration. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||