提交 5020df70 authored 作者: Thomas Mueller's avatar Thomas Mueller

Issue 370: Typo.

上级 a4d0dcfe
......@@ -2159,11 +2159,11 @@ BINARY(1000)
"Data Types","OTHER Type","
OTHER
","
This type allows storing serialized Java objects. Internally, a byte array is
used. Serialization and deserialization is done on the client side only.
Deserialization is only done get ""getObject"" is called. Java operations cannot be
executed inside the database engine for security reasons. Use
""PreparedStatement.setObject"" to store values.
This type allows storing serialized Java objects. Internally, a byte array is used.
Serialization and deserialization is done on the client side only.
Deserialization is only done when ""getObject"" is called.
Java operations cannot be executed inside the database engine for security reasons.
Use ""PreparedStatement.setObject"" to store values.
Mapped to ""java.lang.Object"" (or any subclass).
","
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论