|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JdbcDialect
A dialect specific operations that might be different accross different databases.
| Method Summary | |
|---|---|
String |
getStringValue(ResultSet rs,
ColumnMapping mapping)
Returns the String value for the given column mapping. |
String |
getStringValue(ResultSet rs,
int columnIndex)
Returns the String value for the given column index. |
Long |
getVersion(ResultSet rs,
VersionColumnMapping versionMapping)
Returns the version value of the given version mapping. |
void |
setParameter(PreparedStatement ps,
int paramIndex,
String value)
Sets the paremeter value for the given parameter index and the PreparedStatement. |
| Method Detail |
|---|
String getStringValue(ResultSet rs,
int columnIndex)
throws SQLException
null if the column value is null.
SQLException
String getStringValue(ResultSet rs,
ColumnMapping mapping)
throws SQLException
null if the column value is null.
SQLException
Long getVersion(ResultSet rs,
VersionColumnMapping versionMapping)
throws SQLException
SQLException
void setParameter(PreparedStatement ps,
int paramIndex,
String value)
throws SQLException
PreparedStatement.
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||