提交 db369bd4 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 f1121996
...@@ -493,7 +493,7 @@ Returns the first expression where the condition is true." ...@@ -493,7 +493,7 @@ Returns the first expression where the condition is true."
"Other Grammar","Cipher"," "Other Grammar","Cipher","
{ AES | XTEA } { AES | XTEA }
"," ","
Two algorithms are supported, AES (AES-256) and XTEA (using 32 rounds)." Two algorithms are supported, AES (AES-128) and XTEA (using 32 rounds)."
"Other Grammar","Column Definition"," "Other Grammar","Column Definition","
columnName dataType { DEFAULT expression | AS computedColumnExpression } [ [ NOT ] NULL ] columnName dataType { DEFAULT expression | AS computedColumnExpression } [ [ NOT ] NULL ]
[ { AUTO_INCREMENT | IDENTITY } [ ( startInt [, incrementInt ] ) ] ] [ { AUTO_INCREMENT | IDENTITY } [ ( startInt [, incrementInt ] ) ] ]
......
...@@ -464,6 +464,12 @@ public class LobStorage { ...@@ -464,6 +464,12 @@ public class LobStorage {
return ValueLob.createClob(reader, maxLength, handler); return ValueLob.createClob(reader, maxLength, handler);
} }
/**
* Set the table reference of this lob.
*
* @param lobId the lob
* @param table the table
*/
public void setTable(long lobId, int table) { public void setTable(long lobId, int table) {
try { try {
PreparedStatement prep = prepare("UPDATE " + LOBS + " SET TABLE = ? WHERE ID = ?"); PreparedStatement prep = prepare("UPDATE " + LOBS + " SET TABLE = ? WHERE ID = ?");
......
...@@ -292,7 +292,7 @@ java org.h2.test.TestAll timer ...@@ -292,7 +292,7 @@ java org.h2.test.TestAll timer
int testing; int testing;
System.setProperty("h2.lobInDatabase", "true"); // System.setProperty("h2.lobInDatabase", "true");
/* /*
......
...@@ -640,4 +640,4 @@ counting dtest fallback infix places formal extern destination stdout memmove ...@@ -640,4 +640,4 @@ counting dtest fallback infix places formal extern destination stdout memmove
stdio printf jchar sizeof stdlib jbyte jint uint ujlong typedef jdouble stdint stdio printf jchar sizeof stdlib jbyte jint uint ujlong typedef jdouble stdint
jfloat wchar hotspot jvoid std ujint jlong vars jboolean calloc argc strlen jfloat wchar hotspot jvoid std ujint jlong vars jboolean calloc argc strlen
equivalent synchronizes sullivan surname doe stepan getstart rojas snprintf equivalent synchronizes sullivan surname doe stepan getstart rojas snprintf
pulakka pagination collide visual aejaks simulation joonas finland pulakka pagination collide visual aejaks simulation joonas finland minneapolis
\ No newline at end of file \ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论