Package ubic.basecode.util
Class SQLUtils
- java.lang.Object
-
- ubic.basecode.util.SQLUtils
-
public class SQLUtils extends Object
- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description SQLUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Long
asId(Object o)
static String
blobToString(Blob exonStarts)
Convert a java.sql.Blob array to a string
-
-
-
Method Detail
-
blobToString
public static String blobToString(Blob exonStarts) throws SQLException
Convert a java.sql.Blob array to a string- Parameters:
exonStarts
-- Returns:
- Throws:
SQLException
-
-