Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gevorg Arutiunian authored Nov 25, 2016
1 parent 3768ee8 commit 7d828be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Class data verifier. Utility validates Caché classes properties data according
##Use
Import classes and call one of the entry points:

s st = ##class(CDV.CDV).ScanFromAllClasses(.Oid) - for all user classes
s st = ##class(CDV.CDV).ScanFromSubclassesOf(Class, .Oid) - for subclasses
s st = ##class(CDV.CDV).ScanFromMatchingClasses(Mask, .Oid) - for LIKE SQL
s st = ##class(CDV.CDV).ScanAllClasses(.Oid) - for all user classes
s st = ##class(CDV.CDV).ScanSubclassesOf(Class, .Oid) - for subclasses
s st = ##class(CDV.CDV).ScanMatchingClasses(Mask, .Oid) - for LIKE SQL

The utility works only in a current namespace.

Expand All @@ -22,7 +22,7 @@ Arguments:
1. Import CDV.CDV into desired namespace
2. Run in terminal:

s st = ##class(CDV.CDV).ScanFromAllClasses(.Oid)
s st = ##class(CDV.CDV).ScanAllClasses(.Oid)
zw Oid


0 comments on commit 7d828be

Please sign in to comment.