Package | Description |
---|---|
com.pervasive.datarush.schema |
Provides an object model for capturing schema information used primarily by the
textfile package. |
Modifier and Type | Field and Description |
---|---|
static SchemaType |
SchemaType.BINARY
Binary format type schema
|
static SchemaType |
SchemaType.DELIMITED_TEXT
Delimited text type schema
|
static SchemaType |
SchemaType.FIXED_TEXT
Fixed-width type schema
|
static SchemaType |
SchemaType.UNSUPPORTED
Unsupported (unknown) type schema
|
Modifier and Type | Method and Description |
---|---|
static SchemaType |
SchemaType.getType(String text)
Return the schema type for the given type name.
|
Copyright © 2016 Actian Corporation. All rights reserved.