| Package | Description |
|---|---|
| com.impossibl.postgres.jdbc | |
| com.impossibl.postgres.protocol | |
| com.impossibl.postgres.protocol.v30 | |
| com.impossibl.postgres.system |
| Modifier and Type | Method and Description |
|---|---|
static SQLException |
ErrorUtils.makeSQLException(Notice notice)
Converts a single error notice to a single SQLException
|
static SQLException |
ErrorUtils.makeSQLException(String messagePrefix,
Notice notice)
Converts a single error notice to a single SQLException
|
static SQLWarning |
ErrorUtils.makeSQLWarning(Notice notice)
Converts a single warning notice to a single SQLWarning
|
| Modifier and Type | Method and Description |
|---|---|
static SQLException |
ErrorUtils.makeSQLExceptionChain(List<Notice> notices)
Converts the given list of notices into a chained list of SQLExceptions
|
static SQLWarning |
ErrorUtils.makeSQLWarningChain(List<Notice> notices)
Converts the given list of notices into a chained list of SQLWarnings
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Notice> |
RequestExecutorHandlers.Result.notices |
| Modifier and Type | Method and Description |
|---|---|
List<Notice> |
RequestExecutorHandlers.Result.getNotices() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestExecutor.FunctionCallHandler.handleComplete(io.netty.buffer.ByteBuf result,
List<Notice> notices) |
void |
RequestExecutorHandlers.ExecuteResult.handleComplete(String command,
Long rowsAffected,
Long insertedOid,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutor.ResumeHandler.handleComplete(String command,
Long rowsAffected,
Long insertedOid,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutorHandlers.QueryResult.handleComplete(String command,
Long rowsAffected,
Long insertedOid,
TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutorHandlers.CompositeQueryResults.handleComplete(String command,
Long rowsAffected,
Long insertedOid,
TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutor.QueryHandler.handleComplete(String command,
Long rowsAffected,
Long insertedOid,
TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutorHandlers.PrepareResult.handleComplete(TypeRef[] parameterTypes,
ResultField[] resultFields,
List<Notice> notices) |
void |
RequestExecutor.PrepareHandler.handleComplete(TypeRef[] parameterTypes,
ResultField[] resultFields,
List<Notice> notices) |
void |
RequestExecutorHandlers.Result.handleError(Throwable error,
List<Notice> notices) |
void |
RequestExecutor.ErrorHandler.handleError(Throwable cause,
List<Notice> notices) |
void |
RequestExecutorHandlers.ExecuteResult.handleSuspend(RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutor.ResumeHandler.handleSuspend(RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutorHandlers.QueryResult.handleSuspend(TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutor.ExtendedQueryHandler.handleSuspend(TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolHandler.Action |
ProtocolHandler.CommandError.error(Notice notice) |
ProtocolHandler.Action |
ProtocolHandler.ReportNotice.notice(Notice notice) |
| Modifier and Type | Method and Description |
|---|---|
Notice |
NoticeException.getNotice() |
| Modifier and Type | Method and Description |
|---|---|
void |
NoticeException.setNotice(Notice notice) |
| Constructor and Description |
|---|
NoticeException(Notice notice) |
NoticeException(String message,
Notice notice) |