Package pl.decerto.hyperon.runtime.sql
Class DialectTemplate
java.lang.Object
pl.decerto.hyperon.runtime.sql.DialectTemplate
- Author:
- przemek hertel
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(ResultSet rs, String column) <T extends Enum<T>>
TintgetOracleHint(String content) getStringIntern(ResultSet rs, String column) getTimestamp(ResultSet rs, String column) selectFromSequence(String sequence)
-
Method Details
-
getDialect
-
getSchema
-
table
-
column
-
selectFromSequence
-
getValidationQuery
-
getJdbcDriverClassName
-
getHibernateDialect
-
parse
-
getInt
- Throws:
SQLException
-
getString
- Throws:
SQLException
-
getStringIntern
- Throws:
SQLException
-
getBoolean
- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
getEnum
public <T extends Enum<T>> T getEnum(ResultSet rs, String column, Class<T> enumClass) throws SQLException - Throws:
SQLException
-
getOracleHint
-