Operation  RE (Object pattern, int cflags, RESyntax syntax), in Class RE

Documentation
* Constructs a regular expression pattern buffer using the specified
* compilation flags and regular expression syntax.
*
* @param pattern A regular expression pattern, in the form of a String,
* StringBuffer, or char[].
* @param cflags The logical OR of any combination of the compilation flags listed above.
* @param syntax The type of regular expression syntax to use.
* @exception REException The input pattern could not be parsed.
* @exception IllegalArgumentException The pattern was not a String,
* StringBuffer or char[].
* @exception NullPointerException The pattern was null.


Protocol Qualification 
ExceptionsREExceptionSize 
Time ConcurrencySequential
Export ControlPublicAccess  


Preconditions


Postconditions


Semantics



Property Settings

Java
AbstractFalseStaticFalse
FinalFalseNativeFalse
SynchronizedFalse  


Data Modeler
dmItemFalseDMName 
IsConstraintFalseConstraintType 
IsIndexFalseIsTriggerFalse
IsClusterFalseTableSpace 
FillFactor0KeyList 
CheckPredicate IsUniqueFalse
DeferalMode InitialCheckTime 
TriggerType TriggerReferencePart 
IsInsertEventFalseIsUpdateEventFalse
IsDeleteEventFalse