Package liquibase.snapshot
Class CachedRow
java.lang.Object
liquibase.snapshot.CachedRow
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsColumn
(String columnName) <T> T
getBoolean
(String columnName) void
yesNoToBoolean
(String columnName) Converts a 'YES'/'NO' value to a boolean value.
-
Constructor Details
-
CachedRow
-
-
Method Details
-
get
-
set
-
containsColumn
-
getString
-
getInt
-
getShort
-
getBoolean
-
yesNoToBoolean
Converts a 'YES'/'NO' value to a boolean value.- Parameters:
columnName
- the name of the column whose value should be converted- Returns:
true
if the column value is 'YES',false
otherwise; ornull
if the column value isnull
-