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 cursors
- Field cursors
statements
java.util.Set 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
Class org.python.core.InternalTables2.TableProvid2 extends java.util.HashMap implements Serializable |
_class
java.lang.Class _class
_package
boolean _package
data
java.lang.Object data
type
java.lang.Class type
typecode
java.lang.String typecode
delegate
org.python.core.PyArray.ArrayDelegate delegate
addMethod
java.lang.reflect.Method addMethod
eventClass
java.lang.Class eventClass
__name__
java.lang.String __name__
addMethod
java.lang.reflect.Method addMethod
eventName
java.lang.String eventName
eventClass
java.lang.Class eventClass
__name__
java.lang.String __name__
adapterField
java.lang.reflect.Field adapterField
adapterClass
java.lang.Class adapterClass
getMethod
java.lang.reflect.Method getMethod
setMethod
java.lang.reflect.Method setMethod
myType
java.lang.Class myType
__name__
java.lang.String __name__
info
PyBuiltinFunction.Info info
__name__
PyObject __name__
__doc__
PyObject __doc__
__self__
PyObject __self__
name
java.lang.String name
minargs
int minargs
maxargs
int maxargs
isMethod
boolean isMethod
index
int index
doc
java.lang.String doc
callable
PyObject callable
sentinel
PyObject sentinel
idx
int idx
ob_ref
PyObject ob_ref
__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__
proxyClass
java.lang.Class proxyClass
super__methods
java.util.HashMap super__methods
callable
PyObject callable
co_name
java.lang.String co_name
real
double real
imag
double imag
callables
java.util.Vector callables
systemState
PySystemState systemState
dtype
PyType dtype
name
java.lang.String name
table
java.util.Hashtable table
dict
PyObject dict
en_index
long en_index
en_sit
PyObject en_sit
en_result
PyTuple en_result
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
instantiated
boolean instantiated
printingStackTrace
boolean printingStackTrace
field
java.lang.reflect.Field field
field_type
java.lang.Class field_type
readonly
boolean readonly
name
java.lang.String name
mode
java.lang.String mode
softspace
boolean softspace
closed
boolean closed
file
org.python.core.PyFile.FileWrapper file
dict
PyObject dict
value
double value
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
f_ncells
int f_ncells
f_nfreevars
int f_nfreevars
f_lasti
int f_lasti
f_savedlocals
java.lang.Object[] f_savedlocals
tracefunc
TraceFunction tracefunc
__name__
java.lang.String __name__
__doc__
PyObject __doc__
func_globals
PyObject func_globals
func_defaults
PyObject[] func_defaults
func_code
PyCode func_code
__dict__
PyObject __dict__
func_closure
PyObject func_closure
gi_frame
PyFrame gi_frame
closure
PyObject closure
gi_running
boolean gi_running
get_meth
java.lang.reflect.Method get_meth
set_meth
java.lang.reflect.Method set_meth
getset_type
java.lang.Class getset_type
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
javaProxy
java.lang.Object javaProxy
__dict__
PyObject __dict__
- The namespace of this instance. Contains all instance attributes.
collectionProxy
CollectionProxy collectionProxy
value
int value
__init__
PyReflectedConstructor __init__
__mgr__
PackageManager __mgr__
initialized
boolean initialized
initializing
boolean initializing
constructorsInitialized
boolean constructorsInitialized
missingAttributes
PyStringMap missingAttributes
classInstance
PyJavaInstance classInstance
parent
PyJavaClass parent
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Implementation of the Externalizable interface.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Implementation of the Externalizable interface.
- Throws:
java.io.IOException
__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__
PackageManager __mgr__
- (Control) package manager whose hierarchy contains this java pkg.
dict
PyObject dict
value
java.math.BigInteger value
im_self
PyObject im_self
im_func
PyObject im_func
im_class
PyObject im_class
__name__
java.lang.String __name__
__doc__
PyObject __doc__
minargs
int minargs
maxargs
int maxargs
func
PyBuiltinFunction func
__dict__
PyObject __dict__
for_type
PyType for_type
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
index
int index
baseArray
PyObject[] baseArray
- The underlying array used for storing the data.
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
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
list
PyObjectList list
name
java.lang.String name
start
PyObject start
stop
PyObject stop
step
PyObject step
callable
PyObject callable
string
java.lang.String string
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
size
int size
thisClass
PyType thisClass
self
PyObject self
selfClass
PyType selfClass
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
builtins
PyObject builtins
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
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
__dict__
PyObject __dict__
recursionlimit
int recursionlimit
tracefunc
TraceFunction tracefunc
profilefunc
TraceFunction profilefunc
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
args
boolean args
keywords
boolean keywords
funcs
PyFunctionTable funcs
func_id
int func_id
tb_next
PyObject tb_next
tb_frame
PyFrame tb_frame
tb_lineno
int tb_lineno
name
java.lang.String name
base
PyType base
bases
PyObject[] bases
dict
PyObject dict
mro
PyObject[] mro
underlying_class
java.lang.Class underlying_class
non_instantiable
boolean non_instantiable
has_set
boolean has_set
has_delete
boolean has_delete
needs_finalizer
boolean needs_finalizer
nuserslots
int nuserslots
needs_userdict
boolean needs_userdict
subclasses_refq
java.lang.ref.ReferenceQueue subclasses_refq
subclasses
java.util.HashSet subclasses
start
int start
stop
int stop
step
int step
cycleLength
int cycleLength
copies
int copies
zipFile
java.util.zip.ZipFile zipFile
archive
SyspathArchive archive
_info
org.python.core.ZipFileImporter.ZipModuleInfo _info
interp
PythonInterpreter interp
cache
java.util.Hashtable cache
rootPath
java.lang.String rootPath
Jython homepage