OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-gen / dbflute-0.9.3 / dfprop / sequenceDefinitionMap.dfprop
1 # /---------------------------------------------------------------------------
2 # sequenceDefinitionMap: (Default 'map:{}')
3
4 # The relation mappings between sequence and table.
5 # If you don't specify the mappings, you cannot insert 
6 # a record of the table by sequence.
7 # The table names are treated as case insensitive.
8
9 # Example:
10 # map:{
11 #     ; PURCHASE     = SEQ_PURCHASE
12 #     ; MEMBER       = SEQ_MEMBER
13 #     ; MEMBER_LOGIN = SEQ_MEMBER_LOGIN
14 #     ; PRODUCT      = SEQ_PRODUCT
15 # }
16 #
17 # *The line that starts with '#' means comment-out.
18 #
19 map:{
20     #; PURCHASE     = SEQ_PURCHASE
21     #; MEMBER       = SEQ_MEMBER
22     #; MEMBER_LOGIN = SEQ_MEMBER_LOGIN
23     #; PRODUCT      = SEQ_PRODUCT
24 }
25 # ----------------/