* <p>
* Is not thread-safe.
*
- * @author james
+ * @author James Ahlborn
*/
public abstract class Cursor implements Iterable<Map<String, Object>>
{
* created at the beginning of the table, and any start/end rows are
* inclusive.
*
- * @author james
+ * @author James Ahlborn
*/
public class CursorBuilder {
/** the table which the cursor will traverse */
/**
* Uniquely identifies a row of data within the access database.
*
- * @author james
+ * @author James Ahlborn
*/
public class RowId implements Comparable<RowId>
{
/*
-Copyright (c) 2005 Health Market Science, Inc.
+Copyright (c) 2008 Health Market Science, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
import static com.healthmarketscience.jackcess.DatabaseTest.*;
/**
- * @author james
+ * @author James Ahlborn
*/
public class RelationshipTest extends TestCase {