liquibase.util
Class SqlUtil

java.lang.Object
  extended by liquibase.util.SqlUtil

public class SqlUtil
extends Object


Constructor Summary
SqlUtil()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlUtil

public SqlUtil()
Method Detail

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.