Serialized Form
-
Package com.ziclix.python.sql
-
Class com.ziclix.python.sql.DBApiType
class DBApiType extends PyInteger implements Serializable -
Class com.ziclix.python.sql.PyConnection
class PyConnection extends PyObject implements Serializable-
Serialized Fields
-
closed
boolean closed
Field closed -
connection
Connection connection
Field connection -
cursors
Set cursors
Field cursors -
statements
Set statements
Field statements -
supportsTransactions
boolean supportsTransactions
Field supportsTransactions
-
-
-
Class com.ziclix.python.sql.PyCursor
class PyCursor extends PyObject implements Serializable-
Serialized Fields
-
arraysize
int arraysize
Field arraysize -
closed
boolean closed
Field closed -
connection
PyConnection connection
Field connection -
datahandler
DataHandler datahandler
Field datahandler -
dynamicFetch
boolean dynamicFetch
Field dynamicFetch -
fetch
Fetch fetch
Field fetch -
lastrowid
PyObject lastrowid
Field warnings -
rsConcur
PyObject rsConcur
Field rsConcur -
rsType
PyObject rsType
Field rsType -
softspace
int softspace
Field softspace -
statement
PyStatement statement
Field statement -
updatecount
PyObject updatecount
Field updatecount -
warnings
PyObject warnings
Field warnings
-
-
-
Class com.ziclix.python.sql.PyExtendedCursor
class PyExtendedCursor extends PyCursor implements Serializable -
Class com.ziclix.python.sql.PyStatement
class PyStatement extends PyObject implements Serializable -
Class com.ziclix.python.sql.WarningEvent
class WarningEvent extends EventObject implements Serializable-
Serialized Fields
-
warning
SQLWarning warning
-
-
-
Class com.ziclix.python.sql.zxJDBC
class zxJDBC extends PyObject implements Serializable
-
-
Package org.python.core
-
Class org.python.core.AbstractArray
class AbstractArray extends Object implements Serializable-
Serialized Fields
-
capacity
int capacity
Size of the current array, which can be larger than thesize
field. -
modCountIncr
int modCountIncr
The modification count increment indicates if a structural change occured as a result of an operation that would make concurrent iteration over the array invalid. It is typically used by subclasses that extendAbstractList
, by adding the value toAbstractList.modCount
after performing a potentially structure-altering operation. A value of 0 indicates that it is still valid to iterate over the array. A value of 1 indicates it is no longer valid to iterate over the range.This class uses a somewhat stricter semantic for
modCount
. Namely,modCountIncr
is only set to 1 if a structural change occurred. The jdk collections generally incrementmodCount
if a potentially structure-altering method is called, regardless of whether or not a change actually occurred. See also:java.util.AbstractList#modCount
-
size
int size
The number of values currently present in the array.
-
-
-
Class org.python.core.InternalTables2.TableProvid2
class TableProvid2 extends HashMap implements Serializable -
Class org.python.core.JavaImporter
class JavaImporter extends PyObject implements Serializable -
Class org.python.core.PrecompiledImporter
class PrecompiledImporter extends PyObject implements Serializable -
Class org.python.core.PrecompiledImporter.PrecompiledLoader
class PrecompiledLoader extends PyObject implements Serializable-
Serialized Fields
-
_class
Class _class
-
_package
boolean _package
-
-
-
Class org.python.core.PyArray
class PyArray extends PySequence implements Serializable -
Class org.python.core.PyArrayDerived
class PyArrayDerived extends PyArray implements Serializable -
Class org.python.core.PyBaseString
class PyBaseString extends PySequence implements Serializable -
Class org.python.core.PyBeanEvent
class PyBeanEvent extends PyObject implements Serializable -
Class org.python.core.PyBeanEventProperty
class PyBeanEventProperty extends PyReflectedField implements Serializable -
Class org.python.core.PyBeanProperty
class PyBeanProperty extends PyReflectedField implements Serializable -
Class org.python.core.PyBuiltinFunction
class PyBuiltinFunction extends PyObject implements Serializable-
Serialized Fields
-
info
PyBuiltinFunction.Info info
-
-
-
Class org.python.core.PyBuiltinFunctionSet
class PyBuiltinFunctionSet extends PyBuiltinFunction implements Serializable-
Serialized Fields
-
doc
PyObject doc
-
index
int index
-
-
-
Class org.python.core.PyBuiltinMethod
class PyBuiltinMethod extends PyBuiltinFunction implements Serializable-
Serialized Fields
-
self
PyObject self
-
-
-
Class org.python.core.PyBuiltinMethodNarrow
class PyBuiltinMethodNarrow extends PyBuiltinMethod implements Serializable -
Class org.python.core.PyBuiltinMethodSet
class PyBuiltinMethodSet extends PyBuiltinFunctionSet implements Serializable -
Class org.python.core.PyCallIter
class PyCallIter extends PyIterator implements Serializable -
Class org.python.core.PyCell
class PyCell extends PyObject implements Serializable-
Serialized Fields
-
ob_ref
PyObject ob_ref
-
-
-
Class org.python.core.PyClass
class PyClass extends PyObject implements Serializable-
Serialized Fields
-
__bases__
PyTuple __bases__
The base classes of this class -
__contains__
PyObject __contains__
-
__del__
PyObject __del__
-
__delattr__
PyObject __delattr__
-
__dict__
PyObject __dict__
Holds the namespace for this class -
__getattr__
PyObject __getattr__
-
__name__
String __name__
The name of this class -
__setattr__
PyObject __setattr__
-
__tojava__
PyObject __tojava__
-
proxyClass
Class proxyClass
-
super__methods
HashMap super__methods
-
-
-
Class org.python.core.PyClassMethod
class PyClassMethod extends PyObject implements Serializable-
Serialized Fields
-
callable
PyObject callable
-
-
-
Class org.python.core.PyClassMethodDerived
class PyClassMethodDerived extends PyClassMethod implements Serializable -
Class org.python.core.PyClassMethodDescr
class PyClassMethodDescr extends PyMethodDescr implements Serializable -
Class org.python.core.PyCode
class PyCode extends PyObject implements Serializable-
Serialized Fields
-
co_name
String co_name
-
-
-
Class org.python.core.PyComplex
class PyComplex extends PyObject implements Serializable-
Serialized Fields
-
imag
double imag
-
real
double real
-
-
-
Class org.python.core.PyComplexDerived
class PyComplexDerived extends PyComplex implements Serializable -
Class org.python.core.PyCompoundCallable
class PyCompoundCallable extends PyObject implements Serializable-
Serialized Fields
-
callables
Vector callables
-
systemState
PySystemState systemState
-
-
-
Class org.python.core.PyDescriptor
class PyDescriptor extends PyObject implements Serializable -
Class org.python.core.PyDictionary
class PyDictionary extends PyObject implements Serializable-
Serialized Fields
-
table
Hashtable table
-
-
-
Class org.python.core.PyDictionaryDerived
class PyDictionaryDerived extends PyDictionary implements Serializable -
Class org.python.core.PyEllipsis
class PyEllipsis extends PySingleton implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.python.core.PyEnumerate
class PyEnumerate extends PyIterator implements Serializable -
Exception org.python.core.PyException
class PyException extends RuntimeException implements Serializable-
Serialized Fields
-
instantiated
boolean instantiated
-
printingStackTrace
boolean printingStackTrace
-
traceback
PyTraceback traceback
-
type
PyObject type
The python exception class (for class exception) or identifier (for string exception). -
value
PyObject value
The exception instance (for class exception) or exception value (for string exception).
-
-
-
Class org.python.core.PyFieldDescr
class PyFieldDescr extends PyDescriptor implements Serializable -
Class org.python.core.PyFile
class PyFile extends PyObject implements Serializable -
Class org.python.core.PyFileDerived
class PyFileDerived extends PyFile implements Serializable -
Class org.python.core.PyFinalizableInstance
class PyFinalizableInstance extends PyInstance implements Serializable -
Class org.python.core.PyFloat
class PyFloat extends PyObject implements Serializable-
Serialized Fields
-
value
double value
-
-
-
Class org.python.core.PyFloatDerived
class PyFloatDerived extends PyFloat implements Serializable -
Class org.python.core.PyFrame
class PyFrame extends PyObject implements Serializable-
Serialized Fields
-
f_back
PyFrame f_back
-
f_builtins
PyObject f_builtins
-
f_code
PyTableCode f_code
-
f_env
PyCell[] f_env
-
f_fastlocals
PyObject[] f_fastlocals
-
f_globals
PyObject f_globals
-
f_lasti
int f_lasti
-
f_lineno
int f_lineno
-
f_locals
PyObject f_locals
-
f_ncells
int f_ncells
-
f_nfreevars
int f_nfreevars
-
f_savedlocals
Object[] f_savedlocals
-
tracefunc
TraceFunction tracefunc
-
-
-
Class org.python.core.PyFunction
class PyFunction extends PyObject implements Serializable -
Class org.python.core.PyGenerator
class PyGenerator extends PyIterator implements Serializable -
Class org.python.core.PyGetSetDescr
class PyGetSetDescr extends PyDescriptor implements Serializable -
Exception org.python.core.PyIgnoreMethodTag
class PyIgnoreMethodTag extends RuntimeException implements Serializable -
Class org.python.core.PyInstance
class PyInstance extends PyObject implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.python.core.PyInteger
class PyInteger extends PyObject implements Serializable-
Serialized Fields
-
value
int value
-
-
-
Class org.python.core.PyIntegerDerived
class PyIntegerDerived extends PyInteger implements Serializable -
Class org.python.core.PyIterator
class PyIterator extends PyObject implements Serializable-
Serialized Fields
-
stopException
PyException stopException
-
-
-
Class org.python.core.PyJavaClass
class PyJavaClass extends PyClass implements Serializable-
Serialized Fields
-
__init__
PyReflectedConstructor __init__
-
__mgr__
PackageManager __mgr__
-
classInstance
PyJavaInstance classInstance
-
constructorsInitialized
boolean constructorsInitialized
-
initialized
boolean initialized
-
initializing
boolean initializing
-
missingAttributes
PyStringMap missingAttributes
-
-
-
Class org.python.core.PyJavaInnerClass
class PyJavaInnerClass extends PyJavaClass implements Serializable-
Serialized Fields
-
parent
PyJavaClass parent
-
-
-
Class org.python.core.PyJavaInstance
class PyJavaInstance extends PyInstance implements Externalizable-
Serialization Methods
-
readExternal
Implementation of the Externalizable interface.- Parameters:
in
- the input stream.- Throws:
IOException
ClassNotFoundException
-
writeExternal
Implementation of the Externalizable interface.- Parameters:
out
- the output stream.- Throws:
IOException
-
-
-
Class org.python.core.PyJavaPackage
class PyJavaPackage extends PyObject implements Serializable-
Serialized Fields
-
__dict__
PyStringMap __dict__
-
__file__
String __file__
-
__mgr__
PackageManager __mgr__
(Control) package manager whose hierarchy contains this java pkg. -
__name__
String __name__
-
clsSet
PyStringMap clsSet
Its keys are the names of statically known classes. E.g. from jars pre-scan.
-
-
-
Class org.python.core.PyList
class PyList extends PySequenceList implements Serializable -
Class org.python.core.PyListDerived
class PyListDerived extends PyList implements Serializable -
Class org.python.core.PyLong
class PyLong extends PyObject implements Serializable-
Serialized Fields
-
value
BigInteger value
-
-
-
Class org.python.core.PyLongDerived
class PyLongDerived extends PyLong implements Serializable -
Class org.python.core.PyMethod
class PyMethod extends PyObject implements Serializable -
Class org.python.core.PyMethodDescr
class PyMethodDescr extends PyDescriptor implements Serializable-
Serialized Fields
-
maxargs
int maxargs
-
meth
PyBuiltinFunction meth
-
minargs
int minargs
-
-
-
Class org.python.core.PyModule
class PyModule extends PyObject implements Serializable -
Class org.python.core.PyModuleDerived
class PyModuleDerived extends PyModule implements Serializable-
Serialized Fields
-
slots
PyObject[] slots
-
-
-
Class org.python.core.PyNewWrapper
class PyNewWrapper extends PyBuiltinMethod implements Serializable-
Serialized Fields
-
for_type
PyType for_type
-
-
-
Class org.python.core.PyNone
class PyNone extends PyObject implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.python.core.PyNotImplemented
class PyNotImplemented extends PySingleton implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.python.core.PyObject
class PyObject extends Object implements Serializable-
Serialized Fields
-
objtype
PyType objtype
-
-
-
Exception org.python.core.PyObject.ConversionException
class ConversionException extends Exception implements Serializable-
Serialized Fields
-
index
int index
-
-
-
Class org.python.core.PyObjectArray
class PyObjectArray extends AbstractArray implements Serializable-
Serialized Fields
-
baseArray
PyObject[] baseArray
The underlying array used for storing the data.
-
-
-
Class org.python.core.PyObjectDerived
class PyObjectDerived extends PyObject implements Serializable -
Class org.python.core.PyObjectList
class PyObjectList extends AbstractList implements Serializable-
Serialized Fields
-
array
PyObjectArray array
Provides mutable operations on a PyObject[] array, including features that help with implementing java.util.List.
-
-
-
Class org.python.core.PyProperty
class PyProperty extends PyObject implements Serializable -
Class org.python.core.PyPropertyDerived
class PyPropertyDerived extends PyProperty implements Serializable -
Class org.python.core.PyReflectedConstructor
class PyReflectedConstructor extends PyReflectedFunction implements Serializable -
Class org.python.core.PyReflectedField
class PyReflectedField extends PyObject implements Serializable-
Serialized Fields
-
field
Field field
-
-
-
Class org.python.core.PyReflectedFunction
class PyReflectedFunction extends PyObject implements Serializable -
Class org.python.core.PySequence
class PySequence extends PyObject implements Serializable -
Class org.python.core.PySequenceIter
class PySequenceIter extends PyIterator implements Serializable-
Serialized Fields
-
idx
int idx
-
seq
PyObject seq
-
-
-
Class org.python.core.PySequenceList
class PySequenceList extends PySequence implements Serializable-
Serialized Fields
-
list
PyObjectList list
-
-
-
Class org.python.core.PySingleton
class PySingleton extends PyObject implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.python.core.PySlice
class PySlice extends PyObject implements Serializable -
Class org.python.core.PySlot
class PySlot extends PyDescriptor implements Serializable-
Serialized Fields
-
index
int index
-
-
-
Class org.python.core.PyStaticMethod
class PyStaticMethod extends PyObject implements Serializable-
Serialized Fields
-
callable
PyObject callable
-
-
-
Class org.python.core.PyString
class PyString extends PyBaseString implements Serializable-
Serialized Fields
-
string
String string
-
-
-
Class org.python.core.PyStringDerived
class PyStringDerived extends PyString implements Serializable -
Class org.python.core.PyStringMap
class PyStringMap extends PyObject implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
-
-
-
Class org.python.core.PySuper
class PySuper extends PyObject implements Serializable -
Class org.python.core.PySuperDerived
class PySuperDerived extends PySuper implements Serializable -
Exception org.python.core.PySyntaxError
class PySyntaxError extends PyException implements Serializable -
Class org.python.core.PySystemState
class PySystemState extends PyObject implements Serializable-
Serialized Fields
-
__dict__
PyObject __dict__
-
__displayhook__
PyObject __displayhook__
-
__excepthook__
PyObject __excepthook__
-
__stderr__
PyObject __stderr__
-
__stdin__
PyObject __stdin__
-
__stdout__
PyObject __stdout__
-
argv
PyList argv
The arguments passed to this program on the command line. -
classLoader
ClassLoader classLoader
-
executable
PyObject executable
-
last_traceback
PyObject last_traceback
-
last_type
PyObject last_type
-
last_value
PyObject last_value
-
meta_path
PyList meta_path
-
modules
PyObject modules
-
path
PyList path
-
path_hooks
PyList path_hooks
-
path_importer_cache
PyObject path_importer_cache
-
profilefunc
TraceFunction profilefunc
-
ps1
PyObject ps1
-
ps2
PyObject ps2
-
recursionlimit
int recursionlimit
-
stderr
PyObject stderr
-
stdin
PyObject stdin
-
stdout
PyObject stdout
-
tracefunc
TraceFunction tracefunc
-
-
-
Class org.python.core.PyTableCode
class PyTableCode extends PyCode implements Serializable-
Serialized Fields
-
args
boolean args
-
co_argcount
int co_argcount
-
co_cellvars
String[] co_cellvars
-
co_filename
String co_filename
-
co_firstlineno
int co_firstlineno
-
co_flags
int co_flags
-
co_freevars
String[] co_freevars
-
co_nlocals
int co_nlocals
-
co_varnames
String[] co_varnames
-
func_id
int func_id
-
funcs
PyFunctionTable funcs
-
jy_npurecell
int jy_npurecell
-
keywords
boolean keywords
-
nargs
int nargs
-
-
-
Class org.python.core.PyTraceback
class PyTraceback extends PyObject implements Serializable -
Class org.python.core.PyTuple
class PyTuple extends PySequenceList implements Serializable -
Class org.python.core.PyTupleDerived
class PyTupleDerived extends PyTuple implements Serializable -
Class org.python.core.PyType
class PyType extends PyObject implements Serializable-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
base
PyType base
-
bases
PyObject[] bases
-
builtin
boolean builtin
-
dict
PyObject dict
-
has_delete
boolean has_delete
-
has_set
boolean has_set
-
mro
PyObject[] mro
-
name
String name
-
needs_finalizer
boolean needs_finalizer
-
needs_userdict
boolean needs_userdict
-
non_instantiable
boolean non_instantiable
-
numSlots
int numSlots
-
subclasses
HashSet subclasses
-
subclasses_refq
ReferenceQueue subclasses_refq
-
underlying_class
Class underlying_class
-
-
-
Class org.python.core.PyTypeDerived
class PyTypeDerived extends PyType implements Serializable-
Serialized Fields
-
slots
PyObject[] slots
-
-
-
Class org.python.core.PyUnicode
class PyUnicode extends PyString implements Serializable -
Class org.python.core.PyUnicodeDerived
class PyUnicodeDerived extends PyUnicode implements Serializable -
Class org.python.core.PyXRange
class PyXRange extends PySequence implements Serializable-
Serialized Fields
-
copies
int copies
-
cycleLength
int cycleLength
-
start
int start
-
step
int step
-
stop
int stop
-
-
-
Class org.python.core.SyspathArchive
class SyspathArchive extends PyString implements Serializable-
Serialized Fields
-
zipFile
ZipFile zipFile
-
-
-
Class org.python.core.ZipFileImporter
class ZipFileImporter extends PyObject implements Serializable-
Serialized Fields
-
archive
SyspathArchive archive
-
pathToArchive
String pathToArchive
-
-
-
Class org.python.core.ZipFileImporter.ZipFileLoader
class ZipFileLoader extends PyObject implements Serializable-
Serialized Fields
-
_info
org.python.core.ZipFileImporter.ZipModuleInfo _info
-
-
-
-
Package org.python.util
-
Class org.python.util.PyServlet
class PyServlet extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
cache
Hashtable cache
-
interp
PythonInterpreter interp
-
rootPath
String rootPath
-
-
-