mySQLDBCtrlAPI 1.2512.402__tar.gz → 1.2512.1101__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. mysqldbctrlapi-1.2512.1101/MANIFEST.in +3 -0
  2. {mysqldbctrlapi-1.2512.402/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2512.1101}/PKG-INFO +12 -1
  3. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/README.md +11 -0
  4. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/pyproject.toml +2 -2
  5. mysqldbctrlapi-1.2512.1101/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
  6. mysqldbctrlapi-1.2512.1101/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +114 -0
  7. mysqldbctrlapi-1.2512.1101/src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd +0 -0
  8. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
  9. mysqldbctrlapi-1.2512.1101/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +114 -0
  10. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO +12 -1
  11. mysqldbctrlapi-1.2512.402/MANIFEST.in +0 -2
  12. mysqldbctrlapi-1.2512.402/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
  13. mysqldbctrlapi-1.2512.402/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -68
  14. mysqldbctrlapi-1.2512.402/src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd +0 -0
  15. mysqldbctrlapi-1.2512.402/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -68
  16. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/LICENSE +0 -0
  17. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/setup.cfg +0 -0
  18. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/src/mySQLDBCtrlAPI/__init__.py +0 -0
  19. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/src/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
  20. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
  21. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
  22. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
  23. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +0 -0
  24. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
  25. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/src/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
  26. {mysqldbctrlapi-1.2512.402 → mysqldbctrlapi-1.2512.1101}/src/mySQLDBCtrlAPI.egg-info/top_level.txt +0 -0
@@ -0,0 +1,3 @@
1
+ recursive-exclude src *.py
2
+ recursive-include src *__init__.py
3
+ recursive-include src *.pyd
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2512.402
3
+ Version: 1.2512.1101
4
4
  Summary: mySQLDBCtrlAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -37,6 +37,17 @@ Dynamic: license-file
37
37
  #mySQLDBCtrlAPI
38
38
 
39
39
  ## History of version
40
+ Version 1.2512.1101: 2025/12/11<BR>
41
+ 1) Add enumerate property in CLASS_mySQLDBCtrl<BR>
42
+ 2) Add Table tools for create / drop / find / list.<BR>
43
+ 3) Add Index tools for create / drop.<BR>
44
+ 4) Fixed bugs in ssh algorithm.<BR>
45
+ 5) Tunning performance for query procedure.<BR>
46
+
47
+
48
+ Version 1.2512.0403: 2025/12/04<BR>
49
+ Fixed ssh tunnel service thread fault.
50
+
40
51
  Version 1.2512.0401: 2025/12/04<BR>
41
52
  Add Advance ssh tunnel service (ver2.0) package.
42
53
 
@@ -1,6 +1,17 @@
1
1
  #mySQLDBCtrlAPI
2
2
 
3
3
  ## History of version
4
+ Version 1.2512.1101: 2025/12/11<BR>
5
+ 1) Add enumerate property in CLASS_mySQLDBCtrl<BR>
6
+ 2) Add Table tools for create / drop / find / list.<BR>
7
+ 3) Add Index tools for create / drop.<BR>
8
+ 4) Fixed bugs in ssh algorithm.<BR>
9
+ 5) Tunning performance for query procedure.<BR>
10
+
11
+
12
+ Version 1.2512.0403: 2025/12/04<BR>
13
+ Fixed ssh tunnel service thread fault.
14
+
4
15
  Version 1.2512.0401: 2025/12/04<BR>
5
16
  Add Advance ssh tunnel service (ver2.0) package.
6
17
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mySQLDBCtrlAPI"
7
- version = "1.2512.0402"
7
+ version = "1.2512.1101"
8
8
  requires-python = ">=3.10"
9
9
  description = "mySQLDBCtrlAPI Python package"
