Uses of Class
org.jdbi.v3.core.statement.StatementException
-
Packages that use StatementException Package Description org.jdbi.v3.core.result resultprovides the streaming interface that reads rows from JDBC and drives themapperandcollectorprocesses to produce results.org.jdbi.v3.core.statement Thestatementpackage provides most of the Fluent API to drive statement execution.org.jdbi.v3.postgres Thepostgresplugin provides improved support forjava.time,hstore,uuid, andenumtypes when configured with a recent Postgres database server. -
-
Uses of StatementException in org.jdbi.v3.core.result
Subclasses of StatementException in org.jdbi.v3.core.result Modifier and Type Class Description classNoResultsExceptionThrown when no results were found in a context that requires at least one.classResultSetExceptionWraps exceptions thrown while traversing the JDBC result set.classUnableToProduceResultExceptionWraps exceptions thrown while producing Java result types. -
Uses of StatementException in org.jdbi.v3.core.statement
Subclasses of StatementException in org.jdbi.v3.core.statement Modifier and Type Class Description classUnableToCreateStatementExceptionThrown whenJdbicouldn't create a statement.classUnableToExecuteStatementExceptionThrown when statement execution fails.classUnableToRetrieveMetaDataExceptionThrown whenJdbicouldn't retrieve metadata from the connection.Fields in org.jdbi.v3.core.statement with type parameters of type StatementException Modifier and Type Field Description private java.util.function.Function<StatementException,java.lang.String>StatementExceptions. messageRenderingMethods in org.jdbi.v3.core.statement that return types with arguments of type StatementException Modifier and Type Method Description java.util.function.Function<StatementException,java.lang.String>StatementExceptions. getMessageRendering()Returns the statement exception message rendering strategy.Methods in org.jdbi.v3.core.statement with parameters of type StatementException Modifier and Type Method Description java.lang.StringStatementExceptions.MessageRendering. apply(StatementException exc)protected abstract java.lang.StringStatementExceptions.MessageRendering. render(StatementException exc, StatementContext ctx)Method parameters in org.jdbi.v3.core.statement with type arguments of type StatementException Modifier and Type Method Description StatementExceptionsStatementExceptions. setMessageRendering(java.util.function.Function<StatementException,java.lang.String> messageRendering)Configure exception statement message generation. -
Uses of StatementException in org.jdbi.v3.postgres
Subclasses of StatementException in org.jdbi.v3.postgres Modifier and Type Class Description classLargeObjectException
-