| Modifier and Type | Field and Description |
|---|---|
| private static final PyString |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __call__(PyObject[]
all arguments to the function (including keyword arguments). args, String[] the keywords used for all keyword arguments. keywords)Overrides org. Establish a connection through DriverManager. |
| public PyObject | __findattr_ex__(String name)
Overrides org. Attribute lookup hook. |
| public String |
| _doc | back to summary |
|---|---|
| private static final PyString _doc | |
| Connect | back to summary |
|---|---|
| public Connect() Default empty constructor. | |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject[] args, String[] keywords) Overrides org. Establish a connection through DriverManager.
| |
| __findattr_ex__ | back to summary |
|---|---|
| public PyObject __findattr_ex__(String name) Overrides org. Doc from org. 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
| |
| toString | back to summary |
|---|---|
| public String toString() Overrides org. Method toString
| |