Package mdbtools.libmdb
Class Data
- java.lang.Object
-
- mdbtools.libmdb.Data
-
public class Data extends Object
-
-
Constructor Summary
Constructors Constructor Description Data()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
mdb_bind_column(MdbTableDef table, int col_num, Holder bind_ptr)
static String
mdb_col_to_string(MdbHandle mdb, int start, int datatype, int size)
static boolean
mdb_fetch_row(MdbTableDef table)
static int
mdb_find_end_of_row(MdbHandle mdb, int row)
static String
mdb_memo_to_string(MdbHandle mdb, int start, int size)
static int
mdb_read_next_dpg(MdbTableDef table)
static int
mdb_read_next_dpg_by_map0(MdbTableDef table)
static int
mdb_read_next_dpg_by_map1(MdbTableDef table)
static int
mdb_read_row(MdbTableDef table, int row)
static int
mdb_rewind_table(MdbTableDef table)
static int
mdb_xfer_bound_bool(MdbHandle mdb, MdbColumn col, boolean value)
static int
mdb_xfer_bound_data(MdbHandle mdb, int start, MdbColumn col, int len)
static int
mdb_xfer_bound_ole(MdbHandle mdb, int start, MdbColumn col, int len)
-
-
-
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 IOException
- Throws:
IOException
-
mdb_read_next_dpg_by_map0
public static int mdb_read_next_dpg_by_map0(MdbTableDef table) throws IOException
- Throws:
IOException
-
mdb_read_next_dpg
public static int mdb_read_next_dpg(MdbTableDef table) throws IOException
- Throws:
IOException
-
mdb_read_row
public static int mdb_read_row(MdbTableDef table, int row) throws IOException
- Throws:
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 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
public static int mdb_read_next_dpg_by_map1(MdbTableDef table) throws IOException
- Throws:
IOException
-
mdb_memo_to_string
public static String mdb_memo_to_string(MdbHandle mdb, int start, int size) throws IOException
- Throws:
IOException
-
-