Package org.apache.spark
Class ErrorStateInfo
Object
org.apache.spark.ErrorStateInfo
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
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 Summary
ConstructorDescriptionErrorStateInfo
(String description, String origin, String standard, scala.collection.immutable.List<String> usedBy) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
ErrorStateInfo
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
description
-
origin
-
standard
-
usedBy
-