kr.co.hit.live.dao.helper
Class TiberoTypeHelper
java.lang.Object
kr.co.hit.live.dao.helper.TiberoTypeHelper
public class TiberoTypeHelper
- extends Object
- Author:
- Administrator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TiberoTypeHelper
public TiberoTypeHelper()
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.