|
||||||||||
| 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.BooleanType
liquibase.database.structure.type.BooleanType.NumericBooleanType
public static class BooleanType.NumericBooleanType
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class liquibase.database.structure.type.BooleanType |
|---|
BooleanType.NumericBooleanType |
| Constructor Summary | |
|---|---|
BooleanType.NumericBooleanType()
|
|
BooleanType.NumericBooleanType(java.lang.String dataTypeName)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFalseBooleanValue()
The database-specific value to use for "false" "boolean" columns. |
java.lang.String |
getTrueBooleanValue()
The database-specific value to use for "true" "boolean" columns. |
| Methods inherited from class liquibase.database.structure.type.BooleanType |
|---|
convertObjectToString |
| Methods inherited from class liquibase.database.structure.type.DataType |
|---|
equals, getAdditionalInformation, getDataTypeName, getFirstParameter, getMaxParameters, getMinParameters, getSecondParameter, getSupportsPrecision, getUnit, hashCode, setAdditionalInformation, setDataTypeName, setFirstParameter, setSecondParameter, setUnit, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanType.NumericBooleanType()
public BooleanType.NumericBooleanType(java.lang.String dataTypeName)
| Method Detail |
|---|
public java.lang.String getFalseBooleanValue()
BooleanType
getFalseBooleanValue in class BooleanTypepublic java.lang.String getTrueBooleanValue()
BooleanType
getTrueBooleanValue in class BooleanType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||