| Interface | Description |
|---|---|
| JdbcCpoTransform<D,J> |
| Class | Description |
|---|---|
| OracleTemporaryBlob | |
| OracleTemporaryClob | |
| TransformBlob |
Converts a java.sql.Blob from a jdbc datasource to a byte[] and
from a byte[] to a java.sql.Blob
|
| TransformCharArray |
Converts a char[] from a jdbc datasource getString() call and from a char[] to a setString() in a datasource
|
| TransformClob |
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
|
| TransformGZipBlob |
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
|
| TransformGZipBytes |
Converts a compressed byte[] from a jdbc datasource to an uncompressed byte[] and from a byte[] to a compressed
byte[] in a datasource
|
| TransformNoOp |
This is an example of a transform that does nothing.
|
| TransformStringChar |
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
|
| TransformTimestampToCalendar |
This is an example of a transform that does nothing.
|
Copyright © 2014. All Rights Reserved.