Package pl.decerto.hyperon.runtime.sql
Interface HyperonDialect
- All Known Implementing Classes:
DefaultDialect,H2HyperonDialect,HsqlHyperonDialect,MsSQL2012HyperonDialect,MySQLHyperonDialect,OracleHyperonDialect,PostgresqlHyperonDialect
public interface HyperonDialect
- Author:
- przemek hertel
-
Method Summary
Modifier and TypeMethodDescriptionThis supports hint provider for certain dialects, but not all dialects require that.selectFromSequence(String sequence) selectFromSequence(String sequence, String schema)
-
Method Details
-
table
-
column
-
selectFromSequence
-
selectFromSequence
-
validationQuery
String validationQuery() -
jdbcDriverClassName
String jdbcDriverClassName() -
hibernateDialect
String hibernateDialect() -
hint
This supports hint provider for certain dialects, but not all dialects require that. If dialect doesn't support the token hint, it will return EMPTY string.- Parameters:
token- for exact hint- Returns:
- empty string if token is not supported in dialect, otherwise return proper hint value.
-