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 message,
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 | Method and Description |
---|---|
Notice |
Command.getError() |
Modifier and Type | Method and Description |
---|---|
List<Notice> |
Command.getWarnings() |
Modifier and Type | Field and Description |
---|---|
protected Notice |
CommandImpl.error |
Modifier and Type | Field and Description |
---|---|
protected List<Notice> |
CommandImpl.notices |
Modifier and Type | Method and Description |
---|---|
Notice |
CommandImpl.getError() |
Modifier and Type | Method and Description |
---|---|
List<Notice> |
CommandImpl.getWarnings() |
Modifier and Type | Method and Description |
---|---|
void |
CommandImpl.addNotice(Notice notice) |
void |
BaseProtocolListener.error(Notice error) |
void |
ProtocolListener.error(Notice error) |
void |
BaseProtocolListener.notice(Notice notice) |
void |
ProtocolListener.notice(Notice notice) |
void |
CommandImpl.setError(Notice error) |
Modifier and Type | Method and Description |
---|---|
Notice |
NoticeException.getNotice() |
Modifier and Type | Method and Description |
---|---|
void |
NoticeException.setNotice(Notice notice) |
Constructor and Description |
---|
NoticeException(String message,
Notice notice) |
Copyright © 2013–2017 impossibl.com. All rights reserved.