| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.python.core.PyObject
        |
        +--com.ziclix.python.sql.zxJDBC
Creates database connections.
 from com.ziclix.python.sql import zxJDBC
 db = zxJDBC.connect("jdbc:mysql://localhost:3306/MySql", None, None, "org.gjt.mm.mysql.Driver")
 
| Field Summary | |
| static PyClass | __class__Field __class__ | 
| static PyObject | DatabaseErrorField DatabaseError | 
| static PyObject | DataErrorField DataError | 
| static PyObject | ErrorField Error | 
| static PyObject | IntegrityErrorField IntegrityError | 
| static PyObject | InterfaceErrorField InterfaceError | 
| static PyObject | InternalErrorField InternalError | 
| static PyObject | NotSupportedErrorField NotSupportedError | 
| static PyObject | OperationalErrorField OperationalError | 
| static PyObject | ProgrammingErrorField ProgrammingError | 
| static PyObject | WarningField Warning | 
| Constructor Summary | |
| zxJDBC() | |
| Method Summary | |
| static PyObject | _empty__init__(PyObject[] arg,
               java.lang.String[] kws)Method _empty__init__ | 
| static void | classDictInit(PyObject dict)Initializes the module. | 
| static java.lang.String | getString(java.lang.String key)Return the string associated with the key for the default resource bundle. | 
| static java.lang.String | getString(java.lang.String key,
          java.lang.Object[] values)Return a formatted string. | 
| static PyException | makeException(PyObject type,
              java.lang.String msg)Return a newly instantiated PyException. | 
| static PyException | newError(java.lang.String msg)Return a newly instantiated Error. | 
| static PyException | newError(java.lang.Throwable e)Return a newly instantiated Error. | 
| Methods inherited from class java.lang.Object | 
| getClass, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static PyObject Error
public static PyObject Warning
public static PyObject InterfaceError
public static PyObject DatabaseError
public static PyObject InternalError
public static PyObject OperationalError
public static PyObject ProgrammingError
public static PyObject IntegrityError
public static PyObject DataError
public static PyObject NotSupportedError
public static PyClass __class__
| Constructor Detail | 
public zxJDBC()
| Method Detail | 
public static void classDictInit(PyObject dict)
dict - 
public static PyObject _empty__init__(PyObject[] arg,
                                      java.lang.String[] kws)
public static java.lang.String getString(java.lang.String key)
public static java.lang.String getString(java.lang.String key,
                                         java.lang.Object[] values)
public static PyException makeException(PyObject type,
                                        java.lang.String msg)
public static PyException newError(java.lang.String msg)
public static PyException newError(java.lang.Throwable e)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||