Uses of Class
com.pervasive.datarush.schema.TextField
-
Packages that use TextField Package Description com.pervasive.datarush.schema Provides an object model for capturing schema information used primarily by thetextfilepackage. -
-
Uses of TextField in com.pervasive.datarush.schema
Fields in com.pervasive.datarush.schema with type parameters of type TextField Modifier and Type Field Description protected Map<String,TextField<T>>AbstractRecordTextSchema. textFieldsByNameprotected Map<String,TextField<T>>AbstractRecordTextSchema. textFieldsByNameMethods in com.pervasive.datarush.schema that return types with arguments of type TextField Modifier and Type Method Description List<TextField<FixedSizeTextType>>FixedWidthTextRecord. getTextFields()List<TextField<TextDataType>>TextRecord. getTextFields()
-