git-svn-id: http://xe-core.googlecode.com/svn/trunk@171 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-23 05:21:21 +00:00
parent 71a4d8bf95
commit daa873b405
8 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
<query id="deleteCategory" action="delete">
<tables>
<table name="categories" />
<table name="document_categoryes" />
</tables>
<conditions>
<condition operation="equal" column="category_srl" var="category_srl" filter="number" notnull="notnull" />

View file

@ -1,6 +1,6 @@
<query id="deleteCategory" action="delete">
<tables>
<table name="categories" />
<table name="document_categoryes" />
</tables>
<conditions>
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" />

View file

@ -1,6 +1,6 @@
<query id="getCategory" action="select">
<tables>
<table name="categories" />
<table name="document_categoryes" />
</tables>
<conditions>
<condition operation="equal" column="category_srl" var="category_srl" filter="number" notnull="notnull" />

View file

@ -1,6 +1,6 @@
<query id="getCategoryList" action="select">
<tables>
<table name="categories" />
<table name="document_categoryes" />
</tables>
<conditions>
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" />

View file

@ -1,6 +1,6 @@
<query id="insertCategory" action="insert">
<tables>
<table name="categories" />
<table name="document_categoryes" />
</tables>
<columns>
<column name="category_srl" var="category_srl" filter="number" notnull="notnull" />

View file

@ -1,6 +1,6 @@
<query id="updateCategory" action="update">
<tables>
<table name="categories" />
<table name="document_categoryes" />
</tables>
<columns>
<column name="title" var="title" />

View file

@ -1,6 +1,6 @@
<query id="updateCategory" action="update">
<tables>
<table name="categories" />
<table name="document_categoryes" />
</tables>
<columns>
<column name="document_count" var="document_count" />