com.ning.metrics.goodwill.access
Class GoodwillSchemaField.Sql
java.lang.Object
com.ning.metrics.goodwill.access.GoodwillSchemaField.Sql
- Enclosing class:
- GoodwillSchemaField
public static class GoodwillSchemaField.Sql
- extends Object
Extra information for the SQL Sink
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoodwillSchemaField.Sql
public GoodwillSchemaField.Sql(String type,
Integer length,
Integer scale,
Integer precision)
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.