Uses of Class
com.impossibl.postgres.protocol.Notice
-
Packages that use Notice Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.protocol com.impossibl.postgres.protocol.v30 com.impossibl.postgres.system -
-
Uses of Notice in com.impossibl.postgres.jdbc
Methods in com.impossibl.postgres.jdbc with parameters of type Notice Modifier and Type Method Description static SQLExceptionErrorUtils. makeSQLException(Notice notice)Converts a single error notice to a single SQLExceptionstatic SQLExceptionErrorUtils. makeSQLException(String messagePrefix, Notice notice)Converts a single error notice to a single SQLExceptionstatic SQLWarningErrorUtils. makeSQLWarning(Notice notice)Converts a single warning notice to a single SQLWarningMethod parameters in com.impossibl.postgres.jdbc with type arguments of type Notice Modifier and Type Method Description static SQLExceptionErrorUtils. makeSQLExceptionChain(List<Notice> notices)Converts the given list of notices into a chained list of SQLExceptionsstatic SQLWarningErrorUtils. makeSQLWarningChain(List<Notice> notices)Converts the given list of notices into a chained list of SQLWarnings -
Uses of Notice in com.impossibl.postgres.protocol
Fields in com.impossibl.postgres.protocol with type parameters of type Notice Modifier and Type Field Description protected List<Notice>RequestExecutorHandlers.Result. noticesMethods in com.impossibl.postgres.protocol that return types with arguments of type Notice Modifier and Type Method Description List<Notice>RequestExecutorHandlers.Result. getNotices()Method parameters in com.impossibl.postgres.protocol with type arguments of type Notice Modifier and Type Method Description voidRequestExecutor.FunctionCallHandler. handleComplete(io.netty.buffer.ByteBuf result, List<Notice> notices)voidRequestExecutor.PrepareHandler. handleComplete(TypeRef[] parameterTypes, ResultField[] resultFields, List<Notice> notices)voidRequestExecutor.QueryHandler. handleComplete(String command, Long rowsAffected, Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)voidRequestExecutor.ResumeHandler. handleComplete(String command, Long rowsAffected, Long insertedOid, RowDataSet rows, List<Notice> notices)voidRequestExecutorHandlers.CompositeQueryResults. handleComplete(String command, Long rowsAffected, Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)voidRequestExecutorHandlers.ExecuteResult. handleComplete(String command, Long rowsAffected, Long insertedOid, RowDataSet rows, List<Notice> notices)voidRequestExecutorHandlers.PrepareResult. handleComplete(TypeRef[] parameterTypes, ResultField[] resultFields, List<Notice> notices)voidRequestExecutorHandlers.QueryResult. handleComplete(String command, Long rowsAffected, Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)voidRequestExecutor.ErrorHandler. handleError(Throwable cause, List<Notice> notices)voidRequestExecutorHandlers.Result. handleError(Throwable error, List<Notice> notices)voidRequestExecutor.ExtendedQueryHandler. handleSuspend(TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)voidRequestExecutor.ResumeHandler. handleSuspend(RowDataSet rows, List<Notice> notices)voidRequestExecutorHandlers.ExecuteResult. handleSuspend(RowDataSet rows, List<Notice> notices)voidRequestExecutorHandlers.QueryResult. handleSuspend(TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices) -
Uses of Notice in com.impossibl.postgres.protocol.v30
Methods in com.impossibl.postgres.protocol.v30 with parameters of type Notice Modifier and Type Method Description ProtocolHandler.ActionProtocolHandler.CommandError. error(Notice notice)ProtocolHandler.ActionProtocolHandler.ReportNotice. notice(Notice notice) -
Uses of Notice in com.impossibl.postgres.system
Methods in com.impossibl.postgres.system that return Notice Modifier and Type Method Description NoticeNoticeException. getNotice()Methods in com.impossibl.postgres.system with parameters of type Notice Modifier and Type Method Description voidNoticeException. setNotice(Notice notice)Constructors in com.impossibl.postgres.system with parameters of type Notice Constructor Description NoticeException(Notice notice)NoticeException(String message, Notice notice)
-