org.seasar.robot.db.allcommon
クラス DBFluteConfig.ImplementedOracleAgent
java.lang.Object
org.seasar.robot.db.allcommon.DBFluteConfig.ImplementedOracleAgent
- すべての実装されたインタフェース:
- org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
- 含まれているクラス:
- DBFluteConfig
public static class DBFluteConfig.ImplementedOracleAgent
- extends Object
- implements org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBFluteConfig.ImplementedOracleAgent
public DBFluteConfig.ImplementedOracleAgent()
toOracleDate
public Object toOracleDate(Timestamp timestamp)
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の toOracleDate
toOracleArray
public Object toOracleArray(Connection conn,
String arrayTypeName,
Object arrayValue)
throws SQLException
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の toOracleArray
- 例外:
SQLException
toStandardArray
public Object toStandardArray(Object oracleArray)
throws SQLException
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の toStandardArray
- 例外:
SQLException
isOracleArray
public boolean isOracleArray(Object obj)
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の isOracleArray
toOracleStruct
public Object toOracleStruct(Connection conn,
String structTypeName,
Object[] attrs)
throws SQLException
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の toOracleStruct
- 例外:
SQLException
toStandardStructAttributes
public Object[] toStandardStructAttributes(Object oracleStruct)
throws SQLException
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の toStandardStructAttributes
- 例外:
SQLException
isOracleStruct
public boolean isOracleStruct(Object obj)
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の isOracleStruct
getPhysicalConnectionDigger
public org.seasar.robot.dbflute.jdbc.PhysicalConnectionDigger getPhysicalConnectionDigger()
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の getPhysicalConnectionDigger
Copyright © 2013. All Rights Reserved.