Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%Library.ExactString

datatype class %Library.ExactString extends %Library.String

ODBC Type: VARCHAR

The %ExactString data type class represents a subclass of %String with the EXACT default collation.

Parameters

parameter COLLATION = EXACT;
The default collation value used for this data type.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab