public interface CreateDseFunctionWithNullOption
Modifier and Type | Method and Description |
---|---|
CreateDseFunctionWithType |
returnsType(com.datastax.oss.driver.api.core.type.DataType dataType)
Adds RETURNS to the create function specification.
|
@NonNull CreateDseFunctionWithType returnsType(@NonNull com.datastax.oss.driver.api.core.type.DataType dataType)
To create the data type, use the constants and static methods in DataTypes
, or
SchemaBuilder.udt(CqlIdentifier, boolean)
.
Copyright © 2017–2019. All rights reserved.