public class ColumnDescriptorImpl extends Object implements ColumnDescriptor
Constructor and Description |
---|
ColumnDescriptorImpl(Context context,
Field field) |
ColumnDescriptorImpl(Context context,
Method method) |
Modifier and Type | Method and Description |
---|---|
String |
getFullType() |
Integer |
getLength() |
String |
getName() |
Integer |
getPrecision() |
Integer |
getScale() |
String |
getType() |
Boolean |
isNullable() |
public String getName()
getName
in interface ColumnDescriptor
public String getType()
getType
in interface ColumnDescriptor
public String getFullType()
getFullType
in interface ColumnDescriptor
public Integer getLength()
getLength
in interface ColumnDescriptor
public Integer getPrecision()
getPrecision
in interface ColumnDescriptor
public Integer getScale()
getScale
in interface ColumnDescriptor
public Boolean isNullable()
isNullable
in interface ColumnDescriptor
Copyright © 2014. All Rights Reserved.