com.ziclix.python.sql

Class DBApiType

public final class DBApiType extends PyInteger

This class wraps the types from java.sql.Type in order for PyCursor to differentiate between a regular PyInteger and a SQL datatype value.

Version: $Revision: 2414 $

Author: brian zimmer last modified by $Author: bzimmer $

Field Summary
static PyClass__class__
Field __class__
Constructor Summary
DBApiType(int type)
Constructor DBApiType
DBApiType(Integer type)
Constructor DBApiType

Field Detail

__class__

public static PyClass __class__
Field __class__

Constructor Detail

DBApiType

public DBApiType(int type)
Constructor DBApiType

Parameters: type

DBApiType

public DBApiType(Integer type)
Constructor DBApiType

Parameters: type