Uses of Interface
org.gcube.data.analysis.tabulardata.model.datatype.DataType

Packages that use DataType
org.gcube.data.analysis.tabulardata.model.column   
org.gcube.data.analysis.tabulardata.model.datatype   
 

Uses of DataType in org.gcube.data.analysis.tabulardata.model.column
 

Methods in org.gcube.data.analysis.tabulardata.model.column that return DataType
 DataType SystemColumn.getDataType()
           
 DataType StatefulBaseColumn.getDataType()
           
 DataType AttributeColumn.getDataType()
           
 DataType CodeColumn.getDataType()
           
 DataType MeasureColumn.getDataType()
           
 DataType CodelistRefColumn.getDataType()
           
 DataType IdColumn.getDataType()
           
abstract  DataType Column.getDataType()
           
 

Constructors in org.gcube.data.analysis.tabulardata.model.column with parameters of type DataType
AttributeColumn(String label, DataType dataType)
           
AttributeColumn(String label, String name, DataType dataType)
           
MeasureColumn(String label, DataType dataType)
           
MeasureColumn(String label, String name, DataType dataType)
           
StatefulBaseColumn(String label, String name, DataType dataType, ColumnRelationshipImpl relationship, ColumnType columnType)
           
SystemColumn(String label, DataType dataType)
           
SystemColumn(String label, String name, DataType dataType)
           
 

Uses of DataType in org.gcube.data.analysis.tabulardata.model.datatype
 

Classes in org.gcube.data.analysis.tabulardata.model.datatype that implement DataType
 class Boolean
           
 class Date
           
 class Geometry
           
 class Integer
           
 class Numeric
          The type numeric can store numbers with up to 1000 digits of precision and perform calculations exactly.
 class Text
           
 class Time
           
 class Timestamp
           
 



Copyright © 2013. All Rights Reserved.