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 java.lang.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 java.lang.Object toOracleDate(java.sql.Timestamp timestamp)
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の toOracleDate
toOracleArray
public java.lang.Object toOracleArray(java.sql.Connection conn,
java.lang.String arrayTypeName,
java.lang.Object arrayValue)
throws java.sql.SQLException
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の toOracleArray
- 例外:
java.sql.SQLException
toStandardArray
public java.lang.Object toStandardArray(java.lang.Object oracleArray)
throws java.sql.SQLException
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の toStandardArray
- 例外:
java.sql.SQLException
isOracleArray
public boolean isOracleArray(java.lang.Object obj)
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の isOracleArray
toOracleStruct
public java.lang.Object toOracleStruct(java.sql.Connection conn,
java.lang.String structTypeName,
java.lang.Object[] attrs)
throws java.sql.SQLException
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の toOracleStruct
- 例外:
java.sql.SQLException
toStandardStructAttributes
public java.lang.Object[] toStandardStructAttributes(java.lang.Object oracleStruct)
throws java.sql.SQLException
- 定義:
- インタフェース
org.seasar.robot.dbflute.s2dao.valuetype.plugin.OracleAgent
内の toStandardStructAttributes
- 例外:
java.sql.SQLException
isOracleStruct
public boolean isOracleStruct(java.lang.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 © 2012. All Rights Reserved.