Class SQLError


  • @JsType(isNative=true,
            namespace="<global>")
    public class SQLError
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int code  
      java.lang.String message  
    • Constructor Summary

      Constructors 
      Constructor Description
      SQLError()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        public int code
      • message

        public java.lang.String message
    • Constructor Detail

      • SQLError

        public SQLError()