Uses of Class
com.pervasive.datarush.namespace.InvalidFieldException
Packages that use InvalidFieldException
Package
Description
Provides utilities for creating and managing collections of named
objects.
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 InvalidFieldExceptionModifier and TypeMethodDescriptionvoidNamespace.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 InvalidFieldExceptionModifier and TypeMethodDescriptionstatic 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.