Package com.rockset.client.model
Class FieldSchema
java.lang.Object
com.rockset.client.model.FieldSchema
FieldSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
fieldOptions
(FieldOptions fieldOptions) The name of a field, parsed as a SQL qualified nameThe indexing options for a fieldint
hashCode()
void
setFieldName
(String fieldName) void
setFieldOptions
(FieldOptions fieldOptions) toString()
-
Constructor Details
-
FieldSchema
public FieldSchema()
-
-
Method Details
-
fieldName
-
getFieldName
The name of a field, parsed as a SQL qualified name- Returns:
- fieldName
-
setFieldName
-
fieldOptions
-
getFieldOptions
The indexing options for a field- Returns:
- fieldOptions
-
setFieldOptions
-
equals
-
hashCode
public int hashCode() -
toString
-