| Package | Description |
|---|---|
| org.synchronoss.cpo.transform.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
TransformBlob
Converts a java.sql.Blob from a jdbc datasource to a byte[] and
from a byte[] to a java.sql.Blob
|
class |
TransformCharArray
Converts a char[] from a jdbc datasource getString() call and from a char[] to a setString() in a datasource
|
class |
TransformClob
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
|
class |
TransformGZipBlob
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
|
class |
TransformGZipBytes
Converts a compressed byte[] from a jdbc datasource to an uncompressed byte[] and from a byte[] to a compressed
byte[] in a datasource
|
class |
TransformNoOp
This is an example of a transform that does nothing.
|
class |
TransformStringChar
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
|
class |
TransformTimestampToCalendar
This is an example of a transform that does nothing.
|
Copyright © 2014. All Rights Reserved.