Class BigIntegerTypeAdapter
Implements
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class BigIntegerTypeAdapter : ITypeAdapter
Methods
ConvertFrom(byte[])
Declaration
public object ConvertFrom(byte[] decimalBuf)
Parameters
Type | Name | Description |
---|---|---|
byte[] | decimalBuf |
Returns
Type | Description |
---|---|
object |
ConvertTo(object)
Declaration
public byte[] ConvertTo(object value)
Parameters
Type | Name | Description |
---|---|---|
object | value |
Returns
Type | Description |
---|---|
byte[] |
GetDataType()
Declaration
public Type GetDataType()
Returns
Type | Description |
---|---|
Type |