|
||||||||||
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.TextType
liquibase.database.structure.type.CharType
public class CharType
Constructor Summary | |
---|---|
CharType()
|
|
CharType(java.lang.String dataTypeName)
|
Method Summary | |
---|---|
boolean |
getSupportsPrecision()
|
Methods inherited from class liquibase.database.structure.type.TextType |
---|
convertObjectToString |
Methods inherited from class liquibase.database.structure.type.DataType |
---|
equals, getDataTypeName, getFirstParameter, getMaxParameters, getMinParameters, getSecondParameter, 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 CharType()
public CharType(java.lang.String dataTypeName)
Method Detail |
---|
public boolean getSupportsPrecision()
getSupportsPrecision
in class DataType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |