Uses of Class
com.pervasive.datarush.namespace.InvalidFieldException
-
Packages that use InvalidFieldException Package Description com.pervasive.datarush.namespace Provides utilities for creating and managing collections of named objects.com.pervasive.datarush.types Provides classes and interfaces for the description of token data types. -
-
Uses of InvalidFieldException in com.pervasive.datarush.namespace
Methods in com.pervasive.datarush.namespace that throw InvalidFieldException Modifier and Type Method Description voidNamespace. verifyNames(Iterable<String> names)Verifies that one or more names exist in the namespace.voidNamespace. verifyNames(String... names)Verifies that one or more names exist in the namespace. -
Uses of InvalidFieldException in com.pervasive.datarush.types
Methods in com.pervasive.datarush.types that throw InvalidFieldException Modifier and Type Method Description static RecordTokenTypeTypeUtil. strictOverlay(boolean dropUnique, RecordTokenType... types)Merges the specified record types into a new record type, allowing name collisions only ifisAssignableFrom()is true for the types.
-