public class DefaultStrategy extends Object implements MappingStrategy
SQLUtil
functionsConstructor and Description |
---|
DefaultStrategy()
Final sql mapping
|
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
|
public SQLParam getSQLParam(ResultSet resultSet, int i, String name, int sqlType) throws SQLException
MappingStrategy
getSQLParam
in interface MappingStrategy
resultSet
- the result seti
- indexname
- of the paramsqlType
- expected SQL type or Types.NULL for genericSQLException
- any SQL errorpublic Class<?> getSQLAttributeType(int sqlType)
MappingStrategy
getSQLAttributeType
in interface MappingStrategy
sqlType
- #Types
public void setSQLParam(PreparedStatement stmt, int idx, SQLParam parm) throws SQLException
MappingStrategy
setSQLParam
in interface MappingStrategy
SQLException
Copyright © 2018–2025. All rights reserved.