public class CreateViewOptions extends Object
Constructor | Description |
---|---|
CreateViewOptions() |
Modifier and Type | Method | Description |
---|---|---|
CreateViewOptions |
collation(Collation collation) |
Sets the collation options
|
Collation |
getCollation() |
Returns the collation options
|
String |
toString() |
@Nullable public Collation getCollation()
public CreateViewOptions collation(@Nullable Collation collation)
A null value represents the server default.
collation
- the collation options to use