쿼리md 수정

This commit is contained in:
2026-07-27 13:13:57 +09:00
parent 44dcb1dfb1
commit f28cc027d6
2 changed files with 90 additions and 55 deletions
+36 -1
View File
@@ -1,12 +1,13 @@
# Extracted SQL Queries
- Source: E:\project\PQ\Restored_Source\extracted_queries.txt
- Generated at: 2026-07-27 12:02:27
- Generated at: 2026-07-27 13:13:03
- Total query blocks: 38
## Query 1
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 205
```csharp
@@ -16,6 +17,7 @@ string cmdText = "select * from section_tbl where ServiceSection='" + i_Section
## Query 2
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 264
```csharp
@@ -25,6 +27,7 @@ string i_szsql = "delete from section_tbl where ServiceSection='" + i_Section +
## Query 3
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 294
```csharp
@@ -37,6 +40,7 @@ i_szsql = "insert into section_tbl(ServiceSection,seq,viewdata) values(";
## Query 4
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 325
```csharp
@@ -46,6 +50,7 @@ string cmdText = "select * from section_tbl where jobcode='" + i_JobCode + "' an
## Query 5
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 386
```csharp
@@ -55,6 +60,7 @@ string i_szsql = "delete from search_condition_tbl where jobcode='" + i_JobCode
## Query 6
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 417
```csharp
@@ -68,6 +74,7 @@ i_szsql = "insert into search_condition_tbl(jobcode,mode,seq,viewdata) values(";
## Query 7
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 451
```csharp
@@ -77,6 +84,7 @@ string cmdText = "delete from hwp_Person_Detail_tbl ";
## Query 8
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 455
```csharp
@@ -86,6 +94,7 @@ cmdText = "delete from hwp_Person_JobList_tbl ";
## Query 9
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 459
```csharp
@@ -95,6 +104,7 @@ cmdText = "delete from hwp_person_tbl ";
## Query 10
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 463
```csharp
@@ -104,6 +114,7 @@ cmdText = "delete from person_job_tbl ";
## Query 11
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 467
```csharp
@@ -113,6 +124,7 @@ cmdText = "delete from project_user_define_tbl ";
## Query 12
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 471
```csharp
@@ -122,6 +134,7 @@ cmdText = "delete from search_condition_tbl ";
## Query 13
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 475
```csharp
@@ -131,6 +144,7 @@ cmdText = "delete from section_tbl ";
## Query 14
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 526
```csharp
@@ -140,6 +154,7 @@ string cmdText = "select membercode from hwp_Person_Detail_tbl where jobcode='"
## Query 15
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 584
```csharp
@@ -149,6 +164,7 @@ string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCo
## Query 16
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 644
```csharp
@@ -158,6 +174,7 @@ string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCo
## Query 17
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 702
```csharp
@@ -167,6 +184,7 @@ string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCo
## Query 18
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 747
```csharp
@@ -176,6 +194,7 @@ string i_szsql = "update hwp_Person_Detail_tbl set choice=0 where jobcode='" + i
## Query 19
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 749
```csharp
@@ -185,6 +204,7 @@ i_szsql = "update hwp_Person_Detail_tbl set choice=1 where jobcode='" + i_JobCod
## Query 20
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 758
```csharp
@@ -194,6 +214,7 @@ string i_szsql = "delete from hwp_Person_Detail_tbl where jobcode='" + i_JobCode
## Query 21
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 760
```csharp
@@ -208,6 +229,7 @@ i_szsql = "insert into hwp_Person_Detail_tbl(jobcode,membercode,section_item,seq
## Query 22
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 777
```csharp
@@ -217,6 +239,7 @@ string i_szsql = "delete from hwp_Person_Detail_tbl where jobcode='" + i_JobCode
## Query 23
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 803
```csharp
@@ -226,6 +249,7 @@ string cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobC
## Query 24
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 960
```csharp
@@ -235,6 +259,7 @@ string cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobC
## Query 25
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 1336
```csharp
@@ -244,6 +269,7 @@ cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobCode + "
## Query 26
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 1651
```csharp
@@ -253,6 +279,7 @@ string i_szsql = "delete from hwp_Person_JobList_tbl where jobcode='" + i_JobCod
## Query 27
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 1663
```csharp
@@ -266,6 +293,7 @@ string text = "insert into hwp_Person_JobList_tbl(jobcode,membercode,seq,viewdat
## Query 28
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 1695
```csharp
@@ -275,6 +303,7 @@ string cmdText = "select * from project_user_define_tbl where jobcode='" + i_Job
## Query 29
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 1753
```csharp
@@ -284,6 +313,7 @@ string i_szsql = "delete from project_user_define_tbl where jobcode='" + i_JobCo
## Query 30
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 1758
```csharp
@@ -293,6 +323,7 @@ i_szsql = "insert into project_user_define_tbl (JobCode,projectname) values('" +
## Query 31
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 1812
```csharp
@@ -302,6 +333,7 @@ string text = "select count(*) from find_condition ";
## Query 32
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 1870
```csharp
@@ -311,6 +343,7 @@ string i_szsql = "create table find_condition( kind text(50), data_key text(50
## Query 33
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 1923
```csharp
@@ -320,6 +353,7 @@ string cmdText = "delete from find_condition where kind='" + i_kind + "' and da
## Query 34
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 1974
```csharp
@@ -333,6 +367,7 @@ string text = "insert into find_condition(kind,data_key,data_seq,contents) value
## Query 35
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Line: 2030
```csharp