public class SchemaType extends Object
Modifier and Type | Field and Description |
---|---|
static SchemaType |
BINARY
Binary format type schema
|
static SchemaType |
DELIMITED_TEXT
Delimited text type schema
|
static SchemaType |
FIXED_TEXT
Fixed-width type schema
|
static SchemaType |
UNSUPPORTED
Unsupported (unknown) type schema
|
Modifier and Type | Method and Description |
---|---|
static SchemaType |
getType(String text)
Return the schema type for the given type name.
|
String |
toString() |
public static final SchemaType FIXED_TEXT
public static final SchemaType DELIMITED_TEXT
public static final SchemaType BINARY
public static final SchemaType UNSUPPORTED
public static SchemaType getType(String text)
text
- type nameCopyright © 2016 Actian Corporation. All rights reserved.