PostgresMonadErrorOps

doobie.postgres.syntax.PostgresMonadErrorOps
class PostgresMonadErrorOps[M[_], A](ma: M[A])(implicit ev: MonadError[M, Throwable])

Attributes

Source:
syntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def onActiveSqlTransaction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onAdminShutdown(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onAmbiguousAlias(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onAmbiguousColumn(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onAmbiguousFunction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onAmbiguousParameter(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onArraySubscriptError(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onBadCopyFileFormat(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onBranchTransactionAlreadyActive(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onCannotCoerce(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onCannotConnectNow(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onCantChangeRuntimeParam(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onCardinalityViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onCaseNotFound(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onCharacterNotInRepertoire(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onCheckViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onConfigFileError(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onConnectionDoesNotExist(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onConnectionException(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onConnectionFailure(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onContainingSqlNotPermitted(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onCrashShutdown(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDataCorrupted(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDataException(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDatabaseDropped(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDatatypeMismatch(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDatetimeFieldOverflow(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDeadlockDetected(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDependentObjectsStillExist(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDependentPrivilegeDescriptorsStillExist(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDeprecatedFeature(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDiskFull(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDivisionByZero(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDuplicateAlias(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDuplicateColumn(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDuplicateCursor(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDuplicateDatabase(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDuplicateFile(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDuplicateFunction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDuplicateObject(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDuplicatePreparedStatement(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDuplicateSchema(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDuplicateTable(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onDynamicResultSetsReturned(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onErrorInAssignment(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onEscapeCharacterConflict(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onExclusionViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onExternalRoutineException(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onExternalRoutineInvocationException(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onFeatureNotSupported(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onFloatingPointException(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onForeignKeyViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onFunctionExecutedNoReturnStatement(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onGroupingError(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onHeldCursorRequiresSameIsolationLevel(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onImplicitZeroBitPadding(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInFailedSqlTransaction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala

Attributes

Source:
syntax.scala

Attributes

Source:
syntax.scala
def onIndeterminateDatatype(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onIndexCorrupted(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onIndicatorOverflow(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInsufficientPrivilege(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInsufficientResources(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onIntegrityConstraintViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInternalError(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onIntervalFieldOverflow(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidArgumentForLogarithm(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidArgumentForNthValueFunction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidArgumentForNtileFunction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidArgumentForPowerFunction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidArgumentForWidthBucketFunction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidAuthorizationSpecification(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidBinaryRepresentation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidCatalogName(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidCharacterValueForCast(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidColumnDefinition(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidColumnReference(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidCursorDefinition(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidCursorName(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidCursorState(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidDatabaseDefinition(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidDatetimeFormat(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidEscapeCharacter(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidEscapeOctet(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidEscapeSequence(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidForeignKey(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidFunctionDefinition(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidGrantOperation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidGrantor(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidIndicatorParameterValue(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidLocatorSpecification(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidName(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidObjectDefinition(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidParameterValue(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidPassword(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidPreparedStatementDefinition(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidRecursion(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidRegularExpression(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidRoleSpecification(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidRowCountInLimitClause(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidRowCountInResultOffsetClause(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidSavepointSpecification(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidSchemaDefinition(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidSchemaName(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidSqlStatementName(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidSqlstateReturned(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidTableDefinition(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidTextRepresentation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidTimeZoneDisplacementValue(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidTransactionInitiation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidTransactionState(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidTransactionTermination(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidUseOfEscapeCharacter(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidXmlComment(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidXmlContent(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidXmlDocument(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onInvalidXmlProcessingInstruction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onIoError(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onLocatorException(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onLockFileExists(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onLockNotAvailable(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onModifyingSqlDataNotPermittedClass2F(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onModifyingSqlDataNotPermittedClass38(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onMostSpecificTypeMismatch(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onNameTooLong(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onNoActiveSqlTransaction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala

Attributes

Source:
syntax.scala
def onNoAdditionalDynamicResultSetsReturned(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onNoData(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onNoDataFound(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onNonstandardUseOfEscapeCharacter(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onNotAnXmlDocument(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onNotNullViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onNullValueEliminatedInSetFunction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onNullValueNoIndicatorParameter(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onNullValueNotAllowedClass22(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onNullValueNotAllowedClass39(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onNumericValueOutOfRange(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onObjectInUse(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onObjectNotInPrerequisiteState(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onOperatorIntervention(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onOutOfMemory(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onPlpgsqlError(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onPrivilegeNotGranted(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onPrivilegeNotRevoked(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onProgramLimitExceeded(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onProhibitedSqlStatementAttemptedClass2F(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onProhibitedSqlStatementAttemptedClass38(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onProtocolViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onQueryCanceled(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onRaiseException(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onReadOnlySqlTransaction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onReadingSqlDataNotPermittedClass2F(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onReadingSqlDataNotPermittedClass38(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onReservedName(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onRestrictViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onSavepointException(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onSchemaAndDataStatementMixingNotSupported(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onSerializationFailure(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onSqlRoutineException(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onSqlStatementNotYetComplete(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onSqlclientUnableToEstablishSqlconnection(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala

Attributes

Source:
syntax.scala
def onSrfProtocolViolated(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onStatementCompletionUnknown(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onStatementTooComplex(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onStringDataLengthMismatch(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onStringDataRightTruncationClass01(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onStringDataRightTruncationClass22(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onSubstringError(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onSuccessfulCompletion(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onSyntaxError(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onSyntaxErrorOrAccessRuleViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onTooManyArguments(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onTooManyColumns(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onTooManyConnections(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onTooManyRows(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onTransactionIntegrityConstraintViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onTransactionResolutionUnknown(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onTransactionRollback(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onTriggerProtocolViolated(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onTriggeredActionException(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onTriggeredDataChangeViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onTrimError(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onUndefinedColumn(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onUndefinedFile(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onUndefinedFunction(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onUndefinedObject(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onUndefinedParameter(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onUndefinedTable(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onUniqueViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onUnterminatedCString(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onUntranslatableCharacter(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onWarning(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onWindowingError(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onWithCheckOptionViolation(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onWrongObjectType(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala
def onZeroLengthCharacterString(handler: => M[A]): M[A]

Attributes

Source:
syntax.scala