class documentation

class Oracle_datetime(datetime.datetime): (source)

View In Hierarchy

A datetime object, with an additional class attribute to tell cx_Oracle to save the microseconds too.

Class Method from_datetime Undocumented
@classmethod
def from_datetime(cls, dt): (source)

Undocumented