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 |
---|---|
static SchemaBuilder.SchemaFieldType |
SchemaBuilder.SchemaFieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaBuilder.SchemaFieldType[] |
SchemaBuilder.SchemaFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SchemaField(String name,
SchemaBuilder.SchemaFieldType type)
Create a schema field, specifying name and type
|
SchemaField(String name,
SchemaBuilder.SchemaFieldType type,
Map<String,String> options)
Create a schema field, specifying name, type, and options
|
SchemaField(String name,
SchemaBuilder.SchemaFieldType type,
String format)
Create a schema field, specifying name, type, and format
|
Copyright © 2016 Actian Corporation. All rights reserved.