Interface DBUtil.DeserializeRowHandler

    • Method Detail

      • handleRow

        void handleRow​(org.eclipse.net4j.util.io.ExtendedDataInput in,
                       java.sql.Connection connection,
                       IDBField[] fields,
                       java.lang.Object[] values)
                throws java.sql.SQLException,
                       java.io.IOException
        Throws:
        java.sql.SQLException
        java.io.IOException