public class ColInfo extends Object
Constructor and Description |
---|
ColInfo(Cols name,
int type) |
ColInfo(Cols name,
int type,
Integer precision) |
ColInfo(Cols name,
int type,
Integer precision,
String constraints) |
ColInfo(Cols name,
int type,
String constraints) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getConstraints() |
Cols |
getName() |
Integer |
getPrecision()
Gets the precision.
|
String |
getSqlDef() |
int |
getType() |
int |
hashCode() |
public ColInfo(Cols name, int type)
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.