Overview

Namespaces

  • cassandra
  • None
  • PHP
  • phpcassa
    • Batch
    • Connection
    • Index
    • Iterator
    • Schema
      • DataType
    • Util
    • UUID

Classes

  • AsciiType
  • BooleanType
  • BytesType
  • CassandraType
  • CompositeType
  • DateType
  • DoubleType
  • FloatType
  • Int32Type
  • IntegerType
  • LexicalUUIDType
  • LongType
  • TimeUUIDType
  • UTF8Type
  • UUIDType

Interfaces

  • Serialized
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: namespace phpcassa\Schema\DataType;
 3: 
 4: /**
 5:  * Performs no transformation or validation of the data.
 6:  *
 7:  * This is the default type for all data in Cassandra.
 8:  *
 9:  * @package phpcassa\Schema\DataType
10:  */
11: class BytesType extends CassandraType { }
12: 
phpcassa API documentation generated by ApiGen 2.8.0