liquibase.util
Class SqlUtil
java.lang.Object
liquibase.util.SqlUtil
public class SqlUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlUtil
public SqlUtil()
isNumeric
public static boolean isNumeric(int dataType)
isBoolean
public static boolean isBoolean(int dataType)
isDate
public static boolean isDate(int dataType)
parseValue
public static Object parseValue(Database database,
Object val,
DataType type)
replacePredicatePlaceholders
public static String replacePredicatePlaceholders(Database database,
String predicate,
List<String> columnNames,
List<Object> parameters)
Copyright © 2016 Liquibase.org. All rights reserved.