Class DBApiType

All Implemented Interfaces:
Serializable

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.
Author:
brian zimmer
See Also:
  • Constructor Details

    • DBApiType

      public DBApiType(int type)
      Constructor DBApiType
      Parameters:
      type -
    • DBApiType

      public DBApiType(Integer type)
      Constructor DBApiType
      Parameters:
      type -