equal
deleted
inserted
replaced
|
1 .. _dataimport_module: |
|
2 |
|
3 :mod:`cubicweb.dataimport` |
|
4 ========================== |
|
5 |
|
6 .. automodule:: cubicweb.dataimport |
|
7 |
|
8 Utilities |
|
9 --------- |
|
10 |
|
11 .. autofunction:: count_lines |
|
12 |
|
13 .. autofunction:: ucsvreader_pb |
|
14 |
|
15 .. autofunction:: ucsvreader |
|
16 |
|
17 .. autofunction:: callfunc_every |
|
18 |
|
19 .. autofunction:: lazytable |
|
20 |
|
21 .. autofunction:: lazydbtable |
|
22 |
|
23 .. autofunction:: mk_entity |
|
24 |
|
25 Sanitizing/coercing functions |
|
26 ----------------------------- |
|
27 |
|
28 .. autofunction:: optional |
|
29 .. autofunction:: required |
|
30 .. autofunction:: todatetime |
|
31 .. autofunction:: call_transform_method |
|
32 .. autofunction:: call_check_method |
|
33 |
|
34 Integrity functions |
|
35 ------------------- |
|
36 |
|
37 .. autofunction:: check_doubles |
|
38 .. autofunction:: check_doubles_not_one |
|
39 |
|
40 Object Stores |
|
41 ------------- |
|
42 |
|
43 .. autoclass:: ObjectStore |
|
44 :members: |
|
45 |
|
46 .. autoclass:: RQLObjectStore |
|
47 :show-inheritance: |
|
48 :members: |
|
49 |
|
50 .. autoclass:: NoHookRQLObjectStore |
|
51 :show-inheritance: |
|
52 :members: |
|
53 |
|
54 .. autoclass:: SQLGenObjectStore |
|
55 :show-inheritance: |
|
56 :members: |
|
57 |
|
58 Import Controller |
|
59 ----------------- |
|
60 |
|
61 .. autoclass:: CWImportController |
|
62 :show-inheritance: |
|
63 :members: |