Oracle® In-Database Container for Hadoop Java API Reference
Release 1.0.1

E54638-01

oracle.sql.hadoop
Class ReducerImpl

java.lang.Object
  extended by oracle.sql.hadoop.ReducerImpl
All Implemented Interfaces:
java.sql.SQLData

public class ReducerImpl
extends java.lang.Object
implements java.sql.SQLData


Constructor Summary
ReducerImpl()
           
 
Method Summary
 java.lang.String getSQLTypeName()
           
static oracle.sql.ARRAY jtf(long job_ctx_key, java.sql.ResultSet rset)
           
 void readSQL(java.sql.SQLInput stream, java.lang.String typeName)
           
 void writeSQL(java.sql.SQLOutput stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReducerImpl

public ReducerImpl()
Method Detail

getSQLTypeName

public java.lang.String getSQLTypeName()
                                throws java.sql.SQLException
Specified by:
getSQLTypeName in interface java.sql.SQLData
Throws:
java.sql.SQLException

readSQL

public void readSQL(java.sql.SQLInput stream,
                    java.lang.String typeName)
             throws java.sql.SQLException
Specified by:
readSQL in interface java.sql.SQLData
Throws:
java.sql.SQLException

writeSQL

public void writeSQL(java.sql.SQLOutput stream)
              throws java.sql.SQLException
Specified by:
writeSQL in interface java.sql.SQLData
Throws:
java.sql.SQLException

jtf

public static oracle.sql.ARRAY jtf(long job_ctx_key,
                                   java.sql.ResultSet rset)
                            throws java.lang.Exception
Throws:
java.lang.Exception

Oracle® In-Database Container for Hadoop Java API Reference
Release 1.0.1

E54638-01

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.