Module org.seasar.doma.core
Package org.seasar.doma.jdbc.dialect
Class PostgresDialect.PostgresResultSetType
java.lang.Object
org.seasar.doma.jdbc.type.AbstractJdbcType<ResultSet>
org.seasar.doma.jdbc.type.AbstractResultSetType
org.seasar.doma.jdbc.dialect.PostgresDialect.PostgresResultSetType
- All Implemented Interfaces:
SqlLogFormatter<ResultSet>,JdbcType<ResultSet>
- Enclosing class:
- PostgresDialect
-
Field Summary
Fields inherited from class org.seasar.doma.jdbc.type.AbstractJdbcType
type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.seasar.doma.jdbc.type.AbstractResultSetType
doConvertToLogFormat, doGetValue, doGetValue, doSetValue, getValue, setValueMethods inherited from class org.seasar.doma.jdbc.type.AbstractJdbcType
convertToLogFormat, getValue, registerOutParameter
-
Constructor Details
-
PostgresResultSetType
public PostgresResultSetType()
-