|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliquibase.database.structure.type.DataType
liquibase.database.structure.type.CustomType
public class CustomType
Constructor Summary | |
---|---|
CustomType(java.lang.String dataTypeName,
int minParams,
int maxParams)
|
Method Summary |
---|
Methods inherited from class liquibase.database.structure.type.DataType |
---|
convertObjectToString, equals, getDataTypeName, getFirstParameter, getMaxParameters, getMinParameters, getSecondParameter, getSupportsPrecision, getUnit, hashCode, setDataTypeName, setFirstParameter, setSecondParameter, setUnit, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CustomType(java.lang.String dataTypeName, int minParams, int maxParams)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |