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
getPath
getRelativeUrl
getParentUid
id
CreationDate
Creator
Date
getDescription
PrincipiaSearchSource
SearchableText
EffectiveDate
ExpiresDate
ModificationDate
getTitle
Type
bobobase_modification_time
created
effective
expires
getIcon
id
in_reply_to
meta_type
getPortalType
modified
review_state
opportunity_state
summary
getDefaultSourceReference
getDefaultDestinationReference
getDefaultSourceTitle
......@@ -45,7 +28,7 @@ getDefaultDestinationSectionTitle
getDefaultCausalityId
getLocation
getEan13Code
getSimulationState
simulation_state
causality_state
discussion_state
invoice_state
......@@ -56,13 +39,10 @@ event_state
getReference
getSourceReference
getDestinationReference
insert_catalog_line
getStringIndex
getIntIndex
getFloatIndex
getStringIndex2
getIntIndex2
getFloatIndex2</params>
insert_catalog_line</params>
<dtml-if insert_catalog_line>
INSERT INTO catalog(uid) VALUES (<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">,
path=<dtml-sqlvar getPath type="string">,
relative_url=<dtml-sqlvar getRelativeUrl type="string">,
parent_uid=<dtml-sqlvar getParentUid type="string">,
CreationDate=<dtml-sqlvar CreationDate type="string">,
Creator=<dtml-sqlvar Creator type="string">,
Date=<dtml-sqlvar Date type="string">,
Description=<dtml-sqlvar getDescription type="string">,
PrincipiaSearchSource=<dtml-sqlvar PrincipiaSearchSource type="string">,
SearchableText=<dtml-sqlvar SearchableText type="string">,
EffectiveDate=<dtml-sqlvar EffectiveDate type="string">,
ExpiresDate=<dtml-sqlvar ExpiresDate type="string">,
ModificationDate=<dtml-sqlvar ModificationDate type="string">,
Title=<dtml-sqlvar getTitle type="string">,
Type=<dtml-sqlvar Type type="string">,
bobobase_modification_time=<dtml-sqlvar bobobase_modification_time type="string">,
created=<dtml-sqlvar created type="string">,
effective=<dtml-sqlvar effective type="string">,
expires=<dtml-sqlvar expires type="string">,
getIcon=<dtml-sqlvar getIcon type="string">,
id=<dtml-sqlvar id type="string">,
in_reply_to=<dtml-sqlvar in_reply_to type="string">,
meta_type=<dtml-sqlvar meta_type type="string">,
portal_type=<dtml-sqlvar getPortalType type="string">,
modified=<dtml-sqlvar modified type="string">,
review_state=<dtml-sqlvar review_state type="string">,
opportunity_state=<dtml-sqlvar opportunity_state type="string">,
default_source_reference=<dtml-sqlvar getDefaultSourceReference type="string">,
default_destination_reference=<dtml-sqlvar getDefaultDestinationReference type="string">,
default_source_title=<dtml-sqlvar getDefaultSourceTitle type="string">,
default_destination_title=<dtml-sqlvar getDefaultDestinationTitle type="string">,
default_source_section_title=<dtml-sqlvar getDefaultSourceSectionTitle type="string">,
default_destination_section_title=<dtml-sqlvar getDefaultDestinationSectionTitle type="string">,
default_causality_id=<dtml-sqlvar getDefaultCausalityId type="string">,
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> ;
parent_uid=<dtml-sqlvar getParentUid type="int">,
id=<dtml-sqlvar id type="string" optional>,
CreationDate=<dtml-sqlvar CreationDate type="string" optional>,
Title=<dtml-sqlvar getTitle type="string" optional>,
meta_type=<dtml-sqlvar meta_type type="string" optional>,
portal_type=<dtml-sqlvar getPortalType type="string" optional>,
opportunity_state=<dtml-sqlvar opportunity_state type="string" optional>,
default_source_reference=<dtml-sqlvar getDefaultSourceReference type="string" optional>,
default_destination_reference=<dtml-sqlvar getDefaultDestinationReference type="string" optional>,
default_source_title=<dtml-sqlvar getDefaultSourceTitle type="string" optional>,
default_destination_title=<dtml-sqlvar getDefaultDestinationTitle type="string" optional>,
default_source_section_title=<dtml-sqlvar getDefaultSourceSectionTitle type="string" optional>,
default_destination_section_title=<dtml-sqlvar getDefaultDestinationSectionTitle type="string" optional>,
default_causality_id=<dtml-sqlvar getDefaultCausalityId type="string" optional>,
location=<dtml-sqlvar getLocation type="string" optional>,
ean13_code=<dtml-sqlvar getEan13Code type="string" optional>,
validation_state=<dtml-sqlvar validation_state type="string" optional>,
simulation_state=<dtml-sqlvar simulation_state type="string" optional>,
causality_state=<dtml-sqlvar causality_state type="string" optional>,
discussion_state=<dtml-sqlvar discussion_state type="string" optional>,
payment_state=<dtml-sqlvar payment_state type="string" optional>,
event_state=<dtml-sqlvar event_state type="string" optional>,
invoice_state=<dtml-sqlvar invoice_state type="string" optional>,
order_id=<dtml-sqlvar getOrderId type="string" optional>,
reference=<dtml-sqlvar getReference type="string" optional>,
source_reference=<dtml-sqlvar getSourceReference type="string" optional>,
destination_reference=<dtml-sqlvar getDestinationReference type="string" optional>,
string_index=<dtml-sqlvar getStringIndex type="string" optional>,
int_index=<dtml-sqlvar getIntIndex type="int" optional>,
float_index=<dtml-sqlvar getFloatIndex type="float" optional>
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