Packages

t

org.wabase.DbConstraintMessage

PostgreSqlConstraintMessage

trait PostgreSqlConstraintMessage extends DbConstraintMessage with QuereaseProvider

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgreSqlConstraintMessage
  2. QuereaseProvider
  3. DbConstraintMessage
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ConstraintViolationInfo(dbErrorCode: String, dbMessagePattern: String, genericNoDetailsMessage: String, genericMessage: String) extends Product with Serializable
  2. abstract type QE <: AppQuerease
    Definition Classes
    QuereaseProvider

Abstract Value Members

  1. abstract def initQuerease: (PostgreSqlConstraintMessage.this)#QE

    Override this method in subclass to initialize

    Override this method in subclass to initialize

    qe
    Attributes
    protected
    Definition Classes
    QuereaseProvider

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Ck: (PostgreSqlConstraintMessage.this)#ConstraintViolationInfo
  5. val CustomDbBusinessException: (PostgreSqlConstraintMessage.this)#ConstraintViolationInfo

    Code "235BX" is recognized and handled here and therefore can be used to raise custom business exceptions from custom db functions

  6. val FkDel: (PostgreSqlConstraintMessage.this)#ConstraintViolationInfo
  7. val FkIns: (PostgreSqlConstraintMessage.this)#ConstraintViolationInfo
  8. val Nn: (PostgreSqlConstraintMessage.this)#ConstraintViolationInfo
  9. val Uk: (PostgreSqlConstraintMessage.this)#ConstraintViolationInfo
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. val constraintTranslationMap: Map[String, Any]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def friendlyConstraintErrorMessage[T](viewDef: ViewDef[FieldDef[Type]], f: ⇒ T)(implicit locale: Locale): T
  17. def friendlyConstraintErrorMessage[T](f: ⇒ T)(implicit locale: Locale): T
    Definition Classes
    DbConstraintMessage
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getConstraintTranslation(constraint: String, operation: String = "delete"): Option[String]
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def postgreSqlConstraintGenericMessage(violation: (PostgreSqlConstraintMessage.this)#ConstraintViolationInfo, details: String)(implicit locale: Locale): String
  26. implicit final val qe: (PostgreSqlConstraintMessage.this)#QE
    Definition Classes
    QuereaseProvider
  27. def raiseFriendlyConstraintErrorMessage(exception: Throwable, sqlCause: SQLException, viewDef: ViewDef[FieldDef[Type]], tableName: String)(implicit locale: Locale): Nothing
  28. def raiseFriendlyConstraintErrorMessage(exception: Throwable, sqlCause: SQLException, viewDef: ViewDef[FieldDef[Type]])(implicit locale: Locale): Nothing
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from QuereaseProvider

Inherited from DbConstraintMessage

Inherited from AnyRef

Inherited from Any

Ungrouped