Package mdbtools.libmdb
Class Data
java.lang.Object
mdbtools.libmdb.Data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmdb_bind_column(MdbTableDef table, int col_num, Holder bind_ptr) static Stringmdb_col_to_string(MdbHandle mdb, int start, int datatype, int size) static booleanmdb_fetch_row(MdbTableDef table) static intmdb_find_end_of_row(MdbHandle mdb, int row) static Stringmdb_memo_to_string(MdbHandle mdb, int start, int size) static intmdb_read_next_dpg(MdbTableDef table) static intstatic intstatic intmdb_read_row(MdbTableDef table, int row) static intmdb_rewind_table(MdbTableDef table) static intmdb_xfer_bound_bool(MdbHandle mdb, MdbColumn col, boolean value) static intmdb_xfer_bound_data(MdbHandle mdb, int start, MdbColumn col, int len) static intmdb_xfer_bound_ole(MdbHandle mdb, int start, MdbColumn col, int len)
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
mdb_find_end_of_row
-
mdb_bind_column
-
mdb_rewind_table
-
mdb_fetch_row
- Throws:
IOException
-
mdb_read_next_dpg_by_map0
- Throws:
IOException
-
mdb_read_next_dpg
- Throws:
IOException
-
mdb_read_row
- Throws:
IOException
-
mdb_xfer_bound_bool
-
mdb_xfer_bound_ole
public static int mdb_xfer_bound_ole(MdbHandle mdb, int start, MdbColumn col, int len) throws IOException - Throws:
IOException
-
mdb_xfer_bound_data
public static int mdb_xfer_bound_data(MdbHandle mdb, int start, MdbColumn col, int len) throws IOException - Throws:
IOException
-
mdb_col_to_string
public static String mdb_col_to_string(MdbHandle mdb, int start, int datatype, int size) throws IOException - Throws:
IOException
-
mdb_read_next_dpg_by_map1
- Throws:
IOException
-
mdb_memo_to_string
- Throws:
IOException
-