mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@173 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1ca24e52de
commit
9c81a2ce69
7 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<query id="deleteCategory" action="delete">
|
||||
<tables>
|
||||
<table name="document_categoryes" />
|
||||
<table name="document_categories" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="category_srl" var="category_srl" filter="number" notnull="notnull" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<query id="deleteCategory" action="delete">
|
||||
<tables>
|
||||
<table name="document_categoryes" />
|
||||
<table name="document_categories" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<query id="getCategory" action="select">
|
||||
<tables>
|
||||
<table name="document_categoryes" />
|
||||
<table name="document_categories" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="category_srl" var="category_srl" filter="number" notnull="notnull" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<query id="getCategoryList" action="select">
|
||||
<tables>
|
||||
<table name="document_categoryes" />
|
||||
<table name="document_categories" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<query id="insertCategory" action="insert">
|
||||
<tables>
|
||||
<table name="document_categoryes" />
|
||||
<table name="document_categories" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="category_srl" var="category_srl" filter="number" notnull="notnull" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<query id="updateCategory" action="update">
|
||||
<tables>
|
||||
<table name="document_categoryes" />
|
||||
<table name="document_categories" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="title" var="title" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<query id="updateCategory" action="update">
|
||||
<tables>
|
||||
<table name="document_categoryes" />
|
||||
<table name="document_categories" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="document_count" var="document_count" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue