JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.hibernate.tool.schema.extract.spi
Interface ExtractionContext.ResultSetProcessor<T>
Enclosing interface:
ExtractionContext
@Incubating
public static interface
ExtractionContext.ResultSetProcessor<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
process
(
ResultSet
resultSet)
Method Details
process
T
process
(
ResultSet
resultSet)
throws
SQLException
Throws:
SQLException