Uses of Class
ca.sqlpower.wabit.report.chart.ChartColumn.DataType

Packages that use ChartColumn.DataType
ca.sqlpower.wabit.report.chart   
 

Uses of ChartColumn.DataType in ca.sqlpower.wabit.report.chart
 

Methods in ca.sqlpower.wabit.report.chart that return ChartColumn.DataType
static ChartColumn.DataType ChartColumn.DataType.forJDBCType(int jdbcType)
          Returns the appropriate data type based on the given JDBC type.
 ChartColumn.DataType ChartColumn.getDataType()
           
static ChartColumn.DataType ChartColumn.DataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChartColumn.DataType[] ChartColumn.DataType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in ca.sqlpower.wabit.report.chart with parameters of type ChartColumn.DataType
ChartColumn(java.lang.String columnName, ChartColumn.DataType dataType)
          Creates a new chart column descriptor for the given name simplified SQL data type.
 



Copyright © 2009. All Rights Reserved.