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

E54638-01

oracle.sql.hadoop
Class MapperImpl

java.lang.Object
  extended by oracle.sql.hadoop.MapperImpl
All Implemented Interfaces:
java.sql.SQLData
Direct Known Subclasses:
MultiValueMapperImpl

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


Constructor Summary
MapperImpl()
           
 
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

MapperImpl

public MapperImpl()
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.