public interface DatabaseDialect
| Modifier and Type | Field and Description |
|---|---|
static String |
SUBSTITUTION_STRING |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountQuery()
Should return a count query.
|
String |
getDataQuery(QueryFilter filter)
Should return a query that list data.
|
org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer |
getIncrementer()
Returns
DataFieldMaxValueIncrementer for specific database. |
String |
getName()
get the name of the dialect
|
static final String SUBSTITUTION_STRING
String getName()
org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer getIncrementer()
DataFieldMaxValueIncrementer for specific database.String getDataQuery(QueryFilter filter)
filter - the filterString getCountQuery()
SUBSTITUTION_STRING placeholder for where clause.Copyright © 2011–2015 Talend Inc.. All rights reserved.