Package | Description |
---|---|
com.pervasive.datarush.schema |
Provides an object model for capturing schema information used primarily by the
textfile package. |
Modifier and Type | Method and Description |
---|---|
PaddedTextType.Alignment |
PaddedTextType.getAlignment()
Gets the alignment for values.
|
static PaddedTextType.Alignment |
PaddedTextType.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaddedTextType.Alignment[] |
PaddedTextType.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PaddedTextType(TextDataType type,
int size,
char pad,
PaddedTextType.Alignment alignment)
Produces a fixed-size type from another type.
|
Copyright © 2016 Actian Corporation. All rights reserved.