oracle.sql.hadoop
Class ReducerImpl
java.lang.Object
oracle.sql.hadoop.ReducerImpl
- All Implemented Interfaces:
- java.sql.SQLData
public class ReducerImpl
- extends java.lang.Object
- implements java.sql.SQLData
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 |
ReducerImpl
public ReducerImpl()
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
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.