Class ResultSetToKVStoreSerializer


  • public class ResultSetToKVStoreSerializer
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<org.api4.java.datastructure.kvstore.IKVStore> getSerializationIterator​(java.sql.ResultSet values)  
      java.util.List<org.api4.java.datastructure.kvstore.IKVStore> serialize​(java.sql.ResultSet values)  
      org.api4.java.datastructure.kvstore.IKVStore serializeRow​(java.sql.ResultSet values, java.lang.String[] columnNames, int[] columnTypes)  
      • Methods inherited from class java.lang.Object

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

      • ResultSetToKVStoreSerializer

        public ResultSetToKVStoreSerializer()
    • Method Detail

      • serialize

        public java.util.List<org.api4.java.datastructure.kvstore.IKVStore> serialize​(java.sql.ResultSet values)
      • getSerializationIterator

        public java.util.Iterator<org.api4.java.datastructure.kvstore.IKVStore> getSerializationIterator​(java.sql.ResultSet values)
      • serializeRow

        public org.api4.java.datastructure.kvstore.IKVStore serializeRow​(java.sql.ResultSet values,
                                                                         java.lang.String[] columnNames,
                                                                         int[] columnTypes)
                                                                  throws java.sql.SQLException,
                                                                         ResultSetSerializerException
        Throws:
        java.sql.SQLException
        ResultSetSerializerException