Class Data


  • public class Data
    extends java.lang.Object
    • Constructor Detail

      • Data

        public Data()
    • Method Detail

      • mdb_find_end_of_row

        public static int mdb_find_end_of_row​(MdbHandle mdb,
                                              int row)
      • mdb_bind_column

        public static void mdb_bind_column​(MdbTableDef table,
                                           int col_num,
                                           Holder bind_ptr)
      • mdb_rewind_table

        public static int mdb_rewind_table​(MdbTableDef table)
      • mdb_fetch_row

        public static boolean mdb_fetch_row​(MdbTableDef table)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • mdb_read_next_dpg_by_map0

        public static int mdb_read_next_dpg_by_map0​(MdbTableDef table)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • mdb_read_next_dpg

        public static int mdb_read_next_dpg​(MdbTableDef table)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • mdb_read_row

        public static int mdb_read_row​(MdbTableDef table,
                                       int row)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • mdb_xfer_bound_bool

        public static int mdb_xfer_bound_bool​(MdbHandle mdb,
                                              MdbColumn col,
                                              boolean value)
      • mdb_xfer_bound_ole

        public static int mdb_xfer_bound_ole​(MdbHandle mdb,
                                             int start,
                                             MdbColumn col,
                                             int len)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • mdb_xfer_bound_data

        public static int mdb_xfer_bound_data​(MdbHandle mdb,
                                              int start,
                                              MdbColumn col,
                                              int len)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • mdb_col_to_string

        public static java.lang.String mdb_col_to_string​(MdbHandle mdb,
                                                         int start,
                                                         int datatype,
                                                         int size)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • mdb_read_next_dpg_by_map1

        public static int mdb_read_next_dpg_by_map1​(MdbTableDef table)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • mdb_memo_to_string

        public static java.lang.String mdb_memo_to_string​(MdbHandle mdb,
                                                          int start,
                                                          int size)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException