Top Description Fields Constructors Methods
com.ziclix.python.sql

public final Class DBApiType

extends PyInteger
Class Inheritance
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_INTmaxIntMIN_INTminIntTYPE

Constructor Summary

AccessConstructor 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__asIndexasIntasIntasLongasLongbit_lengthconjugategetDenominatorgetImaggetNumeratorgetRealgetValuehashCodeint_newisIndexisMappingTypeisNumberTypeisSequenceTypetoString

Constructor Detail

DBApiTypeback to summary
public DBApiType(int type)

Constructor DBApiType

DBApiTypeback to summary
public DBApiType(Integer type)

Constructor DBApiType