com.ning.metrics.goodwill.access
Class GoodwillSchemaField.Sql

java.lang.Object
  extended by com.ning.metrics.goodwill.access.GoodwillSchemaField.Sql
Enclosing class:
GoodwillSchemaField

public static class GoodwillSchemaField.Sql
extends Object

Extra information for the SQL Sink


Constructor Summary
GoodwillSchemaField.Sql(String type, Integer length, Integer scale, Integer precision)
           
 
Method Summary
 Integer getLength()
           
 Integer getPrecision()
           
 Integer getScale()
           
 String getType()
           
 com.google.common.collect.ImmutableMap toMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoodwillSchemaField.Sql

public GoodwillSchemaField.Sql(String type,
                               Integer length,
                               Integer scale,
                               Integer precision)
Method Detail

toMap

public com.google.common.collect.ImmutableMap toMap()

getType

public String getType()

getLength

public Integer getLength()

getScale

public Integer getScale()

getPrecision

public Integer getPrecision()


Copyright © 2010-2011 Ning, Inc.. All Rights Reserved.