Class Results
java.lang.Object
migratedb.v1.core.api.internal.jdbc.Results
- Direct Known Subclasses:
OracleResults
Container for all results, warnings, errors and remaining side-effects of a sql statement.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddWarning(Warning warning) voidsetException(SQLException exception)
-
Field Details
-
EMPTY_RESULTS
-
-
Constructor Details
-
Results
public Results()
-
-
Method Details
-
addResult
-
addWarning
-
addError
-
getWarnings
-
getErrors
-
getResults
-
getException
-
setException
-