Class ClassLoaderSafeRecordSet

  • All Implemented Interfaces:
    io.prestosql.spi.connector.RecordSet

    public class ClassLoaderSafeRecordSet
    extends java.lang.Object
    implements io.prestosql.spi.connector.RecordSet
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassLoaderSafeRecordSet​(io.prestosql.spi.connector.RecordSet delegate, java.lang.ClassLoader classLoader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.prestosql.spi.connector.RecordCursor cursor()  
      java.util.List<io.prestosql.spi.type.Type> getColumnTypes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassLoaderSafeRecordSet

        @Inject
        public ClassLoaderSafeRecordSet​(io.prestosql.spi.connector.RecordSet delegate,
                                        java.lang.ClassLoader classLoader)
    • Method Detail

      • getColumnTypes

        public java.util.List<io.prestosql.spi.type.Type> getColumnTypes()
        Specified by:
        getColumnTypes in interface io.prestosql.spi.connector.RecordSet
      • cursor

        public io.prestosql.spi.connector.RecordCursor cursor()
        Specified by:
        cursor in interface io.prestosql.spi.connector.RecordSet