~ubuntu-branches/debian/jessie/sqlalchemy/jessie

« back to all changes in this revision

Viewing changes to doc/build/dialects/oracle.rst

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2013-10-28 22:29:40 UTC
  • mfrom: (1.4.24)
  • Revision ID: package-import@ubuntu.com-20131028222940-wvyqffl4g617caun
Tags: 0.8.3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
.. autoclass:: BFILE
27
27
  :members: __init__
28
 
  :show-inheritance:
 
28
   
29
29
 
30
30
.. autoclass:: DOUBLE_PRECISION
31
31
   :members: __init__
32
 
   :show-inheritance:
 
32
    
33
33
 
34
34
.. autoclass:: INTERVAL
35
35
  :members: __init__
36
 
  :show-inheritance:
 
36
   
37
37
 
38
38
.. autoclass:: NCLOB
39
39
  :members: __init__
40
 
  :show-inheritance:
 
40
   
41
41
 
42
42
.. autoclass:: NUMBER
43
43
   :members: __init__
44
 
   :show-inheritance:
 
44
    
45
45
 
46
46
.. autoclass:: LONG
47
47
  :members: __init__
48
 
  :show-inheritance:
 
48
   
49
49
 
50
50
.. autoclass:: RAW
51
51
  :members: __init__
52
 
  :show-inheritance:
 
52
   
53
53
 
54
54
cx_Oracle
55
55
----------