10
10
  authors = [
@@ -27,4 +27,4 @@ Homepage = "https://mis.gotech.biz"
27
27
  where = ["src"]
28
28
 
29
29
  [tool.setuptools.package-data]
30
- mySQLDBCtrlAPI = ["*.pyd"]
30
+ UtilityLibAPI = ["*.pyd"]
@@ -0,0 +1,114 @@
1
+ from _typeshed import Incomplete
2
+ from dataclasses import dataclass
3
+ from enum import IntEnum
4
+ from typing import Any
5
+
6
+ class ENUM_DB_CHARSET(IntEnum):
7
+ cE_DBCS_ascii = 0
8
+ cE_DBCS_big5 = 1
9
+ cE_DBCS_binary = 2
10
+ cE_DBCS_cp1250 = 3
11
+ cE_DBCS_gb2312 = 4
12
+ cE_DBCS_gbk = 5
13
+ cE_DBCS_latin1 = 6
14
+ cE_DBCS_latin2 = 7
15
+ cE_DBCS_latin5 = 8
16
+ cE_DBCS_latin7 = 9
17
+ cE_DBCS_utf16 = 10
18
+ cE_DBCS_utf16le = 11
19
+ cE_DBCS_utf32 = 12
20
+ cE_DBCS_utf8mb3 = 13
21
+ cE_DBCS_utf8mb4 = 14
22
+
23
+ class ENUM_TABLE_TYPE(IntEnum):
24
+ cE_TABTP_Standard = 1
25
+ cE_TABTP_Memory = 2
26
+ cE_TABTP_MyISAM = 3
27
+
28
+ class ENUM_FIELD_TYPE(IntEnum):
29
+ cE_FLDTP_INT = 1
30
+ cE_FLDTP_VARCHAR = 2
31
+ cE_FLDTP_FLOAT = 3
32
+ cE_FLDTP_DATETIME = 4
33
+ cE_FLDTP_TEXT = 5
34
+
35
+ class ENUM_INDEX_TYPE(IntEnum):
36
+ cE_IDX_Normal = 1
37
+ cE_IDX_Unique = 2
38
+ cE_IDX_FullText = 3
39
+ cE_IDX_Spatial = 4
40
+
41
+ @dataclass
42
+ class STRU_DEF_Fields:
43
+ ms_Name: str
44
+ mE_Type: ENUM_FIELD_TYPE
45
+ mi_Length: int | None = ...
46
+ mB_PrimaryKey: bool = ...
47
+ mB_AutoInc: bool = ...
48
+ mB_Nullable: bool = ...
49
+ mU_Default: Any | None = ...
50
+ mB_Unique: bool = ...
51
+
52
+ @dataclass
53
+ class STRU_DEF_Index:
54
+ ms_IndexName: str
55
+ obj_FieldList: list
56
+ mE_IndexType: ENUM_INDEX_TYPE = ...
57
+ mB_Unique: bool = ...
58
+ mB_FullText: bool = ...
59
+ mB_Spatial: bool = ...
60
+
61
+ @dataclass
62
+ class STRU_mySQLDBInfo:
63
+ ms_DB_HostIP: str = ...
64
+ mi_DB_Port: int = ...
65
+ ms_DB_Name: str = ...
66
+ ms_User: str = ...
67
+ ms_Password: str = ...
68
+
69
+ class CLASS_mySQLDBCtrl:
70
+ CUms_DB_HostIP: str
71
+ CUmi_DB_Port: int
72
+ CUms_DB_Name: str
73
+ CUms_User: str
74
+ CUms_Password: str
75
+ CUobj_Conn: Incomplete
76
+ CVmi_qryRECCNT: int
77
+ CVmsa_DBCS: Incomplete
78
+ def __init__(self) -> None: ...
79
+ def CUF_SET_Charset(self, PmE_DB_Charset: ENUM_DB_CHARSET): ...
80
+ def CUF_OpenConnection_DBCS(self, Pms_DB_HostIP, Pmi_DB_Port, Pms_DB_Name, Pms_User, Pms_Password, PmE_DB_CHARSET): ...
81
+ def CUF_OpenConnection(self, Pms_DB_HostIP, Pmi_DB_Port, Pms_DB_Name, Pms_User, Pms_Password): ...
82
+ def CUF_DB_OpenConn(self, Pstru_mySQLDBInfo: STRU_mySQLDBInfo): ...
83
+ def CUF_DB_OpenSQL(self, Pobj_Connection, Pms_SQL): ...
84
+ def CUF_DB_OpenSQL_utf8(self, Pobj_Connection, Pms_SQL): ...
85
+ def CUF_DB_FETCH(self, Pobj_Query): ...
86
+ def CUF_DB_Next(self, Pobj_Query): ...
87
+ def CUF_Next(self, Pobj_Query): ...
88
+ def CUF_DB_ExecSQL(self, Pobj_Connection, Pms_SQL): ...
89
+ def CUF_DB_ExecSQL_utf8(self, Pobj_Connection, Pms_SQL): ...
90
+ def CUF_DB_RecordCount(self, Pobj_Query): ...
91
+ def CUF_DB_RECCOUNT(self, Pobj_Query): ...
92
+ def CUF_DB_Eof(self, Pobj_Query): ...
93
+ def CUF_Eof(self, Pobj_Query): ...
94
+ def CUF_str_utf8(self, Pobj_DataSet): ...
95
+ def CUF_utf8(self, Pobj_DataSet): ...
96
+ def CUF_str_big5(self, Pobj_DataSet): ...
97
+ def CUF_big5(self, Pobj_DataSet): ...
98
+ def CUF_GetBlobField(self, Pobj_DataSet, Pms_BlobFieldName, Pms_FileName) -> None: ...
99
+ def CUF_GET_Blob(self, Pobj_Query, Pms_BlobFieldName, Pms_FileName) -> None: ...
100
+ def CUF_SetBlobField(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
101
+ def CUF_SET_BLOB(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
102
+ def CUF_Table_Find(self, Pms_TableName: str) -> bool: ...
103
+ def CUF_Table_Drop(self, Pms_TableName: str) -> bool: ...
104
+ def CUF_Table_List(self, Pobj_TableNameList: list) -> bool: ...
105
+ def CUF_TABLE_Create(self, PmE_TableType: ENUM_TABLE_TYPE, Pms_TableName: str, Pobj_FieldsList: list[STRU_DEF_Fields], PmB_ExecSQL: bool = True, PmB_ForceCreate: bool = False) -> str: ...
106
+ def CUF_INDEX_Create(self, Pms_TableName: str, Pobj_IndexList: list[STRU_DEF_Index], PmB_ExecSQL: bool = True) -> list: ...
107
+ def CUF_INDEX_Drop(self, Pms_TableName: str, Pobj_IndexNameList: list, PmB_ExecSQL: bool = True) -> list: ...
108
+ def CUF_GetServerDateTime(self, Pms_SEPCHAR_DATE, Pms_SEPCHAR_TIME, Pms_SEPERATOR): ...
109
+ def CUF_GetServerDateTime1(self, PmB_DELIMITER): ...
110
+ def CUF_GetServerDateTime2(self): ...
111
+ def CUF_GetServerDate(self, Pms_DELIMITER): ...
112
+ def CUF_GetServerTime(self, Pms_DELIMITER): ...
113
+ def CUF_AddTime(self, Pms_DateTime, Pmi_TimeSecond): ...
114
+ def CUF_AddTime_Current(self, Pmi_TimeSecond): ...
@@ -0,0 +1,114 @@
1
+ from _typeshed import Incomplete
2
+ from dataclasses import dataclass
3
+ from enum import IntEnum
4
+ from typing import Any
5
+
6
+ class ENUM_DB_CHARSET(IntEnum):
7
+ cE_DBCS_ascii = 0
8
+ cE_DBCS_big5 = 1
9
+ cE_DBCS_binary = 2
10
+ cE_DBCS_cp1250 = 3
11
+ cE_DBCS_gb2312 = 4
12
+ cE_DBCS_gbk = 5
13
+ cE_DBCS_latin1 = 6
14
+ cE_DBCS_latin2 = 7
15
+ cE_DBCS_latin5 = 8
16
+ cE_DBCS_latin7 = 9
17
+ cE_DBCS_utf16 = 10
18
+ cE_DBCS_utf16le = 11
19
+ cE_DBCS_utf32 = 12
20
+ cE_DBCS_utf8mb3 = 13
21
+ cE_DBCS_utf8mb4 = 14
22
+
23
+ class ENUM_TABLE_TYPE(IntEnum):
24
+ cE_TABTP_Standard = 1
25
+ cE_TABTP_Memory = 2
26
+ cE_TABTP_MyISAM = 3
27
+
28
+ class ENUM_FIELD_TYPE(IntEnum):
29
+ cE_FLDTP_INT = 1
30
+ cE_FLDTP_VARCHAR = 2
31
+ cE_FLDTP_FLOAT = 3
32
+ cE_FLDTP_DATETIME = 4
33
+ cE_FLDTP_TEXT = 5
34
+
35
+ class ENUM_INDEX_TYPE(IntEnum):
36
+ cE_IDX_Normal = 1
37
+ cE_IDX_Unique = 2
38
+ cE_IDX_FullText = 3
39
+ cE_IDX_Spatial = 4
40
+
41
+ @dataclass
42
+ class STRU_DEF_Fields:
43
+ ms_Name: str
44
+ mE_Type: ENUM_FIELD_TYPE
45
+ mi_Length: int | None = ...
46
+ mB_PrimaryKey: bool = ...
47
+ mB_AutoInc: bool = ...
48
+ mB_Nullable: bool = ...
49
+ mU_Default: Any | None = ...
50
+ mB_Unique: bool = ...
51
+
52
+ @dataclass
53
+ class STRU_DEF_Index:
54
+ ms_IndexName: str
55
+ obj_FieldList: list
56
+ mE_IndexType: ENUM_INDEX_TYPE = ...
57
+ mB_Unique: bool = ...
58
+ mB_FullText: bool = ...
59
+ mB_Spatial: bool = ...
60
+
61
+ @dataclass
62
+ class STRU_mySQLDBInfo:
63
+ ms_DB_HostIP: str = ...
64
+ mi_DB_Port: int = ...
65
+ ms_DB_Name: str = ...
66
+ ms_User: str = ...
67
+ ms_Password: str = ...
68
+
69
+ class CLASS_mySQLDBCtrl:
70
+ CUms_DB_HostIP: str
71
+ CUmi_DB_Port: int
72
+ CUms_DB_Name: str
73
+ CUms_User: str
74
+ CUms_Password: str
75
+ CUobj_Conn: Incomplete
76
+ CVmi_qryRECCNT: int
77
+ CVmsa_DBCS: Incomplete
78
+ def __init__(self) -> None: ...
79
+ def CUF_SET_Charset(self, PmE_DB_Charset: ENUM_DB_CHARSET): ...
80
+ def CUF_OpenConnection_DBCS(self, Pms_DB_HostIP, Pmi_DB_Port, Pms_DB_Name, Pms_User, Pms_Password, PmE_DB_CHARSET): ...
81
+ def CUF_OpenConnection(self, Pms_DB_HostIP, Pmi_DB_Port, Pms_DB_Name, Pms_User, Pms_Password): ...
82
+ def CUF_DB_OpenConn(self, Pstru_mySQLDBInfo: STRU_mySQLDBInfo): ...
83
+ def CUF_DB_OpenSQL(self, Pobj_Connection, Pms_SQL): ...
84
+ def CUF_DB_OpenSQL_utf8(self, Pobj_Connection, Pms_SQL): ...
85
+ def CUF_DB_FETCH(self, Pobj_Query): ...
86
+ def CUF_DB_Next(self, Pobj_Query): ...
87
+ def CUF_Next(self, Pobj_Query): ...
88
+ def CUF_DB_ExecSQL(self, Pobj_Connection, Pms_SQL): ...
89
+ def CUF_DB_ExecSQL_utf8(self, Pobj_Connection, Pms_SQL): ...
90
+ def CUF_DB_RecordCount(self, Pobj_Query): ...
91
+ def CUF_DB_RECCOUNT(self, Pobj_Query): ...
92
+ def CUF_DB_Eof(self, Pobj_Query): ...
93
+ def CUF_Eof(self, Pobj_Query): ...
94
+ def CUF_str_utf8(self, Pobj_DataSet): ...
95
+ def CUF_utf8(self, Pobj_DataSet): ...
96
+ def CUF_str_big5(self, Pobj_DataSet): ...
97
+ def CUF_big5(self, Pobj_DataSet): ...
98
+ def CUF_GetBlobField(self, Pobj_DataSet, Pms_BlobFieldName, Pms_FileName) -> None: ...
99
+ def CUF_GET_Blob(self, Pobj_Query, Pms_BlobFieldName, Pms_FileName) -> None: ...
100
+ def CUF_SetBlobField(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
101
+ def CUF_SET_BLOB(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
102
+ def CUF_Table_Find(self, Pms_TableName: str) -> bool: ...
103
+ def CUF_Table_Drop(self, Pms_TableName: str) -> bool: ...
104
+ def CUF_Table_List(self, Pobj_TableNameList: list) -> bool: ...
105
+ def CUF_TABLE_Create(self, PmE_TableType: ENUM_TABLE_TYPE, Pms_TableName: str, Pobj_FieldsList: list[STRU_DEF_Fields], PmB_ExecSQL: bool = True, PmB_ForceCreate: bool = False) -> str: ...
106
+ def CUF_INDEX_Create(self, Pms_TableName: str, Pobj_IndexList: list[STRU_DEF_Index], PmB_ExecSQL: bool = True) -> list: ...
107
+ def CUF_INDEX_Drop(self, Pms_TableName: str, Pobj_IndexNameList: list, PmB_ExecSQL: bool = True) -> list: ...
108
+ def CUF_GetServerDateTime(self, Pms_SEPCHAR_DATE, Pms_SEPCHAR_TIME, Pms_SEPERATOR): ...
109
+ def CUF_GetServerDateTime1(self, PmB_DELIMITER): ...
110
+ def CUF_GetServerDateTime2(self): ...
111
+ def CUF_GetServerDate(self, Pms_DELIMITER): ...
112
+ def CUF_GetServerTime(self, Pms_DELIMITER): ...
113
+ def CUF_AddTime(self, Pms_DateTime, Pmi_TimeSecond): ...
114
+ def CUF_AddTime_Current(self, Pmi_TimeSecond): ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2512.402
3
+ Version: 1.2512.1101
4
4
  Summary: mySQLDBCtrlAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -37,6 +37,17 @@ Dynamic: license-file
37
37
  #mySQLDBCtrlAPI
38
38
 
39
39
  ## History of version
40
+ Version 1.2512.1101: 2025/12/11<BR>
41
+ 1) Add enumerate property in CLASS_mySQLDBCtrl<BR>
42
+ 2) Add Table tools for create / drop / find / list.<BR>
43
+ 3) Add Index tools for create / drop.<BR>
44
+ 4) Fixed bugs in ssh algorithm.<BR>
45
+ 5) Tunning performance for query procedure.<BR>
46
+
47
+
48
+ Version 1.2512.0403: 2025/12/04<BR>
49
+ Fixed ssh tunnel service thread fault.
50
+
40
51
  Version 1.2512.0401: 2025/12/04<BR>
