Interface | Description |
---|---|
StructConverter |
PUBLIC:
A StuctConverter can be added to a DatabasePlatform
It allows custom processing dealing java.sql.Struct types
When added to the DatabasePlatform:
1. convertToObject(Struct) will be invoked
when a Struct named by the value returned by getStructName() is returned from the database.
|