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

Class Connectx

  • All Implemented Interfaces:
    java.io.Serializable


    public class Connectx
    extends PyObject
    Connect using through a javax.sql.DataSource or javax.sql.ConnectionPooledDataSource.
    See Also:
    Serialized Form
    • Constructor Detail

      • Connectx

        public Connectx()
    • 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)
        Construct a javax.sql.DataSource or javax.sql.ConnectionPooledDataSource
        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()
        Overrides:
        toString in class PyObject

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.