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

Issue 370: Typo.

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