org.apache.cassandra.cql.common
Class CType.RowType

java.lang.Object
  extended by org.apache.cassandra.cql.common.CType.RowType
All Implemented Interfaces:
CType.Type
Enclosing class:
CType

public static class CType.RowType
extends java.lang.Object
implements CType.Type


Constructor Summary
CType.RowType(java.util.ArrayList<CType.Type> types)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CType.RowType

public CType.RowType(java.util.ArrayList<CType.Type> types)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface CType.Type
Overrides:
toString in class java.lang.Object


Copyright © 2009 The Apache Software Foundation