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

Method Detail

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 © 2014. All rights reserved.