| Package | Description |
|---|---|
| com.datastax.oss.driver.api.querybuilder.schema |
| Modifier and Type | Method and Description |
|---|---|
CreateType |
OngoingCreateType.withField(com.datastax.oss.driver.api.core.CqlIdentifier identifier,
com.datastax.oss.driver.api.core.type.DataType dataType)
Adds a field definition in the CREATE TYPE statement.
|
default CreateType |
OngoingCreateType.withField(String columnName,
com.datastax.oss.driver.api.core.type.DataType dataType)
Shortcut for
OngoingCreateType.withField(CqlIdentifier, DataType) (CqlIdentifier, DataType)
withField(CqlIdentifier.asCql(columnName), dataType)}. |
Copyright © 2017–2020. All rights reserved.