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) |
static String |
replacePredicatePlaceholders(Database database,
String predicate,
List<String> columnNames,
List<Object> parameters) |
Copyright © 2018 Liquibase.org. All rights reserved.