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.
|
Modifier and Type | Method and Description |
---|---|
void |
Namespace.verifyNames(Iterable<String> names)
Verifies that one or more names exist in the namespace.
|
void |
Namespace.verifyNames(String... names)
Verifies that one or more names exist in the namespace.
|
Modifier and Type | Method and Description |
---|---|
static RecordTokenType |
TypeUtil.strictOverlay(boolean dropUnique,
RecordTokenType... types)
Merges the specified record types into a new record type, allowing name collisions
only if
isAssignableFrom() is true for the types. |
Copyright © 2016 Actian Corporation. All rights reserved.