Documentation of 'com.ziclix.python.sql.connect.Connect' Java class
Connect
com.ziclix.python.sql.connect

Class Connect

  • All Implemented Interfaces:
    java.io.Serializable


    public class Connect
    extends PyObject
    Connect using DriverManager.
    See Also:
    Serialized Form
    • Constructor Detail

      • Connect

        public Connect()
        Default empty constructor.
    • Method Detail

      • __findattr_ex__

        public PyObject __findattr_ex__(java.lang.String name)
        Description copied from class: PyObject
        Attribute lookup hook. If the attribute is not found, null may be returned or a Py.AttributeError can be thrown, whatever is more correct, efficient and/or convenient for the implementing class. Client code should use PyObject.__getattr__(String) or PyObject.__findattr__(String). Both methods have a clear policy for failed lookups.
        Overrides:
        __findattr_ex__ in class PyObject
        Returns:
        The looked up value. May return null if the attribute is not found
      • __call__

        public PyObject __call__(PyObject[] args,
                                 java.lang.String[] keywords)
        Establish a connection through DriverManager.
        Overrides:
        __call__ in class PyObject
        Parameters:
        args - all arguments to the function (including keyword arguments).
        keywords - the keywords used for all keyword arguments.
      • toString

        public java.lang.String toString()
        Method toString
        Overrides:
        toString in class PyObject
        Returns:
        String

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.