ClientDataType
Usage
To specify the client data type to use when this data type is projected via ActiveX or Java, use the following syntax:
Class MyApp.MyString [ ClientDataType = clienttype ] { //class members }
Where clienttype is one of the following:
|
|
Details
This keyword specifies the client data type used when this class is projected via the ActiveX or Java bindings. Every data type class must specify a client data type.
Effect on Subclasses
This keyword is inherited from the primary superclass. The subclass can override the value of the keyword.
Default
The default client data type is VARCHAR.
See Also
-
“Class Definitions” in this book
-
“Defining Data Type Classes” in Using Caché Objects
-
“Introduction to Compiler Keywords” in Using Caché Objects