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: use phpcassa\Schema\DataType\Serialized;
 5: use phpcassa\Schema\DataType\UUIDType;
 6: 
 7: /**
 8:  * Handles non-v1 UUIDS.
 9:  *
10:  * @package phpcassa\Schema\DataType
11:  */
12: class LexicalUUIDType extends UUIDType {}
13: 
phpcassa API documentation generated by ApiGen 2.8.0