Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
ColumnDefinitions |
Row.getColumnDefinitions()
Returns the columns contained in this Row.
|
ColumnDefinitions |
ResultSet.getColumnDefinitions()
Returns the columns returned in this ResultSet.
|
ColumnDefinitions |
PreparedStatement.getVariables()
Returns metadata on the bounded variables of this prepared statement.
|
ColumnDefinitions |
DefaultPreparedStatement.getVariables() |