public class Indexes extends Object
Constructor and Description |
---|
Indexes() |
Modifier and Type | Method and Description |
---|---|
DataType |
dataType()
Get the datatype for which the indexing behavior is applied to.
|
IndexKind |
kind()
Get indicates the type of index.
|
Integer |
precision()
Get the precision of the index.
|
Indexes |
withDataType(DataType dataType)
Set the datatype for which the indexing behavior is applied to.
|
Indexes |
withKind(IndexKind kind)
Set indicates the type of index.
|
Indexes |
withPrecision(Integer precision)
Set the precision of the index.
|
public DataType dataType()
public Indexes withDataType(DataType dataType)
dataType
- the dataType value to setpublic Integer precision()
public Indexes withPrecision(Integer precision)
precision
- the precision value to setpublic IndexKind kind()
Copyright © 2019. All rights reserved.