@@ -1695,11 +1695,11 @@ Please note that this SQL statement can only be executed before any tables are d
...
@@ -1695,11 +1695,11 @@ Please note that this SQL statement can only be executed before any tables are d
<h2id="custom_data_types_handler_api">Custom Data Types Handler API</h2>
<h2id="custom_data_types_handler_api">Custom Data Types Handler API</h2>
<p>
<p>
It is possible to extend the type system of the database by providing your own implementation
It is possible to extend the type system of the database by providing your own implementation
of minimal required API basically consisting of type identification and conversion routines.
of minimal required API basically consisting of type identification and conversion routines.
</p>
</p>
<p>
<p>
In order to enable this feature, set the system property <code>h2.customDataTypesHandler</code> (default: null) to the fully qualified name of the class providing <ahref="../javadoc/org/h2/api/CustomDataTypesHandler.html">CustomDataTypesHandler</a> interface implementation. <br>
In order to enable this feature, set the system property <code>h2.customDataTypesHandler</code> (default: null) to the fully qualified name of the class providing <ahref="../javadoc/org/h2/api/CustomDataTypesHandler.html">CustomDataTypesHandler</a> interface implementation. <br/>
The instance of that class will be created by H2 and used to:
The instance of that class will be created by H2 and used to:
<ul>
<ul>
<li>resolve the names and identifiers of extrinsic data types.
<li>resolve the names and identifiers of extrinsic data types.