index
:
jackcess.git
a97_indexes
exprs
hms
jackcess-1.2.14
jackcess-2
jdk8
master
modules
mutateops
newformats
Mirror of the Jackcess project: https://github.com/jahlborn/jackcess
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
com
/
healthmarketscience
/
jackcess
/
Cursor.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
move files into standard maven dir structure
James Ahlborn
2013-08-16
1
-379
/
+0
*
more javadoc cleanup; minor refactor of Joiner iteration methods
James Ahlborn
2013-08-11
1
-0
/
+1
*
expand javadocs for core interfaces
James Ahlborn
2013-08-08
1
-5
/
+11
*
merge branch jackcess-2 changes through r759
James Ahlborn
2013-07-30
1
-1321
/
+86
*
Rename and refactor the Cursor find methods to improve usability
James Ahlborn
2011-12-27
1
-24
/
+289
*
Add support for reading/writing complex column data (version history, attachm...
James Ahlborn
2011-10-26
1
-1
/
+1
*
Add the Joiner utility and some new methods to IndexCursor to make it easier ...
James Ahlborn
2011-06-15
1
-18
/
+47
*
make iterator work a little better, allow remove
James Ahlborn
2011-03-18
1
-16
/
+23
*
general revamp of table finding using index backed cursors; use object flags ...
James Ahlborn
2011-03-09
1
-262
/
+16
*
more work around interpreting index data, add support for multiple logical in...
James Ahlborn
2011-02-27
1
-19
/
+21
*
add ability to customize column value matching in cursor findRow (fixes #3105...
James Ahlborn
2010-11-12
1
-3
/
+38
*
add more jet3 tests, disable index lookups for jet3
James Ahlborn
2010-07-31
1
-0
/
+7
*
add some more tests/utility code for row updates
James Ahlborn
2009-11-17
1
-2
/
+17
*
initial update row support
James Ahlborn
2009-11-16
1
-0
/
+9
*
Add ErrorHandler utility for customizing error handling during row
James Ahlborn
2008-11-08
1
-0
/
+16
*
minor javadoc fixes
James Ahlborn
2008-04-22
1
-1
/
+1
*
initial code for implementing read/write multi-page index support
James Ahlborn
2008-04-06
1
-0
/
+15
*
add constants for movement booleans
James Ahlborn
2008-04-05
1
-15
/
+21
*
more comment updates
James Ahlborn
2008-04-01
1
-1
/
+1
*
no need to use maxColCount and colNumber when storing row results
James Ahlborn
2008-03-15
1
-1
/
+1
*
add support for reading table relationships; minor refactor of table creation...
James Ahlborn
2008-03-11
1
-25
/
+54
*
add method for creating Iterable given specific column names
James Ahlborn
2008-03-11
1
-0
/
+16
*
More fixes for index parsing. Believe index names are now correctly
James Ahlborn
2008-03-06
1
-1
/
+2
*
cleanup variety of compiler warnings
James Ahlborn
2008-03-03
1
-1
/
+0
*
test cursorbuilder
James Ahlborn
2007-12-05
1
-0
/
+9
*
add ids to savepoints in order to verify legitimacy of restore attempts
James Ahlborn
2007-12-04
1
-9
/
+63
*
fix file copyrights
James Ahlborn
2007-12-03
1
-1
/
+26
*
ditch builder-style methods on cursor impls, create CursorBuilder for simpler...
James Ahlborn
2007-12-03
1
-19
/
+26
*
implement range-based, index cursors
James Ahlborn
2007-12-02
1
-49
/
+100
*
more minor tweaks and enhanced cursor tests
James Ahlborn
2007-11-29
1
-6
/
+89
*
rename skip methods; minor code cleanups
James Ahlborn
2007-11-29
1
-22
/
+27
*
implement and test index based cursor
James Ahlborn
2007-11-28
1
-24
/
+110
*
implement save/restore in Cursor; use during find calls
James Ahlborn
2007-11-28
1
-21
/
+100
*
change how current position is maintained by Cursor; minor tweaks to deleted ...
James Ahlborn
2007-11-28
1
-67
/
+298
*
make usagemap cursor work similarly to Cursor; handle live additions and dele...
James Ahlborn
2007-11-26
1
-25
/
+112
*
further refactoring of table/cursor; initial iterator for index to allow for ...
James Ahlborn
2007-11-26
1
-103
/
+112
*
add some convenience methods for finding values in a table
James Ahlborn
2007-11-21
1
-45
/
+105
*
clean up forward/reverse logic in Cursor
James Ahlborn
2007-11-21
1
-34
/
+85
*
add reverse cursor traversal
James Ahlborn
2007-11-21
1
-30
/
+186
*
Move table iteration out of Table and into Cursor. First stage in
James Ahlborn
2007-11-20
1
-16
/
+393
*
work toward separating table iteration state from the Table class
James Ahlborn
2007-11-19
1
-0
/
+32