Package com.softwaremining.platformutils
Class SMSQLUtility
java.lang.Object
com.softwaremining.platformutils.SMSQLUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final byte[]
convertBlobAndClobsToBytes
(Object object) DB2 support method - in DB2 CBLOBS/BLOBS return java.sql.CLOB or java.sql.Blob.
-
Constructor Details
-
SMSQLUtility
public SMSQLUtility()
-
-
Method Details
-
convertBlobAndClobsToBytes
DB2 support method - in DB2 CBLOBS/BLOBS return java.sql.CLOB or java.sql.Blob. This method will converts them into bytes[]- Parameters:
object
-- Returns:
- java.sql.CLOB or java.sql.Blob
-