org.specrunner.util
Class UtilSql

java.lang.Object
  extended by org.specrunner.util.UtilSql

public final class UtilSql
extends Object

Utility SQL class.

Author:
Thiago Santos

Method Summary
static String toString(Object obj)
          Get string representation of value.
static String toStringNullable(Object obj)
          Get string representation of value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toStringNullable

public static String toStringNullable(Object obj)
Get string representation of value. If the object is a Blob get its String representation.

Parameters:
obj - The object to stringfy.
Returns:
A String.

toString

public static String toString(Object obj)
Get string representation of value. If the object is a Blob get its String representation.

Parameters:
obj - The object to stringfy.
Returns:
A String.


Copyright © 2015. All rights reserved.