Commit 1d45ac24 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Updated.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1996 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6d821a2f
...@@ -12,30 +12,13 @@ security_uid ...@@ -12,30 +12,13 @@ security_uid
getPath getPath
getRelativeUrl getRelativeUrl
getParentUid getParentUid
id
CreationDate CreationDate
Creator
Date
getDescription getDescription
PrincipiaSearchSource
SearchableText
EffectiveDate
ExpiresDate
ModificationDate
getTitle getTitle
Type
bobobase_modification_time
created
effective
expires
getIcon
id
in_reply_to
meta_type meta_type
getPortalType getPortalType
modified
review_state
opportunity_state opportunity_state
summary
getDefaultSourceReference getDefaultSourceReference
getDefaultDestinationReference getDefaultDestinationReference
getDefaultSourceTitle getDefaultSourceTitle
...@@ -45,7 +28,7 @@ getDefaultDestinationSectionTitle ...@@ -45,7 +28,7 @@ getDefaultDestinationSectionTitle
getDefaultCausalityId getDefaultCausalityId
getLocation getLocation
getEan13Code getEan13Code
getSimulationState simulation_state
causality_state causality_state
discussion_state discussion_state
invoice_state invoice_state
...@@ -56,13 +39,10 @@ event_state ...@@ -56,13 +39,10 @@ event_state
getReference getReference
getSourceReference getSourceReference
getDestinationReference getDestinationReference
insert_catalog_line
getStringIndex getStringIndex
getIntIndex getIntIndex
getFloatIndex getFloatIndex
getStringIndex2 insert_catalog_line</params>
getIntIndex2
getFloatIndex2</params>
<dtml-if insert_catalog_line> <dtml-if insert_catalog_line>
INSERT INTO catalog(uid) VALUES (<dtml-sqlvar uid type="int">); INSERT INTO catalog(uid) VALUES (<dtml-sqlvar uid type="int">);
...@@ -73,56 +53,34 @@ UPDATE catalog SET uid=<dtml-sqlvar uid type="int">, ...@@ -73,56 +53,34 @@ UPDATE catalog SET uid=<dtml-sqlvar uid type="int">,
security_uid=<dtml-sqlvar security_uid type="int">, security_uid=<dtml-sqlvar security_uid type="int">,
path=<dtml-sqlvar getPath type="string">, path=<dtml-sqlvar getPath type="string">,
relative_url=<dtml-sqlvar getRelativeUrl type="string">, relative_url=<dtml-sqlvar getRelativeUrl type="string">,
parent_uid=<dtml-sqlvar getParentUid type="string">, parent_uid=<dtml-sqlvar getParentUid type="int">,
CreationDate=<dtml-sqlvar CreationDate type="string">, id=<dtml-sqlvar id type="string" optional>,
Creator=<dtml-sqlvar Creator type="string">, CreationDate=<dtml-sqlvar CreationDate type="string" optional>,
Date=<dtml-sqlvar Date type="string">, Title=<dtml-sqlvar getTitle type="string" optional>,
Description=<dtml-sqlvar getDescription type="string">, meta_type=<dtml-sqlvar meta_type type="string" optional>,
PrincipiaSearchSource=<dtml-sqlvar PrincipiaSearchSource type="string">, portal_type=<dtml-sqlvar getPortalType type="string" optional>,
SearchableText=<dtml-sqlvar SearchableText type="string">, opportunity_state=<dtml-sqlvar opportunity_state type="string" optional>,
EffectiveDate=<dtml-sqlvar EffectiveDate type="string">, default_source_reference=<dtml-sqlvar getDefaultSourceReference type="string" optional>,
ExpiresDate=<dtml-sqlvar ExpiresDate type="string">, default_destination_reference=<dtml-sqlvar getDefaultDestinationReference type="string" optional>,
ModificationDate=<dtml-sqlvar ModificationDate type="string">, default_source_title=<dtml-sqlvar getDefaultSourceTitle type="string" optional>,
Title=<dtml-sqlvar getTitle type="string">, default_destination_title=<dtml-sqlvar getDefaultDestinationTitle type="string" optional>,
Type=<dtml-sqlvar Type type="string">, default_source_section_title=<dtml-sqlvar getDefaultSourceSectionTitle type="string" optional>,
bobobase_modification_time=<dtml-sqlvar bobobase_modification_time type="string">, default_destination_section_title=<dtml-sqlvar getDefaultDestinationSectionTitle type="string" optional>,
created=<dtml-sqlvar created type="string">, default_causality_id=<dtml-sqlvar getDefaultCausalityId type="string" optional>,
effective=<dtml-sqlvar effective type="string">, location=<dtml-sqlvar getLocation type="string" optional>,
expires=<dtml-sqlvar expires type="string">, ean13_code=<dtml-sqlvar getEan13Code type="string" optional>,
getIcon=<dtml-sqlvar getIcon type="string">, validation_state=<dtml-sqlvar validation_state type="string" optional>,
id=<dtml-sqlvar id type="string">, simulation_state=<dtml-sqlvar simulation_state type="string" optional>,
in_reply_to=<dtml-sqlvar in_reply_to type="string">, causality_state=<dtml-sqlvar causality_state type="string" optional>,
meta_type=<dtml-sqlvar meta_type type="string">, discussion_state=<dtml-sqlvar discussion_state type="string" optional>,
portal_type=<dtml-sqlvar getPortalType type="string">, payment_state=<dtml-sqlvar payment_state type="string" optional>,
modified=<dtml-sqlvar modified type="string">, event_state=<dtml-sqlvar event_state type="string" optional>,
review_state=<dtml-sqlvar review_state type="string">, invoice_state=<dtml-sqlvar invoice_state type="string" optional>,
opportunity_state=<dtml-sqlvar opportunity_state type="string">, order_id=<dtml-sqlvar getOrderId type="string" optional>,
default_source_reference=<dtml-sqlvar getDefaultSourceReference type="string">, reference=<dtml-sqlvar getReference type="string" optional>,
default_destination_reference=<dtml-sqlvar getDefaultDestinationReference type="string">, source_reference=<dtml-sqlvar getSourceReference type="string" optional>,
default_source_title=<dtml-sqlvar getDefaultSourceTitle type="string">, destination_reference=<dtml-sqlvar getDestinationReference type="string" optional>,
default_destination_title=<dtml-sqlvar getDefaultDestinationTitle type="string">, string_index=<dtml-sqlvar getStringIndex type="string" optional>,
default_source_section_title=<dtml-sqlvar getDefaultSourceSectionTitle type="string">, int_index=<dtml-sqlvar getIntIndex type="int" optional>,
default_destination_section_title=<dtml-sqlvar getDefaultDestinationSectionTitle type="string">, float_index=<dtml-sqlvar getFloatIndex type="float" optional>
default_causality_id=<dtml-sqlvar getDefaultCausalityId type="string">, WHERE <dtml-sqltest uid op=eq type=int>
location=<dtml-sqlvar getLocation type="string">,
ean13_code=<dtml-sqlvar getEan13Code type="string">,
validation_state=<dtml-sqlvar validation_state type="string">,
simulation_state=<dtml-sqlvar getSimulationState type="string">,
causality_state=<dtml-sqlvar causality_state type="string">,
discussion_state=<dtml-sqlvar discussion_state type="string">,
payment_state=<dtml-sqlvar payment_state type="string">,
event_state=<dtml-sqlvar event_state type="string">,
invoice_state=<dtml-sqlvar invoice_state type="string">,
order_id=<dtml-sqlvar getOrderId type="string">,
reference=<dtml-sqlvar getReference type="string">,
source_reference=<dtml-sqlvar getSourceReference type="string">,
destination_reference=<dtml-sqlvar getDestinationReference type="string">,
summary=<dtml-sqlvar summary type="string">,
string_index=<dtml-sqlvar getStringIndex type="string">,
int_index=<dtml-if getIntIndex><dtml-sqlvar getIntIndex type="int"><dtml-else>NULL</dtml-if>,
float_index=<dtml-if getFloatIndex><dtml-sqlvar getFloatIndex type="float"><dtml-else>NULL</dtml-if>,
string_index2=<dtml-sqlvar getStringIndex2 type="string">,
int_index2=<dtml-if getIntIndex2><dtml-sqlvar getIntIndex2 type="int"><dtml-else>NULL</dtml-if>,
float_index2=<dtml-if getFloatIndex2><dtml-sqlvar getFloatIndex2 type="float"><dtml-else>NULL</dtml-if>
WHERE <dtml-sqltest uid op=eq type=int> ;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment