public class SqlUtil extends Object
| Constructor and Description |
|---|
SqlUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBoolean(int dataType) |
static boolean |
isDate(int dataType) |
static boolean |
isNumeric(int dataType) |
static Object |
parseValue(Database database,
Object val,
DataType type) |
Copyright © 2015 Liquibase.org. All rights reserved.