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 SummaryConstructorsConstructorDescriptionErrorStateInfo(String description, String origin, String standard, scala.collection.immutable.List<String> usedBy) 
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
ErrorStateInfo
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) 
- 
toString
- 
description
- 
origin
- 
standard
- 
usedBy
 
-