提交 0c909fff authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 692c07f9
...@@ -288,6 +288,7 @@ public class PageBtreeIndex extends BaseIndex { ...@@ -288,6 +288,7 @@ public class PageBtreeIndex extends BaseIndex {
* *
* @param data the data * @param data the data
* @param offset the offset * @param offset the offset
* @param onlyPosition whether only the position of the row is stored
* @return the row * @return the row
*/ */
SearchRow readRow(DataPage data, int offset, boolean onlyPosition) throws SQLException { SearchRow readRow(DataPage data, int offset, boolean onlyPosition) throws SQLException {
......
...@@ -183,7 +183,6 @@ abstract class PageData extends Record { ...@@ -183,7 +183,6 @@ abstract class PageData extends Record {
/** /**
* Get the row for the given key. * Get the row for the given key.
* *
* @param session the session
* @param key the key * @param key the key
* @return the row * @return the row
*/ */
......
.translator=Tomek (2009-06-16)
.translator=Tomek .translator=Tomek
a.help=Pomoc a.help=Pomoc
a.language=Polski a.language=Polski
......
...@@ -644,6 +644,13 @@ public class TestFunctions extends TestBase implements AggregateFunction { ...@@ -644,6 +644,13 @@ public class TestFunctions extends TestBase implements AggregateFunction {
} }
//## Java 1.5 end ## //## Java 1.5 end ##
/**
* This method is called via reflection from the database.
*
* @param a the first UUID
* @param b the second UUID
* @return a xor b
*/
public static UUID xorUUID(UUID a, UUID b) { public static UUID xorUUID(UUID a, UUID b) {
return new UUID(a.getMostSignificantBits() ^ b.getMostSignificantBits(), return new UUID(a.getMostSignificantBits() ^ b.getMostSignificantBits(),
a.getLeastSignificantBits() ^ b.getLeastSignificantBits()); a.getLeastSignificantBits() ^ b.getLeastSignificantBits());
......
...@@ -590,4 +590,5 @@ overall httpdocs tigris eclemma separates underscore yajsw she her truncating ...@@ -590,4 +590,5 @@ overall httpdocs tigris eclemma separates underscore yajsw she her truncating
relocating smtps smtp osde joist catching guesses delimiters shortlist sheet relocating smtps smtp osde joist catching guesses delimiters shortlist sheet
rowspan cheat partitioning datepart dreamsource toussi locates fred rowspan cheat partitioning datepart dreamsource toussi locates fred
longnvarchar collate localdb nan bootclasspath bcp retrotranslator iterable longnvarchar collate localdb nan bootclasspath bcp retrotranslator iterable
ops jopr googlegroups fletcher prefer djava expires ops jopr googlegroups fletcher prefer djava expires fffe polish articles
\ No newline at end of file attachment transiently
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论