File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # CDV
1
+ # IDP DV
2
2
Class data verifier. Utility validates Caché classes properties data according the properties type.
3
3
4
4
5
5
### Use Import classes and call one of the entry points:
6
6
7
- s st = ##class(CDV.CDV ).ScanAllClasses(.Oid) - for all user classes
8
- s st = ##class(CDV.CDV ).ScanSubclassesOf(Class, .Oid) - for subclasses
9
- s st = ##class(CDV.CDV ).ScanMatchingClasses(Mask, .Oid) - for LIKE SQL
7
+ s st = ##class(IDP.DV ).ScanAllClasses(.Oid) - for all user classes
8
+ s st = ##class(IDP.DV ).ScanSubclassesOf(Class, .Oid) - for subclasses
9
+ s st = ##class(IDP.DV ).ScanMatchingClasses(Mask, .Oid) - for LIKE SQL
10
10
11
11
The utility works only in a current namespace.
12
12
@@ -18,10 +18,10 @@ Arguments:
18
18
19
19
### Example
20
20
21
- 1 . Import CDV.CDV into desired namespace
21
+ 1 . Import IDP.DV into desired namespace
22
22
2 . Run in terminal:
23
23
24
- s st = ##class(CDV.CDV ).ScanAllClasses(.Oid)
24
+ s st = ##class(IDP.DV ).ScanAllClasses(.Oid)
25
25
zw Oid
26
26
27
27
File renamed without changes.
You can’t perform that action at this time.
0 commit comments