|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Package org.dbreplicator.replication.column
Class responsible for column-type mappings between sql an java
See:
Description
| Class Summary | |
|---|---|
| AbstractColumnObject | This class is the abstract class which is extended by all the different type of ColumnObject classses. |
| BigDecimalObject | Class for handling long decimal numbers. |
| BlobObject | Class for handling Binary Large Objects |
| BlobOutPutStream | |
| BooleanObject | Handles boolean (true/false) data types. |
| ByteObject | Handles Byte data types. |
| BytesObject | |
| ClobObject | Handles the Character Large Object data type. |
| ClobOutPutStream | |
| ClobStreamObject | As ClassCast was occuring when setClob was done in oracle ,so we have kept new oracleClobObject This class is also used by postgresql as no clob data was coming from oracle to postgresql |
| DateObject | Handles the Date Ojbect Type |
| DoubleObject | |
| FloatObject | Handles floating-point data type. |
| IntegerObject | The Integer Class |
| LongObject | |
| RBlob | |
| RClob | |
| RepAsciiStream | Title: |
| RepInputStream | |
| SQLServerVarCharObject | |
| StringObject | String data type handler |
| StringSQL_VariantObject | |
| TimeObject | |
| TimeStampObject | |
Package org.dbreplicator.replication.column Description
Class responsible for column-type mappings between sql an java
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||

