[][src]Crate cql_model

This crate contains the core models/interfaces used by CQL Database.

It does not contain any implementations.

Traits

CqlReadable

A CQL Value Type with single point read capability.

CqlStreamReadable

A CQL Value Type with stream read capability.

CqlType

The base CQL Value Type

CqlWritable

A CQL Value Type with single point write capability.