public interface MappingStrategy
Modifier and Type | Method and Description |
---|---|
Class<?> |
getSQLAttributeType(int sqlType)
Convert database type to connector supported set of attribute types
|
SQLParam |
getSQLParam(ResultSet resultSet,
int i,
String name,
int sqlType)
Retrieve the SQL value from result set
|
void |
setSQLParam(PreparedStatement stmt,
int idx,
SQLParam parm)
Convert database type to connector supported set of attribute types
|
SQLParam getSQLParam(ResultSet resultSet, int i, String name, int sqlType) throws SQLException
resultSet
- the result seti
- indexname
- of the paramsqlType
- expected SQL type or Types.NULL for genericSQLException
- any SQL errorvoid setSQLParam(PreparedStatement stmt, int idx, SQLParam parm) throws SQLException
stmt
- idx
- parm
- SQLException
Copyright © 2018–2025. All rights reserved.