Serialized Form
Package com.ziclix.python.sql |
closed
boolean closed
- Field closed
connection
java.sql.Connection connection
- Field connection
supportsTransactions
boolean supportsTransactions
- Field supportsTransactions
cursors
java.util.Set<E> cursors
- Field cursors
statements
java.util.Set<E> statements
- Field statements
fetch
Fetch fetch
- Field fetch
closed
boolean closed
- Field closed
arraysize
int arraysize
- Field arraysize
softspace
int softspace
- Field softspace
rsType
PyObject rsType
- Field rsType
rsConcur
PyObject rsConcur
- Field rsConcur
warnings
PyObject warnings
- Field warnings
lastrowid
PyObject lastrowid
- Field warnings
updatecount
PyObject updatecount
- Field updatecount
dynamicFetch
boolean dynamicFetch
- Field dynamicFetch
connection
PyConnection connection
- Field connection
datahandler
DataHandler datahandler
- Field datahandler
statement
PyStatement statement
- Field statement
style
int style
- Field style
sql
java.lang.Object sql
- Field sql
closed
boolean closed
- Field closed
statement
java.sql.Statement statement
- Field statement
warning
java.sql.SQLWarning warning
capacity
int capacity
- Size of the current array, which can be larger than the
size
field.
size
int size
- The number of values currently present in the array.
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
extend
AbstractList
, by adding the value to
AbstractList.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 increment
modCount
if a potentially structure-altering method
is called, regardless of whether or not a change actually occurred.
See also: java.util.AbstractList#modCount
data
java.util.List<E> data
- The underlying Java List.
adapter
org.python.antlr.adapter.AstAdapter adapter
_set
java.util.Set<E> _set
- The underlying Set.
entries
java.util.Map<K,V> entries
path
java.lang.String path
slots
PyObject[] slots
data
java.lang.Object data
- The underlying Java array.
type
java.lang.Class<T> type
- The Java array class.
typecode
java.lang.String typecode
- The Python style typecode of the array.
delegate
org.python.core.PyArray.ArrayDelegate delegate
slots
PyObject[] slots
dict
PyObject dict
message
PyObject message
- Exception message.
args
PyObject args
- Exception's arguments.
__dict__
PyObject __dict__
- Exception's underlying dictionary, lazily created.
slots
PyObject[] slots
addMethod
java.lang.reflect.Method addMethod
eventClass
java.lang.Class<T> eventClass
__name__
java.lang.String __name__
addMethod
java.lang.reflect.Method addMethod
eventName
java.lang.String eventName
eventClass
java.lang.Class<T> eventClass
__name__
java.lang.String __name__
adapterField
java.lang.reflect.Field adapterField
adapterClass
java.lang.Class<T> adapterClass
getMethod
java.lang.reflect.Method getMethod
setMethod
java.lang.reflect.Method setMethod
myType
java.lang.Class<T> myType
__name__
java.lang.String __name__
value
boolean value
slots
PyObject[] slots
dict
PyObject dict
info
PyBuiltinCallable.Info info
doc
java.lang.String doc
index
int index
self
PyObject self
type
java.lang.Class<T> type
__self__
PyObject __self__
callable
PyObject callable
sentinel
PyObject sentinel
ob_ref
PyObject ob_ref
- The underlying content of the cell, or null.
__dict__
PyObject __dict__
- Holds the namespace for this class
__bases__
PyTuple __bases__
- The base classes of this class
__name__
java.lang.String __name__
- The name of this class
__getattr__
PyObject __getattr__
__setattr__
PyObject __setattr__
__delattr__
PyObject __delattr__
__tojava__
PyObject __tojava__
__del__
PyObject __del__
__contains__
PyObject __contains__
callable
PyObject callable
slots
PyObject[] slots
dict
PyObject dict
co_name
java.lang.String co_name
real
double real
imag
double imag
slots
PyObject[] slots
dict
PyObject dict
callables
java.util.List<E> callables
systemState
PySystemState systemState
ofType
java.lang.Class<T> ofType
dtype
PyType dtype
name
java.lang.String name
table
java.util.concurrent.ConcurrentMap<K,V> table
slots
PyObject[] slots
dict
PyObject dict
dict
PyObject dict
- The dict proxied to.
writeReplace
private java.lang.Object writeReplace()
index
long index
- Current index of enumeration.
sit
PyObject sit
- Secondary iterator of enumeration.
slots
PyObject[] slots
dict
PyObject dict
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).
traceback
PyTraceback traceback
- The exception traceback object.
isReRaise
boolean isReRaise
- Whether the exception was re-raised, such as when a traceback is specified to
'raise', or via a 'finally' block.
normalized
boolean normalized
printingStackTrace
boolean printingStackTrace
seq
PySequence seq
index
int index
name
PyObject name
- The filename
mode
java.lang.String mode
- The mode string
encoding
java.lang.String encoding
softspace
boolean softspace
- Indicator dictating whether a space should be written to this
file on the next print statement (not currently implemented in
print )
reading
boolean reading
- Whether this file is opened for reading
writing
boolean writing
- Whether this file is opened for writing
appending
boolean appending
- Whether this file is opened in appending mode
updating
boolean updating
- Whether this file is opened for updating
binary
boolean binary
- Whether this file is opened in binary mode
universal
boolean universal
- Whether this file is opened in universal newlines mode
file
org.python.core.io.TextIOBase file
- The underlying IO object
closer
org.python.core.PyFile.Closer closer
- The file's closer object; ensures the file is closed at
shutdown
slots
PyObject[] slots
dict
PyObject dict
value
double value
slots
PyObject[] slots
dict
PyObject dict
f_back
PyFrame f_back
f_code
PyTableCode f_code
f_locals
PyObject f_locals
f_globals
PyObject f_globals
f_lineno
int f_lineno
f_builtins
PyObject f_builtins
f_fastlocals
PyObject[] f_fastlocals
f_env
PyCell[] f_env
- nested scopes: cell + free env.
f_ncells
int f_ncells
f_nfreevars
int f_nfreevars
f_lasti
int f_lasti
f_savedlocals
java.lang.Object[] f_savedlocals
f_stackstate
PyObject[] f_stackstate
- newcompiler uses this to allow yield in loops.
f_blockstate
int[] f_blockstate
- newcompiler uses this to allow yield in finally.
env_j
int env_j
generatorInput
java.lang.Object generatorInput
f_exits
PyObject[] f_exits
tracefunc
TraceFunction tracefunc
- an interface to functions suitable for tracing, e.g. via
sys.settrace().
slots
PyObject[] slots
dict
PyObject dict
__name__
java.lang.String __name__
- The writable name, also available via func_name.
__doc__
PyObject __doc__
- The writable doc string, also available via func_doc.
func_globals
PyObject func_globals
- The read only namespace; a dict (PyStringMap).
func_defaults
PyObject[] func_defaults
- Default argument values for associated kwargs. Exposed as a
tuple to Python. Writable.
func_code
PyCode func_code
- The actual funtion's code, writable.
__dict__
PyObject __dict__
- A function's lazily created __dict__; allows arbitrary
attributes to be tacked on. Read only.
func_closure
PyObject func_closure
- A read only closure tuple for nested scopes.
__module__
PyObject __module__
- Writable object describing what module this function belongs to.
gi_frame
PyFrame gi_frame
gi_running
boolean gi_running
generatorExit
PyException generatorExit
closure
PyObject closure
lineno
int lineno
column
int column
text
java.lang.String text
filename
java.lang.String filename
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
__dict__
PyObject __dict__
- The namespace of this instance. Contains all instance attributes.
value
int value
slots
PyObject[] slots
dict
PyObject dict
stopException
PyException stopException
__name__
java.lang.String __name__
__dict__
PyStringMap __dict__
clsSet
PyStringMap clsSet
- Its keys are the names of statically known classes.
E.g. from jars pre-scan.
__file__
java.lang.String __file__
__mgr__
org.python.core.packagecache.PackageManager __mgr__
- (Control) package manager whose hierarchy contains this java pkg.
list
java.util.List<E> list
slots
PyObject[] slots
dict
PyObject dict
value
java.math.BigInteger value
slots
PyObject[] slots
dict
PyObject dict
im_class
PyObject im_class
- The class associated with a method.
im_func
PyObject im_func
- The function (or other callable) implementing a method.
im_self
PyObject im_self
- The instance to which a method is bound; None for unbound methods.
minargs
int minargs
maxargs
int maxargs
meth
PyBuiltinCallable meth
moduleDoc
PyObject moduleDoc
__dict__
PyObject __dict__
- The module's mutable dictionary
slots
PyObject[] slots
for_type
PyType for_type
writeReplace
private java.lang.Object writeReplace()
writeReplace
private java.lang.Object writeReplace()
javaProxy
java.lang.Object javaProxy
- An underlying Java instance that this object is wrapping or is a subclass of. Anything
attempting to use the proxy should go through
PyObject.getJavaProxy()
which ensures that it's
initialized.
objtype
PyType objtype
index
int index
baseArray
PyObject[] baseArray
- The underlying array used for storing the data.
slots
PyObject[] slots
dict
PyObject dict
array
PyObjectArray array
- Provides mutable operations on a PyObject[] array, including features
that help with implementing java.util.List.
fget
PyObject fget
fset
PyObject fset
fdel
PyObject fdel
doc
PyObject doc
slots
PyObject[] slots
dict
PyObject dict
field
java.lang.reflect.Field field
__name__
java.lang.String __name__
__doc__
PyObject __doc__
argslist
ReflectedArgs[] argslist
nargs
int nargs
seq
PyObject seq
idx
int idx
gListAllocatedStatus
int gListAllocatedStatus
delegator
SequenceIndexDelegate delegator
seq
PyObject seq
index
int index
list
PyObjectList list
slots
PyObject[] slots
dict
PyObject dict
set
java.util.Set<E> set
size
int size
iterator
java.util.Iterator<E> iterator
name
java.lang.String name
start
PyObject start
stop
PyObject stop
step
PyObject step
slots
PyObject[] slots
dict
PyObject dict
index
int index
callable
PyObject callable
string
java.lang.String string
slots
PyObject[] slots
dict
PyObject dict
table
java.util.Map<K,V> table
superType
PyType superType
obj
PyObject obj
objType
PyType objType
slots
PyObject[] slots
dict
PyObject dict
lineno
int lineno
column
int column
text
java.lang.String text
filename
java.lang.String filename
argv
PyList argv
- The arguments passed to this program on the command line.
modules
PyObject modules
path
PyList path
meta_path
PyList meta_path
path_hooks
PyList path_hooks
path_importer_cache
PyObject path_importer_cache
ps1
PyObject ps1
ps2
PyObject ps2
executable
PyObject executable
currentWorkingDir
java.lang.String currentWorkingDir
environ
PyObject environ
classLoader
java.lang.ClassLoader classLoader
stdout
PyObject stdout
stderr
PyObject stderr
stdin
PyObject stdin
__stdout__
PyObject __stdout__
__stderr__
PyObject __stderr__
__stdin__
PyObject __stdin__
__displayhook__
PyObject __displayhook__
__excepthook__
PyObject __excepthook__
last_value
PyObject last_value
last_type
PyObject last_type
last_traceback
PyObject last_traceback
__name__
PyObject __name__
__dict__
PyObject __dict__
recursionlimit
int recursionlimit
shadowing
org.python.core.Shadow shadowing
co_argcount
int co_argcount
nargs
int nargs
co_firstlineno
int co_firstlineno
co_varnames
java.lang.String[] co_varnames
co_cellvars
java.lang.String[] co_cellvars
jy_npurecell
int jy_npurecell
co_freevars
java.lang.String[] co_freevars
co_filename
java.lang.String co_filename
co_flags
int co_flags
co_nlocals
int co_nlocals
varargs
boolean varargs
varkwargs
boolean varkwargs
funcs
PyFunctionTable funcs
func_id
int func_id
co_code
java.lang.String co_code
tb_next
PyObject tb_next
tb_frame
PyFrame tb_frame
tb_lineno
int tb_lineno
slots
PyObject[] slots
dict
PyObject dict
writeReplace
protected java.lang.Object writeReplace()
- Used when serializing this type.
name
java.lang.String name
- The type's name. builtin types include their fully qualified name, e.g.: time.struct_time.
base
PyType base
- __base__, the direct base type or null.
bases
PyObject[] bases
- __bases__, the base classes.
dict
PyObject dict
- The real, internal __dict__.
mro
PyObject[] mro
- __mro__, the method resolution. order
tp_flags
long tp_flags
- __flags__, the type's options.
underlying_class
java.lang.Class<T> underlying_class
- The underlying java class or null.
builtin
boolean builtin
- Whether it's a builtin type.
instantiable
boolean instantiable
- Whether new instances of this type can be instantiated
has_set
boolean has_set
- Whether this type has set/delete descriptors
has_delete
boolean has_delete
isBaseType
boolean isBaseType
- Whether this type allows subclassing.
needs_finalizer
boolean needs_finalizer
- Whether finalization is required for this type's instances (implements __del__).
needs_userdict
boolean needs_userdict
- Whether this type's instances require a __dict__.
numSlots
int numSlots
- The number of __slots__ defined.
subclasses_refq
java.lang.ref.ReferenceQueue<T> subclasses_refq
subclasses
java.util.Set<E> subclasses
slots
PyObject[] slots
plane
org.python.core.PyUnicode.Plane plane
codePointCount
int codePointCount
slots
PyObject[] slots
dict
PyObject dict
start
int start
step
int step
len
int len
zipFile
java.util.zip.ZipFile zipFile
interp
PythonInterpreter interp
cache
java.util.Hashtable<K,V> cache
rootPath
java.lang.String rootPath
Jython homepage