| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<Class,Converter> |
converters |
public <E> Converter<E> converterOf(Class<E> ofClass)
converterOf 在接口中 Quirkspublic String getColumnName(ResultSetMetaData meta, int colIdx) throws SQLException
getColumnName 在接口中 QuirkscolIdx for result set metaSQLExceptionpublic boolean returnGeneratedKeysByDefault()
returnGeneratedKeysByDefault 在接口中 Quirkspublic void setParameter(PreparedStatement statement, int paramIdx, Object value) throws SQLException
setParameter 在接口中 QuirksSQLExceptionpublic void setParameter(PreparedStatement statement, int paramIdx, InputStream value) throws SQLException
setParameter 在接口中 QuirksSQLExceptionpublic void setParameter(PreparedStatement statement, int paramIdx, int value) throws SQLException
setParameter 在接口中 QuirksSQLExceptionpublic void setParameter(PreparedStatement statement, int paramIdx, Integer value) throws SQLException
setParameter 在接口中 QuirksSQLExceptionpublic void setParameter(PreparedStatement statement, int paramIdx, long value) throws SQLException
setParameter 在接口中 QuirksSQLExceptionpublic void setParameter(PreparedStatement statement, int paramIdx, Long value) throws SQLException
setParameter 在接口中 QuirksSQLExceptionpublic void setParameter(PreparedStatement statement, int paramIdx, String value) throws SQLException
setParameter 在接口中 QuirksSQLExceptionpublic void setParameter(PreparedStatement statement, int paramIdx, Timestamp value) throws SQLException
setParameter 在接口中 QuirksSQLExceptionpublic void setParameter(PreparedStatement statement, int paramIdx, Time value) throws SQLException
setParameter 在接口中 QuirksSQLExceptionpublic void setParameter(PreparedStatement statement, int paramIdx, Boolean value) throws SQLException
setParameter 在接口中 QuirksSQLExceptionpublic void setParameter(PreparedStatement statement, int paramIdx, UUID value) throws SQLException
setParameter 在接口中 QuirksSQLExceptionpublic void setParameter(PreparedStatement statement, int paramIdx, boolean value) throws SQLException
setParameter 在接口中 QuirksSQLExceptionpublic Object getRSVal(ResultSet rs, int idx) throws SQLException
getRSVal 在接口中 QuirksSQLExceptionpublic void closeStatement(Statement statement) throws SQLException
closeStatement 在接口中 QuirksSQLExceptionpublic SqlParameterParsingStrategy getSqlParameterParsingStrategy()
getSqlParameterParsingStrategy 在接口中 QuirksCopyright © 2021. All rights reserved.