kr.co.hit.live.dao.helper
Class TiberoTypeHelper

java.lang.Object
  extended by kr.co.hit.live.dao.helper.TiberoTypeHelper

public class TiberoTypeHelper
extends Object

Author:
Administrator

Constructor Summary
TiberoTypeHelper()
           
 
Method Summary
static com.tmax.tibero.jdbc.TbArray getARRAY(Connection con, String typeName, Object obj)
           
static com.tmax.tibero.jdbc.TbBlob getBLOB(Connection con, byte[] bytes)
           
static com.tmax.tibero.jdbc.TbClob getCLOB(Connection con, char[] str)
           
static com.tmax.tibero.jdbc.TbSQLXML getXMLType(Connection con, String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TiberoTypeHelper

public TiberoTypeHelper()
Method Detail

getCLOB

public static com.tmax.tibero.jdbc.TbClob getCLOB(Connection con,
                                                  char[] str)
                                           throws SQLException
Parameters:
con -
str -
Returns:
Throws:
SQLException

getBLOB

public static com.tmax.tibero.jdbc.TbBlob getBLOB(Connection con,
                                                  byte[] bytes)
                                           throws SQLException
Parameters:
con -
str -
Returns:
Throws:
SQLException

getARRAY

public static com.tmax.tibero.jdbc.TbArray getARRAY(Connection con,
                                                    String typeName,
                                                    Object obj)
                                             throws SQLException
Parameters:
con -
typeName -
obj -
Returns:
Throws:
SQLException

getXMLType

public static com.tmax.tibero.jdbc.TbSQLXML getXMLType(Connection con,
                                                       String str)
                                                throws SQLException
Parameters:
con -
str -
Returns:
Throws:
SQLException


Copyright © 2014. All Rights Reserved.