java.lang.Object
org.seasar.doma.jdbc.ThrowingDuplicateColumnHandler
- All Implemented Interfaces:
DuplicateColumnHandler
A handler for the column that is duplicated in a result set.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ThrowingDuplicateColumnHandler
public ThrowingDuplicateColumnHandler()
-
-
Method Details
-
handle
Handles the duplicate column.- Specified by:
handlein interfaceDuplicateColumnHandler- Parameters:
query- the queryduplicateColumnName- the name of the duplicate column- Throws:
DuplicateColumnException- if this handler does not allow the duplicate column
-