接口 LobCreationContext.Callback<T>

  • 封闭接口:
    LobCreationContext

    public static interface LobCreationContext.Callback<T>
    The callback contract for making use of the JDBC Connection.
    • 方法详细资料

      • executeOnConnection

        T executeOnConnection​(Connection connection)
                       throws SQLException
        Perform whatever actions are necessary using the provided JDBC Connection.
        参数:
        connection - The JDBC Connection.
        返回:
        The created LOB.
        抛出:
        SQLException - Indicates trouble accessing the JDBC driver to create the LOB