Jython 2.7.4
com.ziclix.python.sql
DBApiType
Top
Description
Fields
Constructors
Methods
com.ziclix.python.sql
public
final
Class DBApiType
extends
PyInteger
Class Inheritance
java.lang.Object
org.python.core.PyObject
org.python.core.PyInteger
com.ziclix.python.sql.DBApiType
Annotations
@Untraversable
Imports
org.
python.
core.
PyInteger
,
.Untraversable
This class wraps the types from java.sql.Type in order for PyCursor to differentiate between a regular PyInteger and a SQL datatype value.
Author
brian zimmer
Field Summary
Inherited from
org.python.core.PyInteger
:
MAX_INT
maxInt
MIN_INT
minInt
TYPE
Constructor Summary
Access
Constructor and Description
public
DBApiType
(
int type
)
Constructor DBApiType
public
DBApiType
(
Integer
type
)
Constructor DBApiType
Method Summary
Inherited from
org.python.core.PyInteger
:
__abs__
__add__
__and__
__cmp__
__coerce_ex__
__complex__
__div__
__divmod__
__float__
__floordiv__
__format__
__getnewargs__
__hex__
__index__
__int__
__invert__
__long__
__lshift__
__mod__
__mul__
__neg__
__nonzero__
__oct__
__or__
__pos__
__pow__
__radd__
__rdiv__
__rfloordiv__
__rmod__
__rmul__
__rpow__
__rshift__
__rsub__
__rtruediv__
__sub__
__tojava__
__truediv__
__trunc__
__xor__
asIndex
asInt
asInt
asLong
asLong
bit_length
conjugate
getDenominator
getImag
getNumerator
getReal
getValue
hashCode
int_new
isIndex
isMappingType
isNumberType
isSequenceType
toString
Constructor Detail
DBApiType
back to summary
public
DBApiType
(
int type
)
Constructor DBApiType
DBApiType
back to summary
public
DBApiType
(
Integer
type
)
Constructor DBApiType