java.lang.Object
com.pervasive.datarush.schema.SchemaType
Defines the types of schemas supported.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SchemaTypeBinary format type schemastatic final SchemaTypeDelimited text type schemastatic final SchemaTypeFixed-width type schemastatic final SchemaTypeUnsupported (unknown) type schema -
Method Summary
Modifier and TypeMethodDescriptionstatic SchemaTypeReturn the schema type for the given type name.toString()
-
Field Details
-
FIXED_TEXT
Fixed-width type schema -
DELIMITED_TEXT
Delimited text type schema -
BINARY
Binary format type schema -
UNSUPPORTED
Unsupported (unknown) type schema
-
-
Method Details