diff --git a/doc/date.rst b/doc/date.rst deleted file mode 100644 index 226d96f..0000000 --- a/doc/date.rst +++ /dev/null @@ -1,52 +0,0 @@ -.. _dateobj: - -*********** -Date Object -*********** - -.. note:: - - This object is an extension the DB API. It is returned whenever Oracle - date and timestamp (in Oracle 9i) columns are fetched and whenever the - constructor methods (Date(), Time(), Timestamp()) are called. - -.. note:: - - As of Python 2.4 cx_Oracle returns the datetime objects from the - standard library datetime module instead of these objects. - - -.. attribute:: Date.year - - This read-only attribute returns the year. - - -.. attribute:: Date.month - - This read-only attribute returns the month. - - -.. attribute:: Date.day - - This read-only attribute returns the day. - - -.. attribute:: Date.hour - - This read-only attribute returns the hour. - - -.. attribute:: Date.minute - - This read-only attribute returns the minute. - - -.. attribute:: Date.second - - This read-only attribute returns the second. - - -.. attribute:: Date.fsecond - - This read-only attribute returns the fractional second. - diff --git a/doc/index.rst b/doc/index.rst index 01bc124..71771b1 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -51,7 +51,6 @@ Contents: variable session_pool lob - date license * :ref:`genindex` diff --git a/html/date.html b/html/date.html deleted file mode 100644 index 95acc08..0000000 --- a/html/date.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - Date Object — cx_Oracle v5.0 documentation - - - - - - - - - - - - - - - -
-
-
-
- - -
-

Date Object

-
-

Note

-

This object is an extension the DB API. It is returned whenever Oracle -date and timestamp (in Oracle 9i) columns are fetched and whenever the -constructor methods (Date(), Time(), Timestamp()) are called.

-
-
-

Note

-

As of Python 2.4 cx_Oracle returns the datetime objects from the -standard library datetime module instead of these objects.

-
-
-
-Date.year
-
This read-only attribute returns the year.
- -
-
-Date.month
-
This read-only attribute returns the month.
- -
-
-Date.day
-
This read-only attribute returns the day.
- -
-
-Date.hour
-
This read-only attribute returns the hour.
- -
-
-Date.minute
-
This read-only attribute returns the minute.
- -
-
-Date.second
-
This read-only attribute returns the second.
- -
-
-Date.fsecond
-
This read-only attribute returns the fractional second.
- -
- - -
-
-
- -
-
- - - - \ No newline at end of file diff --git a/html/genindex.html b/html/genindex.html index 32f3776..fa6446e 100644 --- a/html/genindex.html +++ b/html/genindex.html @@ -36,7 +36,7 @@

Index

- _ | A | B | C | D | E | F | G | H | I | L | M | N | O | P | R | S | T | U | V | W | Y + _ | A | B | C | D | E | F | G | H | I | L | M | N | O | P | R | S | T | U | V | W
@@ -121,7 +121,6 @@
Date() (in module cx_Oracle)
DateFromTicks() (in module cx_Oracle)
DATETIME (in module cx_Oracle)
-
day (Date attribute)
DBSHUTDOWN_ABORT (in module cx_Oracle)
DBSHUTDOWN_FINAL (in module cx_Oracle)
DBSHUTDOWN_IMMEDIATE (in module cx_Oracle)
@@ -155,14 +154,13 @@
fetchraw() (Cursor method)
fetchvars (Cursor attribute)
fileexists() (LOB method)
-
FIXED_CHAR (in module cx_Oracle)
-
FNCODE_BINDBYNAME (in module cx_Oracle)
+
FIXED_CHAR (in module cx_Oracle)
+
FNCODE_BINDBYNAME (in module cx_Oracle)
FNCODE_BINDBYPOS (in module cx_Oracle)
FNCODE_DEFINEBYPOS (in module cx_Oracle)
FNCODE_STMTEXECUTE (in module cx_Oracle)
FNCODE_STMTFETCH (in module cx_Oracle)
FNCODE_STMTPREPARE (in module cx_Oracle)
-
fsecond (Date attribute)

G

@@ -178,8 +176,7 @@
-
homogeneous (SessionPool attribute)
-
hour (Date attribute)
+
homogeneous (SessionPool attribute)

I

@@ -215,12 +212,10 @@
makedsn() (in module cx_Oracle)
max (SessionPool attribute)
maxBytesPerCharacter (Connection attribute)
-
maxlength (Variable attribute)
-
message (cx_Oracle._Error attribute)
+
maxlength (Variable attribute)
+
message (cx_Oracle._Error attribute)
min (SessionPool attribute)
-
minute (Date attribute)
module (Connection attribute)
-
month (Date attribute)

N

@@ -288,7 +283,6 @@
-
second (Date attribute)
SessionPool() (in module cx_Oracle)
setfilename() (LOB method)
setinputsizes() (Cursor method)
@@ -296,8 +290,8 @@
setvalue() (Variable method)
shutdown() (Connection method)
size() (LOB method)
-
SPOOL_ATTRVAL_FORCEGET (in module cx_Oracle)
-
SPOOL_ATTRVAL_NOWAIT (in module cx_Oracle)
+
SPOOL_ATTRVAL_FORCEGET (in module cx_Oracle)
+
SPOOL_ATTRVAL_NOWAIT (in module cx_Oracle)
SPOOL_ATTRVAL_WAIT (in module cx_Oracle)
startup() (Connection method)
statement (Cursor attribute)
@@ -358,13 +352,6 @@
write() (LOB method)
-

Y

-
-
- -
year (Date attribute)
-
- diff --git a/html/index.html b/html/index.html index c35e286..f00eae7 100644 --- a/html/index.html +++ b/html/index.html @@ -84,9 +84,6 @@ for more information on the Python database API specification.

  • LOB Objects
  • -