public class CassandraColumn extends Object implements JdbcColumn<com.datastax.driver.core.Row>
Constructor and Description |
---|
CassandraColumn(int columnIndex,
String columnName,
com.datastax.driver.core.DataType.Name columnType,
RegisterType registerType,
Class<?> classTarget) |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName() |
Object |
getBytes(com.datastax.driver.core.Row row) |
int |
getIndex() |
String |
getMethodName() |
String |
getName() |
PropertyAccess |
getPropertyAccess() |
ColumnType |
getType() |
Object |
getValue(com.datastax.driver.core.Row row) |
boolean |
isBinary() |
boolean |
isNestedAttribute() |
String |
toString() |
public CassandraColumn(int columnIndex, String columnName, com.datastax.driver.core.DataType.Name columnType, RegisterType registerType, Class<?> classTarget)
public PropertyAccess getPropertyAccess()
getPropertyAccess
in interface JdbcColumn<com.datastax.driver.core.Row>
public String getAttributeName()
getAttributeName
in interface JdbcColumn<com.datastax.driver.core.Row>
public String getMethodName()
getMethodName
in interface JdbcColumn<com.datastax.driver.core.Row>
public String getName()
getName
in interface JdbcColumn<com.datastax.driver.core.Row>
public int getIndex()
getIndex
in interface JdbcColumn<com.datastax.driver.core.Row>
public boolean isBinary()
isBinary
in interface JdbcColumn<com.datastax.driver.core.Row>
public boolean isNestedAttribute()
isNestedAttribute
in interface JdbcColumn<com.datastax.driver.core.Row>
public Object getValue(com.datastax.driver.core.Row row) throws SQLException
getValue
in interface JdbcColumn<com.datastax.driver.core.Row>
SQLException
public Object getBytes(com.datastax.driver.core.Row row) throws SQLException
getBytes
in interface JdbcColumn<com.datastax.driver.core.Row>
SQLException
public ColumnType getType()
getType
in interface JdbcColumn<com.datastax.driver.core.Row>
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.