Class ErrorStateInfo

Object
org.apache.spark.ErrorStateInfo
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class ErrorStateInfo extends Object implements scala.Product, Serializable
Information associated with an error state / SQLSTATE.

param: description What the error state means. param: origin The DBMS where this error state was first defined. param: standard Whether this error state is part of the SQL standard. param: usedBy What database systems use this error state.

See Also:
  • Constructor Details

    • ErrorStateInfo

      public ErrorStateInfo(String description, String origin, String standard, scala.collection.immutable.List<String> usedBy)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4)
    • toString

      public static String toString()
    • description

      public String description()
    • origin

      public String origin()
    • standard

      public String standard()
    • usedBy

      public scala.collection.immutable.List<String> usedBy()