]> source.dussan.org Git - jackcess.git/commitdiff
fix docs
authorJames Ahlborn <jtahlborn@yahoo.com>
Mon, 18 Mar 2013 11:56:53 +0000 (11:56 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Mon, 18 Mar 2013 11:56:53 +0000 (11:56 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-2@696 f203690c-595d-4dc9-a70b-905162fa7fd2

TODO.txt
src/java/com/healthmarketscience/jackcess/complex/ComplexValue.java

index 6ef29e4926de9b5e8eff1b347765f1909b229232..3e896a0530589558fe62ae65f331fd38f27af46d 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -33,15 +33,16 @@ Refactor goals:
 - tweak lookup apis (specify column vs column name)
 - separate classes into more packages (api,builder,util,impl)
 * remove debug log blocks
-- add Row interface
-- change savepoint to use table number instead of name?
+* add Row interface
+* change savepoint to use table number instead of name?
 * don't use columnimpl for creating tables
   * clean up columnimpl/tableimpl constructors
-- add updateCurrentRow(Map), add updateRow(Row)
+* add updateCurrentRow(Map), add updateRow(Row)
 - sort out query types
 - clean up javadocs
   - enhance public api classes
   - add @usage tags to util classes
 * add unit tests for Row update/delete methods, add/update *FromMap methods
 * add reason to unsupop throws for indexes
-- remove static methods in CursorImpl/IndexCursorImpl
\ No newline at end of file
+* remove static methods in CursorImpl/IndexCursorImpl
+- add RowId to ComplexValue
index 4e6f19a7b7904a38a53e15110ab16749dadce5ff..beaea040d20446ee0723a320042961d8d8fa5fc8 100644 (file)
@@ -24,7 +24,7 @@ import java.io.IOException;
 import com.healthmarketscience.jackcess.Column;
 
 /**
- * Base class for a value in a complex column (where there may be multiple
+ * Base interface for a value in a complex column (where there may be multiple
  * values for a single row in the main table).
  *
  * @author James Ahlborn