41
52
  Add Advance ssh tunnel service (ver2.0) package.
42
53
 
@@ -1,2 +0,0 @@
1
- recursive-exclude src *.py
2
- recursive-include src *__init__.py
@@ -1,68 +0,0 @@
1
- from _typeshed import Incomplete
2
-
3
- class ENUM_DB_CHARSET:
4
- cE_DBCS_ascii: Incomplete
5
- cE_DBCS_big5: Incomplete
6
- cE_DBCS_binary: Incomplete
7
- cE_DBCS_cp1250: Incomplete
8
- cE_DBCS_gb2312: Incomplete
9
- cE_DBCS_gbk: Incomplete
10
- cE_DBCS_latin1: Incomplete
11
- cE_DBCS_latin2: Incomplete
12
- cE_DBCS_latin5: Incomplete
13
- cE_DBCS_latin7: Incomplete
14
- cE_DBCS_utf16: Incomplete
15
- cE_DBCS_utf16le: Incomplete
16
- cE_DBCS_utf32: Incomplete
17
- cE_DBCS_utf8mb3: Incomplete
18
- cE_DBCS_utf8mb4: int
19
- def __init__(self) -> None: ...
20
-
21
- class STRU_mySQLDBInfo:
22
- ms_DB_HostIP: str
23
- mi_DB_Port: int
24
- ms_DB_Name: str
25
- ms_User: str
26
- ms_Password: str
27
- def __init__(self) -> None: ...
28
-
29
- class CLASS_mySQLDBCtrl:
30
- CUms_DB_HostIP: str
31
- CUmi_DB_Port: int
32
- CUms_DB_Name: str
33
- CUms_User: str
34
- CUms_Password: str
35
- CVmi_qryRECCNT: int
36
- CVmsa_DBCS: Incomplete
37
- def __init__(self) -> None: ...
38
- def CUF_SET_Charset(self, PmE_DB_Charset) -> None: ...
39
- CUobj_Conn: Incomplete
40
- def CUF_OpenConnection_DBCS(self, Pms_DB_HostIP, Pmi_DB_Port, Pms_DB_Name, Pms_User, Pms_Password, PmE_DB_CHARSET): ...
41
- def CUF_OpenConnection(self, Pms_DB_HostIP, Pmi_DB_Port, Pms_DB_Name, Pms_User, Pms_Password): ...
42
- def CUF_DB_OpenConn(self, Pstru_mySQLDBInfo): ...
43
- def CUF_DB_OpenSQL(self, Pobj_Connection, Pms_SQL): ...
44
- def CUF_DB_OpenSQL_utf8(self, Pobj_Connection, Pms_SQL): ...
45
- def CUF_DB_FETCH(self, Pobj_Query): ...
46
- def CUF_DB_Next(self, Pobj_Query): ...
47
- def CUF_Next(self, Pobj_Query): ...
48
- def CUF_DB_ExecSQL(self, Pobj_Connection, Pms_SQL): ...
49
- def CUF_DB_ExecSQL_utf8(self, Pobj_Connection, Pms_SQL): ...
50
- def CUF_DB_RecordCount(self, Pobj_Query): ...
51
- def CUF_DB_RECCOUNT(self, Pobj_Query): ...
52
- def CUF_DB_Eof(self, Pobj_Query): ...
53
- def CUF_Eof(self, Pobj_Query): ...
54
- def CUF_str_utf8(self, Pobj_DataSet): ...
55
- def CUF_utf8(self, Pobj_DataSet): ...
56
- def CUF_str_big5(self, Pobj_DataSet): ...
57
- def CUF_big5(self, Pobj_DataSet): ...
58
- def CUF_GetBlobField(self, Pobj_DataSet, Pms_BlobFieldName, Pms_FileName) -> None: ...
59
- def CUF_GET_Blob(self, Pobj_Query, Pms_BlobFieldName, Pms_FileName) -> None: ...
60
- def CUF_SetBlobField(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
61
- def CUF_SET_BLOB(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
62
- def CUF_GetServerDateTime(self, Pms_SEPCHAR_DATE, Pms_SEPCHAR_TIME, Pms_SEPERATOR): ...
63
- def CUF_GetServerDateTime1(self, PmB_DELIMITER): ...
64
- def CUF_GetServerDateTime2(self): ...
65
- def CUF_GetServerDate(self, Pms_DELIMITER): ...
66
- def CUF_GetServerTime(self, Pms_DELIMITER): ...
67
- def CUF_AddTime(self, Pms_DateTime, Pmi_TimeSecond): ...
68
- def CUF_AddTime_Current(self, Pmi_TimeSecond): ...
@@ -1,68 +0,0 @@
1
- from _typeshed import Incomplete
2
-
3
- class ENUM_DB_CHARSET:
4
- cE_DBCS_ascii: Incomplete
5
- cE_DBCS_big5: Incomplete
6
- cE_DBCS_binary: Incomplete
7
- cE_DBCS_cp1250: Incomplete
8
- cE_DBCS_gb2312: Incomplete
9
- cE_DBCS_gbk: Incomplete
10
- cE_DBCS_latin1: Incomplete
11
- cE_DBCS_latin2: Incomplete
12
- cE_DBCS_latin5: Incomplete
13
- cE_DBCS_latin7: Incomplete
14
- cE_DBCS_utf16: Incomplete
15
- cE_DBCS_utf16le: Incomplete
16
- cE_DBCS_utf32: Incomplete
17
- cE_DBCS_utf8mb3: Incomplete
18
- cE_DBCS_utf8mb4: int
19
- def __init__(self) -> None: ...
20
-
21
- class STRU_mySQLDBInfo:
22
- ms_DB_HostIP: str
23
- mi_DB_Port: int
24
- ms_DB_Name: str
25
- ms_User: str
26
- ms_Password: str
27
- def __init__(self) -> None: ...
28
-
29
- class CLASS_mySQLDBCtrl:
30
- CUms_DB_HostIP: str
31
- CUmi_DB_Port: int
32
- CUms_DB_Name: str
33
- CUms_User: str
34
- CUms_Password: str
35
- CVmi_qryRECCNT: int
36
- CVmsa_DBCS: Incomplete
37
- def __init__(self) -> None: ...
38
- def CUF_SET_Charset(self, PmE_DB_Charset) -> None: ...
39
- CUobj_Conn: Incomplete
40
- def CUF_OpenConnection_DBCS(self, Pms_DB_HostIP, Pmi_DB_Port, Pms_DB_Name, Pms_User, Pms_Password, PmE_DB_CHARSET): ...
41
- def CUF_OpenConnection(self, Pms_DB_HostIP, Pmi_DB_Port, Pms_DB_Name, Pms_User, Pms_Password): ...
42
- def CUF_DB_OpenConn(self, Pstru_mySQLDBInfo): ...
43
- def CUF_DB_OpenSQL(self, Pobj_Connection, Pms_SQL): ...
44
- def CUF_DB_OpenSQL_utf8(self, Pobj_Connection, Pms_SQL): ...
45
- def CUF_DB_FETCH(self, Pobj_Query): ...
46
- def CUF_DB_Next(self, Pobj_Query): ...
47
- def CUF_Next(self, Pobj_Query): ...
48
- def CUF_DB_ExecSQL(self, Pobj_Connection, Pms_SQL): ...
49
- def CUF_DB_ExecSQL_utf8(self, Pobj_Connection, Pms_SQL): ...
50
- def CUF_DB_RecordCount(self, Pobj_Query): ...
51
- def CUF_DB_RECCOUNT(self, Pobj_Query): ...
52
- def CUF_DB_Eof(self, Pobj_Query): ...
53
- def CUF_Eof(self, Pobj_Query): ...
54
- def CUF_str_utf8(self, Pobj_DataSet): ...
55
- def CUF_utf8(self, Pobj_DataSet): ...
56
- def CUF_str_big5(self, Pobj_DataSet): ...
57
- def CUF_big5(self, Pobj_DataSet): ...
58
- def CUF_GetBlobField(self, Pobj_DataSet, Pms_BlobFieldName, Pms_FileName) -> None: ...
59
- def CUF_GET_Blob(self, Pobj_Query, Pms_BlobFieldName, Pms_FileName) -> None: ...
60
- def CUF_SetBlobField(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
61
- def CUF_SET_BLOB(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
62
- def CUF_GetServerDateTime(self, Pms_SEPCHAR_DATE, Pms_SEPCHAR_TIME, Pms_SEPERATOR): ...
63
- def CUF_GetServerDateTime1(self, PmB_DELIMITER): ...
64
- def CUF_GetServerDateTime2(self): ...
65
- def CUF_GetServerDate(self, Pms_DELIMITER): ...
66
- def CUF_GetServerTime(self, Pms_DELIMITER): ...
67
- def CUF_AddTime(self, Pms_DateTime, Pmi_TimeSecond): ...
68
- def CUF_AddTime_Current(self, Pmi_TimeSecond): ...