JavaDoc


Index
A B C D E F G H I J K L M N O P R S T U V W X Y Z _

A

AboutReplicator - Class in org.dbreplicator.repconsole
 
AboutReplicator(JFrame) - Constructor for class org.dbreplicator.repconsole.AboutReplicator
 
AbstractColumnObject - Class in org.dbreplicator.replication.column
This class is the abstract class which is extended by all the different type of ColumnObject classses.
AbstractColumnObject() - Constructor for class org.dbreplicator.replication.column.AbstractColumnObject
 
AbstractDataBaseHandler - Class in org.dbreplicator.replication.DBHandler
In replicator because of the feature of multidatabase synchronization, It has become very much necessary to handle different databases deifferently.
AbstractDataBaseHandler() - Constructor for class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
AbstractSynchronize - Class in org.dbreplicator.replication.synchronize
 
AbstractSynchronize() - Constructor for class org.dbreplicator.replication.synchronize.AbstractSynchronize
 
addAtt(String) - Method in class org.dbreplicator.replication.xml.XMLElement
 
addAtt(String) - Method in class org.dbreplicator.replication.xml.XMLTableElement
 
addAttribute(String[]) - Method in class org.dbreplicator.graph.Edge
 
addAttribute(String[]) - Method in class org.dbreplicator.graph.JbEdge
 
addCheckConstraintForExistingTable(String, String, TreeMap, AbstractDataBaseHandler) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
addCheckConstraintForExistingTable(String, String, TreeMap, AbstractDataBaseHandler) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
addCheckConstraintForExistingTable(String, String, TreeMap, AbstractDataBaseHandler) - Method in class org.dbreplicator.replication.MetaDataInfo
 
addCheckConstraintForExistingTable(String, String, TreeMap, AbstractDataBaseHandler) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
addChild(XMLElement) - Method in class org.dbreplicator.replication.xml.XMLElement
 
addChild(XMLElement) - Method in class org.dbreplicator.replication.xml.XMLTableElement
 
addEdge(Object, Object, int) - Method in interface org.dbreplicator.graph.DGraph
Adds an edge of a specified weight from the vertex first to the vertex second.
addEdge(Object, Object, int) - Method in class org.dbreplicator.graph.DirectedGraph
Adds an edge of a specified weight from the vertex first to the vertex second.
addEdge(Object, Object, int) - Method in class org.dbreplicator.graph.JbDirectedGraph
Adds an edge of a specified weight from the vertex first to the vertex second.
addEncodeAtt(String) - Method in class org.dbreplicator.replication.xml.XMLElement
 
addInDegree() - Method in class org.dbreplicator.graph.JbVertex
Accessor method to increment in-degree by one.
addInDegree() - Method in class org.dbreplicator.graph.Vertex
Accessor method to increment in-degree by one.
addOutDegree() - Method in class org.dbreplicator.graph.JbVertex
Accessor method to increment out-degree by one.
addOutDegree() - Method in class org.dbreplicator.graph.Vertex
Accessor method to increment out-degree by one.
AddSchedule - Class in org.dbreplicator.repconsole
Title:
AddSchedule(Frame, String, boolean) - Constructor for class org.dbreplicator.repconsole.AddSchedule
 
AddSchedule(_ReplicationServer, DefaultMutableTreeNode, DefaultTreeModel, boolean) - Constructor for class org.dbreplicator.repconsole.AddSchedule
 
AddSchedule(_ReplicationServer, DefaultMutableTreeNode, DefaultTreeModel, String, boolean) - Constructor for class org.dbreplicator.repconsole.AddSchedule
 
addSchedule(String, String, String, String, String, String, String, Timestamp, int) - Method in interface org.dbreplicator.replication._Subscription
 
addSchedule(String, String, String, String, String, String, String, Timestamp, int) - Method in class org.dbreplicator.replication.Subscription
Add a schedule entry to the replication tables, which will be looked at when the replication instance is started, and obeyed according to its specification
addTable_Publication - Static variable in class org.dbreplicator.replication.RepConstants
 
addTableToPublication(String[], String[]) - Method in interface org.dbreplicator.replication._Publication
 
addTableToPublication(String[], String[]) - Method in class org.dbreplicator.replication.Publication
 
addTableToPublication(String, String[], String[], ArrayList, Publication) - Method in class org.dbreplicator.replication.ReplicationServer
To add more tables to a Publication
addVertex(Object) - Method in interface org.dbreplicator.graph.DGraph
Adds the specified vertex to this directed graph if the vertex is not null and the vertex is not already present in this directed graph.
addVertex(Object) - Method in class org.dbreplicator.graph.DirectedGraph
Adds the specified vertex to this directed graph if the vertex is not null and the vertex is not already present in this directed graph.
addVertex(Object) - Method in class org.dbreplicator.graph.JbDirectedGraph
Adds the specified vertex to this directed graph if the vertex is not null and the vertex is not already present in this directed graph.
adjacentsOf(Object) - Method in interface org.dbreplicator.graph.DGraph
Returns an array containing all vertices that are adjacent to the specified vertex.
adjacentsOf(Object) - Method in class org.dbreplicator.graph.DirectedGraph
Returns an array containing all vertices that are adjacent to the specified vertex.
adjacentsOf(Object) - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns an array containing all vertices that are adjacent to the specified vertex.
afterUpdate - Static variable in class org.dbreplicator.replication.RepConstants
 
appendUniqueKeyConstraints(String, String, StringBuffer) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
appendUniqueKeyConstraints(String, String, StringBuffer) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
appendUniqueKeyConstraints(String, String, StringBuffer) - Method in class org.dbreplicator.replication.MetaDataInfo
 
appendUniqueKeyConstraints(String, String, StringBuffer) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
available() - Method in class org.dbreplicator.replication.column.RepAsciiStream
 
available() - Method in class org.dbreplicator.replication.column.RepInputStream
 

B

Base64 - Class in org.dbreplicator.repconsole
 
Base64.InputStream - Class in org.dbreplicator.repconsole
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.dbreplicator.repconsole.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.dbreplicator.repconsole.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.dbreplicator.repconsole
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.dbreplicator.repconsole.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.dbreplicator.repconsole.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
beforeUpdate - Static variable in class org.dbreplicator.replication.RepConstants
 
BigDecimalObject - Class in org.dbreplicator.replication.column
Class for handling long decimal numbers.
BigDecimalObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.BigDecimalObject
sets the SQL type fro BigDecimal datatype
BlobObject - Class in org.dbreplicator.replication.column
Class for handling Binary Large Objects
BlobObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.BlobObject
sets the SQL type for Blob datatype
BlobOutPutStream - Class in org.dbreplicator.replication.column
 
BlobOutPutStream(String) - Constructor for class org.dbreplicator.replication.column.BlobOutPutStream
 
bookmark_ConisderedId5 - Static variable in class org.dbreplicator.replication.RepConstants
 
bookmark_IsDeletedTable - Static variable in class org.dbreplicator.replication.RepConstants
 
bookmark_lastSyncId4 - Static variable in class org.dbreplicator.replication.RepConstants
 
bookmark_LocalName1 - Static variable in class org.dbreplicator.replication.RepConstants
 
bookmark_RemoteName2 - Static variable in class org.dbreplicator.replication.RepConstants
 
bookmark_TableName - Static variable in class org.dbreplicator.replication.RepConstants
 
bookmark_TableName3 - Static variable in class org.dbreplicator.replication.RepConstants
 
BooleanObject - Class in org.dbreplicator.replication.column
Handles boolean (true/false) data types.
BooleanObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.BooleanObject
sets the SQL type fro boolean datatype
ByteObject - Class in org.dbreplicator.replication.column
Handles Byte data types.
ByteObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.ByteObject
sets the SQL type fro byte datatype
BytesObject - Class in org.dbreplicator.replication.column
 
BytesObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.BytesObject
sets the SQL type fro byte datatype

C

characters(char[], int, int) - Method in class org.dbreplicator.replication.xml.DDLHandler
 
characters(char[], int, int) - Method in class org.dbreplicator.replication.xml.MergeHandler
getting the value for XML element.
characters(char[], int, int) - Method in class org.dbreplicator.replication.xml.ServerHandler
 
characters(char[], int, int) - Method in class org.dbreplicator.replication.xml.SnapshotHandler
getting the value for XML element.
checkAutocommit(AbstractDataBaseHandler, AbstractColumnObject) - Method in class org.dbreplicator.replication.synchronize.AbstractSynchronize
This has been implemented to handle the problem related to CLOB and BLOB data type.
checkEncoding() - Method in class org.dbreplicator.replication.xml.XMLElement
 
checkFilter(Statement, String[], String[]) - Method in class org.dbreplicator.replication.Publication
 
checkForLock(String) - Method in interface org.dbreplicator.replication._PubImpl
 
checkForLock(String) - Method in class org.dbreplicator.replication.Publication
 
checkParentTablesIncludedInList(ArrayList, String, String) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
checkParentTablesIncludedInList(ArrayList, String, String) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
checkParentTablesIncludedInList(ArrayList, String, String) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
checkSchema(String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
checkSchema(String) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
checkTableExistance(SchemaQualifiedName) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
checkTableExistance(SchemaQualifiedName) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
checkTableExistance(SchemaQualifiedName) - Method in class org.dbreplicator.replication.MetaDataInfo
Checks the existance of the pericular table in the database.
checkTableExistance(SchemaQualifiedName) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
checkTableNameIfNull(String[]) - Method in class org.dbreplicator.replication.Publication
 
checkTableSequenceAccordingForeignKey(String, String, ArrayList) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
checkTableSequenceAccordingForeignKey(String, String, ArrayList) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
checkTableSequenceAccordingForeignKey(String, String, ArrayList) - Method in class org.dbreplicator.replication.MetaDataInfo
Check the sequence of table according to primary key.
checkTableSequenceAccordingForeignKey(String, String, ArrayList) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
ClobObject - Class in org.dbreplicator.replication.column
Handles the Character Large Object data type.
ClobObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.ClobObject
sets the SQL type fro clob datatype
ClobOutPutStream - Class in org.dbreplicator.replication.column
 
ClobOutPutStream(String) - Constructor for class org.dbreplicator.replication.column.ClobOutPutStream
 
ClobStreamObject - Class in org.dbreplicator.replication.column
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
ClobStreamObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.ClobStreamObject
sets the SQL type fro clob datatype
close() - Method in class org.dbreplicator.repconsole.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
closeAllStatementAndResultset() - Method in class org.dbreplicator.replication.xml.MergeHandler
 
closeAllStatementAndResultset() - Method in class org.dbreplicator.replication.xml.SnapshotHandler
 
closeAllStatments() - Method in class org.dbreplicator.replication.synchronize.OperationDelete
 
closeAllStatments() - Method in class org.dbreplicator.replication.synchronize.OperationInsert
 
closeAllStatments() - Method in class org.dbreplicator.replication.synchronize.OperationUpdate
 
closeFile() - Method in interface org.dbreplicator.replication._FileUpload
 
closeFile() - Method in class org.dbreplicator.replication.FileUpload
Close the file
closeStatementAndResultSet(Statement, ResultSet) - Static method in class org.dbreplicator.replication.ConnectionPool
 
CloudScapeHandler - Class in org.dbreplicator.replication.DBHandler
Method overrides specific CloudScape/Derby/JavaDB.
CloudScapeHandler() - Constructor for class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
CloudScapeHandler(ConnectionPool) - Constructor for class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
CloudscapeMataDataInfo - Class in org.dbreplicator.replication
This Class gets the connection object of the specified publisher or subscriber and then stores it's metadata information in the DataBaseMetaData object(dbmd).
CloudscapeMataDataInfo(ConnectionPool, String) - Constructor for class org.dbreplicator.replication.CloudscapeMataDataInfo
 
CloudscapeMataDataInfo(Connection) - Constructor for class org.dbreplicator.replication.CloudscapeMataDataInfo
 
CloudScapeMetaDataInfo - Static variable in class org.dbreplicator.replication.Utility
 
ColumnsInfo - Class in org.dbreplicator.replication
This is a supporting class of different database handlers.
ColumnsInfo(String, String) - Constructor for class org.dbreplicator.replication.ColumnsInfo
 
CommonMetaDataInfo - Class in org.dbreplicator.replication
This Class gets the connection object of the specified publisher or subscriber and then stores it's metadata information in the DataBaseMetaData object(dbmd).
CommonMetaDataInfo(ConnectionPool, String) - Constructor for class org.dbreplicator.replication.CommonMetaDataInfo
 
CommonMetaDataInfo(Connection) - Constructor for class org.dbreplicator.replication.CommonMetaDataInfo
 
CommonMetaDataInfo - Static variable in class org.dbreplicator.replication.Utility
 
ConnectionPool - Class in org.dbreplicator.replication
This class holds the mappings of all the connections in a perticular replication server.
ConnectionPool() - Constructor for class org.dbreplicator.replication.ConnectionPool
 
ConnectionPool(String, String, String, String) - Constructor for class org.dbreplicator.replication.ConnectionPool
 
ConnectionPool(DataSource) - Constructor for class org.dbreplicator.replication.ConnectionPool
 
ConnectionPool(DataSource, String, String) - Constructor for class org.dbreplicator.replication.ConnectionPool
 
create_Publication - Static variable in class org.dbreplicator.replication.RepConstants
 
createAfterUpdateTrigger(String, String, String, String, String, String, String, String, String[], String[]) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
createBeforeUpdateTrigger(String, String, String, String, String, String, String, String) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
createClientSystemTables(String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
createDeleteQueryForSynchronise() - Method in class org.dbreplicator.replication.RepTable
 
createDeleteQueryForSynchronise_ShadowTable(long, String) - Method in class org.dbreplicator.replication.RepTable
 
createFunctionHandler() - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
createFunctionLanguage() - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
createInsertQueryForSnapShot() - Method in class org.dbreplicator.replication.RepTable
 
CreatePublication - Class in org.dbreplicator.repconsole
Title:
CreatePublication(Frame, String, boolean) - Constructor for class org.dbreplicator.repconsole.CreatePublication
 
CreatePublication(_ReplicationServer, DefaultMutableTreeNode, DefaultTreeModel) - Constructor for class org.dbreplicator.repconsole.CreatePublication
 
createPublication(String, String[]) - Method in interface org.dbreplicator.replication._ReplicationServer
 
createPublication(String, String[], String[]) - Method in interface org.dbreplicator.replication._ReplicationServer
 
createPublication(String, String[]) - Method in class org.dbreplicator.replication.ReplicationServer
Checks the following :
createPublication(String, String[], String[]) - Method in class org.dbreplicator.replication.ReplicationServer
createPublication
createPublicationBK(String, String[]) - Method in class org.dbreplicator.replication.ReplicationServer
 
createQuery() - Method in class org.dbreplicator.replication.xml.ServerHandler
 
createQuery() - Method in class org.dbreplicator.replication.xml.SnapshotHandler
creating and firing Insert Query for client subscribed tables.
createRemoteSystemTables(String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
createScheduleTable(String) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
createScheduleTable(String) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
createScheduleTable(String) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
createScheduleTable(String) - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
createScheduleTable(String) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
createSchemas(String, ArrayList) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
createSchemas(String, ArrayList) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
createSchemas(String, ArrayList) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
createSchemas(String, ArrayList) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
CreateSequenceOnLogTable(String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
CreateSequenceOnLogTable(String) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
CreateSequenceOnRepTable(String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
CreateSequenceOnRepTable(String) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
CreateSequenceOnShadowTable(String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
createShadowTable(String, String, String, String[]) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
Creates Shadow Table as per the database.
createShadowTable(String, String, String, String[]) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
createShadowTable(String, String, String, String[]) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
createShadowTable(String, String, String, String[]) - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
 
createShadowTable(String, String, String, String[]) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
createShadowTable(String, String, String, String[]) - Method in class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
 
createShadowTable(String, String, String, String[]) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
createShadowTable(String, String, String, String[]) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
createShadowTable(String, String, String, String[]) - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
createShadowTable(String, String, String, String[]) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
createShadowTable(String, String, String, String[]) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
createShadowTable(String, String, String, String[]) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
 
createShadowTableTriggers(String, String, ArrayList, String[]) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
Creates ShadowTable triggers on different replication tables.
createShadowTableTriggers(String, String, ArrayList, String[]) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
createShadowTableTriggers(String, String, ArrayList, String[]) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
createShadowTableTriggers(String, String, ArrayList, String[]) - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
 
createShadowTableTriggers(String, String, ArrayList, String[]) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
createShadowTableTriggers(String, String, ArrayList, String[]) - Method in class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
 
createShadowTableTriggers(String, String, ArrayList, String[]) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
createShadowTableTriggers(String, String, ArrayList, String[]) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
createShadowTableTriggers(String, String, ArrayList, String[]) - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
createShadowTableTriggers(String, String, ArrayList, String[]) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
createShadowTableTriggers(String, String, HashMap, String[]) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
createShadowTableTriggers(String, String, ArrayList, String[]) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
createShadowTableTriggers(String, String, ArrayList, String[]) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
 
createSnapShot(String, boolean, _FileUpload, String) - Method in interface org.dbreplicator.replication._PubImpl
 
createSnapShot(String, boolean, _FileUpload, String) - Method in class org.dbreplicator.replication.Publication
creates an XMl file for getting Snapshot on clients side.
createSnapShotAfterUpdateSub(String, int, String, ArrayList, boolean, _FileUpload, String) - Method in interface org.dbreplicator.replication._PubImpl
 
createSnapShotAfterUpdateSub(String, int, String, ArrayList, boolean, _FileUpload, String) - Method in class org.dbreplicator.replication.Publication
creates an XMl file for getting Snapshot on clients side.
createStructure(int, String, String, boolean, _FileUpload, String) - Method in interface org.dbreplicator.replication._PubImpl
 
createStructure(int, String, String, boolean, _FileUpload, String) - Method in class org.dbreplicator.replication.Publication
This method is responsible to assist to subscribe a subscription.
createSubNode(String) - Method in class org.dbreplicator.repconsole.CreateSubscription
 
createSubscribedTablesTriggersAndShadowTables(String, String[], String[], HashMap, int, ArrayList) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
This method create the main table, its corresponding shadow table and triggers in the database.
createSubscribedTablesTriggersAndShadowTables(String, String[], HashMap, int, ArrayList) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
CreateSubscription - Class in org.dbreplicator.repconsole
Title:
CreateSubscription(Frame, String, boolean) - Constructor for class org.dbreplicator.repconsole.CreateSubscription
 
CreateSubscription(_ReplicationServer, DefaultMutableTreeNode, DefaultTreeModel) - Constructor for class org.dbreplicator.repconsole.CreateSubscription
 
createSubscription(String, String) - Method in interface org.dbreplicator.replication._ReplicationServer
 
createSubscription(String, String) - Method in class org.dbreplicator.replication.ReplicationServer
Checks whether a subscription with the same name already exists in Subscription Table.
createTransactionLogFile - Static variable in class org.dbreplicator.replication.Utility
 
createUpdateQueryForSnapShot() - Method in class org.dbreplicator.replication.RepTable
 
createUpdateQueryForSynchronize() - Method in class org.dbreplicator.replication.RepTable
 
createXMLFile(String, String, String, String, ArrayList, String, int, boolean, String, boolean, _FileUpload, String, String) - Method in class org.dbreplicator.replication.xml.SyncXMLCreator
if operation is I , insert the record if operation is U check for its last record and also make extra tag for primary key of the initial record and also make attribute for columns which are updated.
createXMLForClient(String, String, boolean, _FileUpload, String) - Method in interface org.dbreplicator.replication._PubImpl
 
createXMLForClient(String, String, boolean, _FileUpload, String) - Method in class org.dbreplicator.replication.Publication
Creates an XML file for synchronization purpose and send it to subscriber's socket.

D

DaffodilDBHandler - Class in org.dbreplicator.replication.DBHandler
Method overrides specific to the Daffodil/One$DB database engine.
DaffodilDBHandler() - Constructor for class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
DaffodilDBHandler(ConnectionPool) - Constructor for class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
DataBase_Cloudscape - Static variable in class org.dbreplicator.replication.Utility
 
DataBase_DaffodilDB - Static variable in class org.dbreplicator.replication.Utility
 
DataBase_DB2 - Static variable in class org.dbreplicator.replication.Utility
 
DataBase_Firebird - Static variable in class org.dbreplicator.replication.Utility
 
DataBase_General - Static variable in class org.dbreplicator.replication.Utility
 
DataBase_MySQL - Static variable in class org.dbreplicator.replication.Utility
 
DataBase_Oracle - Static variable in class org.dbreplicator.replication.Utility
 
DataBase_PointBase - Static variable in class org.dbreplicator.replication.Utility
 
DataBase_PostgreSQL - Static variable in class org.dbreplicator.replication.Utility
 
DataBase_SqlServer - Static variable in class org.dbreplicator.replication.Utility
 
DataBase_Sybase - Static variable in class org.dbreplicator.replication.Utility
 
databaseName - Variable in class org.dbreplicator.replication.ReplicationServer
 
dataBaseName - Variable in class org.dbreplicator.replication.ReplicationServer
 
databaseServerName - Variable in class org.dbreplicator.replication.ReplicationServer
 
DateObject - Class in org.dbreplicator.replication.column
Handles the Date Ojbect Type
DateObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.DateObject
sets the SQL type fro date datatype
DB2Handler - Class in org.dbreplicator.replication.DBHandler
Method overrides specific to DB2.
DB2Handler() - Constructor for class org.dbreplicator.replication.DBHandler.DB2Handler
 
DB2Handler(ConnectionPool) - Constructor for class org.dbreplicator.replication.DBHandler.DB2Handler
 
DBDataSource - Class in org.dbreplicator.replication
 
DBDataSource(String, String, String, String, String, String) - Constructor for class org.dbreplicator.replication.DBDataSource
 
dbHandler - Variable in class org.dbreplicator.replication.Subscription
 
dBPortNo - Variable in class org.dbreplicator.replication.ReplicationServer
 
DDLHandler - Class in org.dbreplicator.replication.xml
 
DDLHandler(Subscription, ArrayList, ArrayList, String, HashMap, MetaDataInfo) - Constructor for class org.dbreplicator.replication.xml.DDLHandler
This class is the implementation class for ContentHandler for parsing the structure XML file.
DECODE - Static variable in class org.dbreplicator.repconsole.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.dbreplicator.repconsole.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.dbreplicator.repconsole.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.dbreplicator.repconsole.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String) - Static method in class org.dbreplicator.replication.EncoderDecoder
This method convert the UNICODE value to ASCII For example 'a' to 'a'
decodeFileToFile(String, String) - Static method in class org.dbreplicator.repconsole.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.dbreplicator.repconsole.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeNew(String) - Static method in class org.dbreplicator.replication.EncoderDecoder
 
decodeToFile(String, String) - Static method in class org.dbreplicator.repconsole.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.dbreplicator.repconsole.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decrypt(String) - Method in class org.dbreplicator.repconsole.DesEncrypter
 
delete - Variable in class org.dbreplicator.replication.xml.MergeHandler
 
delete_operation - Static variable in class org.dbreplicator.replication.RepConstants
 
deleteCount - Variable in class org.dbreplicator.replication.synchronize.AbstractSynchronize
 
deleteFiles - Static variable in class org.dbreplicator.replication.RepPrinter
When U want to delete the temporary files, make print to false.
deleteRecordsFromSuperLogTable(Statement) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
deleteRecordsFromSuperLogTable(Statement) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
deleteRecordsFromSuperLogTable(Statement) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
DesEncrypter - Class in org.dbreplicator.repconsole
 
DesEncrypter(SecretKey) - Constructor for class org.dbreplicator.repconsole.DesEncrypter
 
DGraph - Interface in org.dbreplicator.graph
A directed graph with weighted edges.
DirectedGraph - Class in org.dbreplicator.graph
 
DirectedGraph(int) - Constructor for class org.dbreplicator.graph.DirectedGraph
A directed graph with weighted edges.
Dispose() - Method in class org.dbreplicator.repconsole.AboutReplicator
 
Dispose() - Method in class org.dbreplicator.repconsole.StartServer
 
DONT_BREAK_LINES - Static variable in class org.dbreplicator.repconsole.Base64
Don't break lines when encoding (violates strict Base64 specification)
DoubleObject - Class in org.dbreplicator.replication.column
 
DoubleObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.DoubleObject
sets the SQL type fro double datatype
driver - Variable in class org.dbreplicator.replication.ReplicationServer
 
dropGenerator(Connection, String) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
dropGenerators(Connection, String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
dropGenerators(Connection, String) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
dropPublication(String, Component, _ReplicationServer, DefaultMutableTreeNode, DefaultTreeModel) - Static method in class org.dbreplicator.repconsole.UnPublish
 
dropPublisherSystemTables(Connection) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
dropPublisherSystemTables(Connection) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
dropPublisherSystemTables(Connection) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
dropSchedule(String) - Method in class org.dbreplicator.replication.schedule.ScheduleHandler
This method drop the schedule by deleting the schedule information from schedule table and stopping the Schedule thread
dropSequences(Connection, String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
dropSequences(Connection, String) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
dropSubscriberSystemTables(Connection) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
dropSubscriberSystemTables(Connection) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
dropSubscriberSystemTables(Connection) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
dropSubscription(String) - Method in interface org.dbreplicator.replication._PubImpl
 
dropSubscription(String) - Method in class org.dbreplicator.replication.Publication
 
dropTable_Publication - Static variable in class org.dbreplicator.replication.RepConstants
 
dropTableFromPublication(String[]) - Method in interface org.dbreplicator.replication._Publication
 
dropTableFromPublication(String[]) - Method in class org.dbreplicator.replication.Publication
 
dropTableFromPublication(String, String[], Publication, ArrayList) - Method in class org.dbreplicator.replication.ReplicationServer
To drop tables from a Publication
dropTableListForSub(String) - Method in interface org.dbreplicator.replication._PubImpl
 
dropTableListForSub(String) - Method in class org.dbreplicator.replication.Publication
 
dropTriggersAndShadowTable(Connection, String, String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
dropTriggersAndShadowTable(Connection, String, String) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 

E

Edge - Class in org.dbreplicator.graph
Instances of this class act as edges in the graph.
Edge(Vertex, int, ArrayList) - Constructor for class org.dbreplicator.graph.Edge
An edge object leading from one vertex to another.
Edge(Vertex, int) - Constructor for class org.dbreplicator.graph.Edge
 
edgeCount() - Method in interface org.dbreplicator.graph.DGraph
Returns the number of edges in this directed graph.
edgeCount() - Method in class org.dbreplicator.graph.DirectedGraph
Returns the number of edges in this directed graph.
edgeCount() - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns the number of edges in this directed graph.
edgeWeight(Object, Object) - Method in interface org.dbreplicator.graph.DGraph
Returns the weight of the edge that leaves from the vertex first and enters the vertex second.
edgeWeight() - Method in interface org.dbreplicator.graph.DGraph
Returns the sum of the weights of all edges in this directed graph.
edgeWeight(Object, Object) - Method in class org.dbreplicator.graph.DirectedGraph
Returns the weight of the edge that leaves from the vertex first and enters the vertex second.
edgeWeight() - Method in class org.dbreplicator.graph.DirectedGraph
Returns the sum of the weights of all edges in this directed graph.
edgeWeight(Object, Object) - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns the weight of the edge that leaves from the vertex first and enters the vertex second.
edgeWeight() - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns the sum of the weights of all edges in this directed graph.
EditSchedule - Class in org.dbreplicator.repconsole
Title:
EditSchedule(Frame, String, boolean, boolean) - Constructor for class org.dbreplicator.repconsole.EditSchedule
 
EditSchedule(_ReplicationServer, boolean) - Constructor for class org.dbreplicator.repconsole.EditSchedule
 
EditSchedule(_ReplicationServer, String, boolean) - Constructor for class org.dbreplicator.repconsole.EditSchedule
 
editSchedule(String, String, String, String) - Method in interface org.dbreplicator.replication._Subscription
 
editSchedule(String, String, String, String) - Method in class org.dbreplicator.replication.schedule.ScheduleHandler
Whenever user edits the schedule information,this methods first stops the running thread then update the schedule information in Rep_ScheduleTable then start the schedule again by giving call to startSchedule() method.
editSchedule(String, String, String, String) - Method in class org.dbreplicator.replication.Subscription
Edit an existing schedule entry
elementList - Variable in class org.dbreplicator.replication.xml.XMLElement
 
elementName - Variable in class org.dbreplicator.replication.xml.XMLElement
 
elementValue - Variable in class org.dbreplicator.replication.xml.XMLElement
 
ENCODE - Static variable in class org.dbreplicator.repconsole.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class org.dbreplicator.repconsole.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.dbreplicator.repconsole.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.dbreplicator.repconsole.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.dbreplicator.repconsole.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class org.dbreplicator.repconsole.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.dbreplicator.repconsole.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.dbreplicator.repconsole.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.dbreplicator.repconsole.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
EncoderDecoder - Class in org.dbreplicator.replication
Title:
EncoderDecoder() - Constructor for class org.dbreplicator.replication.EncoderDecoder
 
encodeToFile(byte[], String) - Static method in class org.dbreplicator.repconsole.Base64
Convenience method for encoding data to a file.
encrypt(String) - Method in class org.dbreplicator.repconsole.DesEncrypter
 
EncryptDecryptPassword - Class in org.dbreplicator.repconsole
 
EncryptDecryptPassword() - Constructor for class org.dbreplicator.repconsole.EncryptDecryptPassword
 
endElement(String, String, String) - Method in class org.dbreplicator.replication.xml.DDLHandler
 
endElement(String, String, String) - Method in class org.dbreplicator.replication.xml.MergeHandler
Called after end of an element is reached for calling update/insert/delete on the respective table.
endElement(String, String, String) - Method in class org.dbreplicator.replication.xml.ServerHandler
 
endElement(String, String, String) - Method in class org.dbreplicator.replication.xml.SnapshotHandler
Called after end of an element is reached for calling delete and then insert on the respective tables on client side.
equals(Object) - Method in interface org.dbreplicator.graph.DGraph
 
equals(Object) - Method in class org.dbreplicator.graph.DirectedGraph
Compares the specified object with this directed graph for equality.
equals(Object) - Method in class org.dbreplicator.graph.JbDirectedGraph
Compares the specified object with this directed graph for equality.
equals(RBlob) - Method in class org.dbreplicator.replication.column.RBlob
 
equals(RClob) - Method in class org.dbreplicator.replication.column.RClob
 
equals(Object) - Method in class org.dbreplicator.replication.SchemaQualifiedName
 
equals1(RClob) - Method in class org.dbreplicator.replication.column.RClob
 
escapeUnicodeString1(String, boolean) - Static method in class org.dbreplicator.replication.EncoderDecoder
 
escapeUnicodeStringOLD(String, boolean) - Static method in class org.dbreplicator.replication.EncoderDecoder
This method convert the ASCII value to UNICODE escape.
execute(XMLElement) - Method in class org.dbreplicator.replication.synchronize.OperationDelete
Searches the record for deletion corresponding to the elements Pk_key and deletes the record in the corresponding table.
execute(XMLElement) - Method in class org.dbreplicator.replication.synchronize.OperationInsert
Inserts a record in the corresponding Table.
execute(XMLElement) - Method in class org.dbreplicator.replication.synchronize.OperationUpdate
searches the record for pk_key in shadow table and updates it in the corresponding main table.

F

fileStart(String, boolean) - Method in interface org.dbreplicator.replication._FileUpload
 
fileStart(String, boolean) - Method in class org.dbreplicator.replication.FileUpload
fileStart
FileUpload - Class in org.dbreplicator.replication
 
FileUpload() - Constructor for class org.dbreplicator.replication.FileUpload
 
findCycle(Vertex) - Method in class org.dbreplicator.graph.DirectedGraph
Recursively seeks a cycle starting from the vertex given as a parameter.
findCycle(JbVertex) - Method in class org.dbreplicator.graph.JbDirectedGraph
Recursively seeks a cycle starting from the vertex given as a parameter.
findVertex(Object) - Method in class org.dbreplicator.graph.JbDirectedGraph
Does the hashing.
FireBird_ProductName - Static variable in class org.dbreplicator.replication.Utility
 
FireBirdDatabaseHandler - Class in org.dbreplicator.replication.DBHandler
Method overrides specific to the Firebird database engine.
FireBirdDatabaseHandler() - Constructor for class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
FireBirdDatabaseHandler(ConnectionPool) - Constructor for class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
fireDropQuery(Connection, String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
firstEdge - Variable in class org.dbreplicator.graph.JbVertex
A link to the beginning of a linked list structure of the edges that leave this vertex.
firstEdge - Variable in class org.dbreplicator.graph.Vertex
A link to the beginning of a linked list structure of the edges that leave this vertex.
FloatObject - Class in org.dbreplicator.replication.column
Handles floating-point data type.
FloatObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.FloatObject
sets the SQL type fro float datatype
flushBase64() - Method in class org.dbreplicator.repconsole.Base64.OutputStream
Method added by PHIL.
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.AddSchedule
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.CreatePublication
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.CreateSubscription
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.EditSchedule
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.GetSnapshot
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.Pull
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.Push
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.RemoveSchedule
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.SelectTable
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.SelectTableToBreakCycle
focusGained
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.StartRepServer
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.StepsForm
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.Synchronize
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.UnPublish
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.UnSubscribe
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.UpdatePublication
 
focusGained(FocusEvent) - Method in class org.dbreplicator.repconsole.UpdateSubscription
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.AddSchedule
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.CreatePublication
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.CreateSubscription
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.EditSchedule
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.GetSnapshot
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.Pull
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.Push
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.RemoveSchedule
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.SelectTable
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.SelectTableToBreakCycle
focusLost
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.StartRepServer
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.StepsForm
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.Synchronize
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.UnPublish
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.UnSubscribe
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.UpdatePublication
 
focusLost(FocusEvent) - Method in class org.dbreplicator.repconsole.UpdateSubscription
 
free() - Method in class org.dbreplicator.replication.column.RBlob
 
free() - Method in class org.dbreplicator.replication.column.RClob
 
fullOrPartialTransactionLogFile() - Static method in class org.dbreplicator.replication.PathHandler
 
functionForDeleteTrigger(String, String, String, String, String, String, String) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
functionForInsertTrigger(String, String, String, String, String, String, String) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
functionForUpdateTrigger(String, String, String, String, String, String, String, String, String[], String[]) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 

G

gen_Name(String) - Static method in class org.dbreplicator.replication.RepConstants
 
gen_ShadowTableName(String) - Static method in class org.dbreplicator.replication.RepConstants
 
GeneralDataBaseHandler - Class in org.dbreplicator.replication.DBHandler
Generic methods common to all databases.
GeneralDataBaseHandler() - Constructor for class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
 
GeneralDataBaseHandler(ConnectionPool) - Constructor for class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
 
generateColumnsQueryForClientNode(AbstractDataBaseHandler, int, String, String, int) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
generateColumnsQueryForClientNode(AbstractDataBaseHandler, int, String, String, int) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
Generating a query ---- [ columnName dataType[(size)] [default] [not null] , [ columnName dataType[(size)] [default] [not null] ,...]]
generateColumnsQueryForClientNode(AbstractDataBaseHandler, int, String, String, int) - Method in class org.dbreplicator.replication.MetaDataInfo
Generating a query ---- [ columnName dataType[(size)] [default] [not null] , [ columnName dataType[(size)] [default] [not null] ,...]]
generateColumnsQueryForClientNode(AbstractDataBaseHandler, int, String, String, int) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getAllColumns() - Method in class org.dbreplicator.replication.RepTable
 
getAppliedConstraints(String, String, TreeMap) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
getAppliedConstraints(String, String, TreeMap) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
getAppliedConstraints(String, String, TreeMap) - Method in class org.dbreplicator.replication.MetaDataInfo
Gets the sequence of different constraint along with datatype in the query formate.
getAppliedConstraints(String, String, TreeMap) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getAppliedConstraintsForExistingTable(String, String, TreeMap, AbstractDataBaseHandler) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
getAppliedConstraintsForExistingTable(String, String, TreeMap, AbstractDataBaseHandler) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
getAppliedConstraintsForExistingTable(String, String, TreeMap, AbstractDataBaseHandler) - Method in class org.dbreplicator.replication.MetaDataInfo
 
getAppliedConstraintsForExistingTable(String, String, TreeMap, AbstractDataBaseHandler) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getAppropriatePrecision(int, String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
This method is implemented in child classes if precision exceed the maximum precision of the data type
getAppropriatePrecision(int, String) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
getAppropriatePrecision(int, String) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
getAppropriatePrecision(int, String) - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
 
getAppropriatePrecision(int, String) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
getAppropriatePrecision(int, String) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
getAppropriatePrecision(int, String) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
getAppropriatePrecision(int, String) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
getAppropriatePrecision(int, String) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
getAppropriatePrecision(int, String) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
 
getAppropriateScale(int) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getAppropriateScale(int) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
getAppropriateScale(int) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
getAppropriateScale(int) - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
 
getAppropriateScale(int) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
getAppropriateScale(int) - Method in class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
 
getAppropriateScale(int) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
getAppropriateScale(int) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
getAppropriateScale(int) - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
getAppropriateScale(int) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
getAppropriateScale(int) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
getAppropriateScale(int) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
 
getAsciiStream() - Method in class org.dbreplicator.replication.column.ClobOutPutStream
 
getAsciiStream() - Method in class org.dbreplicator.replication.column.RClob
 
getAttribute() - Method in class org.dbreplicator.replication.xml.XMLElement
 
getAttribute() - Method in class org.dbreplicator.replication.xml.XMLTableElement
 
getAttributesList() - Method in class org.dbreplicator.graph.Edge
 
getAttributesList() - Method in class org.dbreplicator.graph.JbEdge
 
getBinaryStream() - Method in class org.dbreplicator.replication.column.RBlob
 
getBinaryStream(long, long) - Method in class org.dbreplicator.replication.column.RBlob
 
getBLobFilePathForClient() - Static method in class org.dbreplicator.replication.PathHandler
 
getBookMarkTableName() - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getBookMarkTableName() - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
getBookMarkTableName() - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
getBookMarkTableName() - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
getBytes(long, int) - Method in class org.dbreplicator.replication.column.RBlob
 
getCatalogName(String) - Method in class org.dbreplicator.replication.MetaDataInfo
 
getCatalogName(String) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getCatalogName() - Method in class org.dbreplicator.replication.SchemaQualifiedName
 
getCharacterStream() - Method in class org.dbreplicator.replication.column.RClob
 
getCharacterStream(long, long) - Method in class org.dbreplicator.replication.column.RClob
 
getChildElements() - Method in class org.dbreplicator.replication.xml.XMLElement
 
getChildElements() - Method in class org.dbreplicator.replication.xml.XMLTableElement
 
getChildTables(String) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
getChildTables(String) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
getChildTables(String) - Method in class org.dbreplicator.replication.MetaDataInfo
 
getChildTables(String) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getCLobFilePathForClient() - Static method in class org.dbreplicator.replication.PathHandler
 
getColumnDataTypeInfo(AbstractDataBaseHandler, String, String) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
getColumnDataTypeInfo(AbstractDataBaseHandler, String, String) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
getColumnDataTypeInfo(AbstractDataBaseHandler, String, String) - Method in class org.dbreplicator.replication.MetaDataInfo
For each column, its dataype is converted in respective database datatype format in typeinfo then it is set in the dbh, passed to Class ColumnsInfo and it's objects are stored in colInfoList.
getColumnDataTypeInfo(AbstractDataBaseHandler, String, String) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getColumnName() - Method in class org.dbreplicator.replication.ColumnsInfo
 
getColumnNamesAndDataTypes(String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getColumnNamesAndDataTypes1(String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getColumnObject(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
According to the sqlType, different column's for different databases are handled saperately.
getColumnObject(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
getColumnObject(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
getColumnObject(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
 
getColumnObject(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
getColumnObject(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
 
getColumnObject(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
getColumnObject(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
getColumnObject(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
getColumnObject(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
getColumnObject(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
getColumnObject(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
 
getColumnScale() - Method in class org.dbreplicator.replication.TypeInfo
 
getColumnsInfo(String, String) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
getColumnsInfo(String, String) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
getColumnsInfo(String, String) - Method in class org.dbreplicator.replication.MetaDataInfo
 
getColumnsInfo(String, String) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getcolumnSize() - Method in class org.dbreplicator.replication.TypeInfo
 
getColumnsToBeIgnored() - Method in class org.dbreplicator.replication.RepTable
 
getColumnTreeMap(Connection, AbstractDataBaseHandler) - Method in class org.dbreplicator.replication.RepTable
Return a Treemap containg column Names and their respective data type.
getConflictResolver() - Method in interface org.dbreplicator.replication._PubImpl
 
getConflictResolver() - Method in class org.dbreplicator.replication.Publication
 
getConflictResolver() - Method in class org.dbreplicator.replication.RepTable
 
getConnection(String) - Method in interface org.dbreplicator.replication._ReplicationServer
 
getConnection(String) - Method in class org.dbreplicator.replication.ConnectionPool
 
getConnection(String) - Method in class org.dbreplicator.replication.ReplicationServer
 
getConnectionPool() - Method in class org.dbreplicator.replication.Publication
 
getConnectionPool() - Method in class org.dbreplicator.replication.Subscription
 
getCreateShadowTable() - Method in class org.dbreplicator.replication.RepTable
 
getCursorName(String, String) - Static method in class org.dbreplicator.replication.RepConstants
 
getCyclicDependency() - Method in class org.dbreplicator.replication.RepTable
 
getDatabaseHandler(ConnectionPool, String) - Static method in class org.dbreplicator.replication.Utility
This method returns the perticular object of Handler for perticular database.
getDatabaseHandler(ConnectionPool, Connection) - Static method in class org.dbreplicator.replication.Utility
 
getDatabaseHandler(int) - Static method in class org.dbreplicator.replication.Utility
 
getDatabaseMataData(Connection) - Static method in class org.dbreplicator.replication.Utility
 
getDataSource() - Method in class org.dbreplicator.replication.DBDataSource
 
getDataTypeDeclaration() - Method in class org.dbreplicator.replication.ColumnsInfo
 
getDataTypeDeclaration(String) - Static method in class org.dbreplicator.replication.ColumnsInfo
 
getDBDataTypeHandler() - Method in interface org.dbreplicator.replication._Replicator
 
getDBDataTypeHandler() - Method in class org.dbreplicator.replication.Publication
 
getDBDataTypeHandler() - Method in class org.dbreplicator.replication.Subscription
 
getDefaultConnection() - Method in interface org.dbreplicator.replication._ReplicationServer
 
getDefaultConnection() - Method in class org.dbreplicator.replication.ConnectionPool
 
getDefaultConnection() - Method in class org.dbreplicator.replication.ReplicationServer
 
getDefaultFilePathForClient(String) - Static method in class org.dbreplicator.replication.PathHandler
 
getDefaultFilePathForCreateStructure(String) - Static method in class org.dbreplicator.replication.PathHandler
 
getDefaultTransactionLogFilePathForPublisher(String) - Static method in class org.dbreplicator.replication.PathHandler
 
getDefaultTransactionLogFilePathForSubscriber(String) - Static method in class org.dbreplicator.replication.PathHandler
 
getDefaultZIPFilePathForClient(String) - Static method in class org.dbreplicator.replication.PathHandler
 
getDefaultZIPFilePathForCreateStructure(String) - Static method in class org.dbreplicator.replication.PathHandler
 
getDeleteTriggerName(String) - Static method in class org.dbreplicator.replication.RepConstants
 
getEncodedColumns(String) - Static method in class org.dbreplicator.replication.PathHandler
 
getErrorFilePath() - Static method in class org.dbreplicator.replication.PathHandler
 
getExistingTableQuery(AbstractDataBaseHandler, SchemaQualifiedName, int) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
getExistingTableQuery(AbstractDataBaseHandler, SchemaQualifiedName, int) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
getExistingTableQuery(AbstractDataBaseHandler, SchemaQualifiedName, int) - Method in class org.dbreplicator.replication.MetaDataInfo
 
getExistingTableQuery(AbstractDataBaseHandler, SchemaQualifiedName, int) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getExportedTableCols(SchemaQualifiedName) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
getExportedTableCols(SchemaQualifiedName) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
getExportedTableCols(SchemaQualifiedName) - Method in class org.dbreplicator.replication.MetaDataInfo
 
getExportedTableCols(SchemaQualifiedName) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getExportedTableColsList(SchemaQualifiedName) - Method in class org.dbreplicator.replication.MetaDataInfo
 
getFileUploader() - Method in interface org.dbreplicator.replication._PubImpl
 
getFileUploader() - Method in class org.dbreplicator.replication.Publication
getFileUploader
getFilterClause(SchemaQualifiedName) - Method in interface org.dbreplicator.replication._PubImpl
 
getFilterClause(SchemaQualifiedName) - Method in class org.dbreplicator.replication.Publication
 
getFilterClause() - Method in class org.dbreplicator.replication.RepTable
 
getForeignKeyCols() - Method in class org.dbreplicator.replication.RepTable
 
getForeignKeyConstraints(String, String) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
getForeignKeyConstraints(String, String) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
getForeignKeyConstraints(String, String) - Method in class org.dbreplicator.replication.MetaDataInfo
 
getForeignKeyConstraints(String, String) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getFreshConnection(String) - Method in class org.dbreplicator.replication.ConnectionPool
 
getIgnoredColumns_Table() - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getIgnoredColumns_Table() - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
getIgnoredColumns_Table() - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
getIgnoredColumns_Table() - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
getImportedColsOfChildTable(String, String) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
getImportedColsOfChildTable(String, String) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
getImportedColsOfChildTable(String, String) - Method in class org.dbreplicator.replication.MetaDataInfo
 
getImportedColsOfChildTable(String, String) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getImportedTables(SchemaQualifiedName, List, DirectedGraph, String[]) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
getImportedTables(SchemaQualifiedName, List, DirectedGraph, String[]) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
getImportedTables(SchemaQualifiedName, List, DirectedGraph, String[]) - Method in class org.dbreplicator.replication.MetaDataInfo
 
getImportedTables(SchemaQualifiedName, List, DirectedGraph, String[]) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getImportedTablesInfo(SchemaQualifiedName[], DirectedGraph, String[]) - Method in class org.dbreplicator.replication.MetaDataInfo
 
getInputStream() - Method in class org.dbreplicator.replication.column.BlobOutPutStream
 
getInsertTriggerName(String) - Static method in class org.dbreplicator.replication.RepConstants
 
getInstance(int, String) - Static method in class org.dbreplicator.replication.ReplicationServer
This method is responsible for getting the Replication Server instance.
getLastSyncId() - Method in class org.dbreplicator.replication.synchronize.OperationInsert
returns last synchronisation id from shadow Table
getListOfAllAscendents() - Method in class org.dbreplicator.replication.zip.ImportedTablesInfo
 
getListOfDirectAscendents() - Method in class org.dbreplicator.replication.zip.ImportedTablesInfo
 
getLocalAddress() - Method in class org.dbreplicator.replication.ConnectionPool
 
getLocalPortNo() - Method in class org.dbreplicator.replication.ConnectionPool
 
getLocalServerName() - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getLogTableName() - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getLogTableName() - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
getLogTableName() - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
getLogTableName() - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
getMainFrame() - Static method in class org.dbreplicator.repconsole.StartRepServer
 
getMessage() - Method in exception org.dbreplicator.replication.RepException
 
getMessage(Locale) - Method in exception org.dbreplicator.replication.RepException
 
getMinValOfSyncIdTodeleteRecordsFromShadowTable(String, Statement) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getMinValOfSyncIdTodeleteRecordsFromShadowTable(String, Statement) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
getObject(String) - Method in class org.dbreplicator.replication.column.AbstractColumnObject
 
getObject(String) - Method in class org.dbreplicator.replication.column.BigDecimalObject
returns the parsed value of String in BigDecimal
getObject(String) - Method in class org.dbreplicator.replication.column.BlobObject
 
getObject(String) - Method in class org.dbreplicator.replication.column.BooleanObject
returns the parsed value of String in boolean
getObject(String) - Method in class org.dbreplicator.replication.column.ByteObject
returns the parsed value of String in byte
getObject(String) - Method in class org.dbreplicator.replication.column.BytesObject
returns the parsed value of String in byte
getObject(String) - Method in class org.dbreplicator.replication.column.ClobObject
 
getObject(String) - Method in class org.dbreplicator.replication.column.ClobStreamObject
 
getObject(String) - Method in class org.dbreplicator.replication.column.DateObject
returns the parsed value of String in date
getObject(String) - Method in class org.dbreplicator.replication.column.DoubleObject
returns the parsed value of String in double
getObject(String) - Method in class org.dbreplicator.replication.column.FloatObject
returns the parsed value of String in float
getObject(String) - Method in class org.dbreplicator.replication.column.IntegerObject
returns the parsed value of String in Integer
getObject(String) - Method in class org.dbreplicator.replication.column.LongObject
returns the parsed value of String in long
getObject(String) - Method in class org.dbreplicator.replication.column.SQLServerVarCharObject
 
getObject(String) - Method in class org.dbreplicator.replication.column.StringObject
returns the parsed value of String in String
getObject(String) - Method in class org.dbreplicator.replication.column.StringSQL_VariantObject
returns the parsed value of String in String
getObject(String) - Method in class org.dbreplicator.replication.column.TimeObject
returns the parsed value of String in Time
getObject(String) - Method in class org.dbreplicator.replication.column.TimeStampObject
returns the parsed value of String in timeStamp
getParentElement() - Method in class org.dbreplicator.replication.xml.XMLElement
 
getParentElement() - Method in class org.dbreplicator.replication.xml.XMLTableElement
 
getPrimaryColumns() - Method in class org.dbreplicator.replication.RepTable
Return the array of all primary columns that are declared in table which is included in publication.
getPrimaryKeyErrorCode(SQLException) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
getPrimaryKeyErrorCode(SQLException) - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
getPrimaryKeyErrorCode(SQLException) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
getPrimaryKeyErrorCode(SQLException) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
getPrimaryKeyErrorCode(SQLException) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
 
getPub_SubName() - Method in interface org.dbreplicator.replication._Replicator
 
getPub_SubName() - Method in class org.dbreplicator.replication.Publication
 
getPub_SubName() - Method in class org.dbreplicator.replication.Subscription
 
getPublication(String) - Method in interface org.dbreplicator.replication._ReplicationServer
 
getPublication(String) - Method in class org.dbreplicator.replication.ReplicationServer
This method is called to get the publication's object even after creating it.
getPublicationTableName() - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getPublicationTableName() - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
getPublicationTableName() - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
getPublicationTableName() - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
getPublisherAddressAndPort() - Method in interface org.dbreplicator.replication._PubImpl
 
getPublisherAddressAndPort() - Method in class org.dbreplicator.replication.Publication
 
getPubName() - Method in class org.dbreplicator.repconsole.CreatePublication
 
getPubName() - Method in class org.dbreplicator.repconsole.UpdatePublication
 
getPubVendorName() - Method in interface org.dbreplicator.replication._PubImpl
 
getPubVendorName() - Method in class org.dbreplicator.replication.Publication
 
getRemoteAddress() - Method in interface org.dbreplicator.replication._ReplicationServerImpl
 
getRemoteAddress() - Method in class org.dbreplicator.replication.ReplicationServer
getRemoteAddress
getRemotePublication(String) - Method in interface org.dbreplicator.replication._ReplicationServerImpl
 
getRemotePublication(String) - Method in class org.dbreplicator.replication.ReplicationServer
Returns the publication object when called by the subscriber remotely.
getRemoteServerPortNo() - Method in interface org.dbreplicator.replication._Subscription
 
getRemoteServerPortNo() - Method in class org.dbreplicator.replication.Subscription
 
getRemoteServerUrl() - Method in interface org.dbreplicator.replication._Subscription
 
getRemoteServerUrl() - Method in class org.dbreplicator.replication.Subscription
 
getRepCode() - Method in exception org.dbreplicator.replication.RepException
 
getRepHome() - Static method in class org.dbreplicator.replication.PathHandler
 
getRepHomeByUser() - Static method in class org.dbreplicator.replication.PathHandler
 
getRepTable(String) - Method in interface org.dbreplicator.replication._Replicator
 
getRepTable(String) - Method in class org.dbreplicator.replication.Publication
 
getRepTable(String) - Method in class org.dbreplicator.replication.Subscription
Return the instance of RepTable corresponding to table name passed
getRepTableInsertQuery(String, RepTable) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
getRepTableName() - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getRepTableName() - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
getRepTableName() - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
getRepTableName() - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
getRepTableQualifiedIdentifier() - Method in class org.dbreplicator.replication.RepTable
 
getRepTables() - Method in interface org.dbreplicator.replication._Subscription
 
getRepTables() - Method in class org.dbreplicator.replication.Subscription
 
getScheduleHandler() - Method in class org.dbreplicator.replication.ReplicationServer
This method returns the scheduleHandler instance which is used during add,edit and remove Schedule methods in subscription class.
getScheduleTableName() - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getScheduleTableName() - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
getSchemaName(String) - Method in class org.dbreplicator.replication.MetaDataInfo
 
getSchemaName(String) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getSchemaName() - Method in class org.dbreplicator.replication.SchemaQualifiedName
 
getSchemaQualifiedName() - Method in class org.dbreplicator.replication.RepTable
 
getServerName() - Method in interface org.dbreplicator.replication._PubImpl
 
getServerName() - Method in interface org.dbreplicator.replication._ReplicationServerImpl
 
getServerName() - Method in interface org.dbreplicator.replication._SubImpl
 
getServerName() - Method in class org.dbreplicator.replication.Publication
 
getServerName() - Method in class org.dbreplicator.replication.ReplicationServer
 
getServerName() - Method in class org.dbreplicator.replication.Subscription
 
getServerType() - Method in class org.dbreplicator.replication.RepTable
 
getShadowTableColumnDataTypeSequence(ArrayList, String[], RepTable) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
Return the list of shadowtabls cols in a string.
getShadowTableName(String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
GetSnapshot - Class in org.dbreplicator.repconsole
Title:
GetSnapshot(Frame, String, boolean) - Constructor for class org.dbreplicator.repconsole.GetSnapshot
 
GetSnapshot(Frame, String, boolean, boolean) - Constructor for class org.dbreplicator.repconsole.GetSnapshot
 
GetSnapshot(_ReplicationServer, boolean, String) - Constructor for class org.dbreplicator.repconsole.GetSnapshot
 
GetSnapshot(_ReplicationServer, String, boolean, String) - Constructor for class org.dbreplicator.repconsole.GetSnapshot
 
getSnapShot() - Method in interface org.dbreplicator.replication._Subscription
 
getSnapShot() - Method in class org.dbreplicator.replication.Subscription
remove all the records from subscribed tables at subscriber and update the subscriber side with the latest records from the publisher.
getSnapShotAfterUpdatingSubscriber() - Method in interface org.dbreplicator.replication._Subscription
 
getSnapShotAfterUpdatingSubscriber() - Method in class org.dbreplicator.replication.Subscription
Get a snapshot of newly added tables or tables on which no replication operation was done
getSqlType() - Method in class org.dbreplicator.replication.TypeInfo
 
getStreamStart() - Method in class org.dbreplicator.replication.column.BlobOutPutStream
 
getStreamStart() - Method in class org.dbreplicator.replication.column.ClobOutPutStream
 
getStrucPathSynchronizeClient() - Static method in class org.dbreplicator.replication.PathHandler
 
getSubName() - Method in class org.dbreplicator.repconsole.CreateSubscription
 
getSubscription(String) - Method in interface org.dbreplicator.replication._ReplicationServer
 
getSubscription(String) - Method in class org.dbreplicator.replication.ReplicationServer
This method returns the subscription's object, It is implemented for the cases in which for some reason the subscription's object can not be gotten directly, As when the replication server is restarted.
getSubscriptionTableName() - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getSubscriptionTableName() - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
getSubscriptionTableName() - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
getSubscriptionTableName() - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
getSubString(long, int) - Method in class org.dbreplicator.replication.column.RClob
 
getTableColumns(int, String, TypeInfo, int, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getTableColumns(int, String, TypeInfo, int, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
getTableColumns(int, String, TypeInfo, int, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
getTableColumns(int, String, TypeInfo, int, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
getTableName(String) - Method in class org.dbreplicator.replication.MetaDataInfo
Implemented to handle the casesensitveness of postgreSQL for table and and Schema Name.Method is overrided in pgMetaDataInfo.
getTableName(String) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getTableName() - Method in class org.dbreplicator.replication.SchemaQualifiedName
 
getTablesHierarchy(String[]) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
getTablesHierarchy(String[]) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
getTablesHierarchy(String[]) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
getTablesInCycle() - Method in interface org.dbreplicator.replication._ReplicationServer
 
getTablesInCycle() - Method in class org.dbreplicator.replication.ReplicationServer
 
getTrackPrimayKeyUpdation_Table() - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getTrackPrimayKeyUpdation_Table() - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
getTrackPrimayKeyUpdation_Table() - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
getTrackPrimayKeyUpdation_Table() - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
getTrackReplicationTablesUpdation_Table() - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getTrackReplicationTablesUpdation_Table() - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
getTrackReplicationTablesUpdation_Table() - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
getTrackReplicationTablesUpdation_Table() - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
getTypeDeclaration(int) - Method in class org.dbreplicator.replication.TypeInfo
 
getTypeName() - Method in class org.dbreplicator.replication.TypeInfo
 
getUpdateAfterTriggerName(String) - Static method in class org.dbreplicator.replication.RepConstants
 
getUpdateBeforeTriggerName(String) - Static method in class org.dbreplicator.replication.RepConstants
 
getUpdateLogTableTriggerName(String) - Static method in class org.dbreplicator.replication.RepConstants
 
getUpdatePreStmt(ArrayList, String[]) - Method in class org.dbreplicator.replication.RepTable
Retunrs a query for Update in Main table This method is called for performing update operation when Replicator found the update operation in XML file.
getUpdateTriggerName(String) - Static method in class org.dbreplicator.replication.RepConstants
 
getUserName() - Method in class org.dbreplicator.replication.ConnectionPool
 
getvendorName() - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
getVendorType(ConnectionPool, String) - Static method in class org.dbreplicator.replication.Utility
This method was implemented for the same reason to identify the databse.
graphMarker - Variable in class org.dbreplicator.graph.Vertex
A Graph marker variable used for cycle detection, topological sorting and similar.
GZIP - Static variable in class org.dbreplicator.repconsole.Base64
Specify that data should be gzip-compressed.

H

hangingVertexOrEdge - Variable in class org.dbreplicator.graph.JbListElement
A link to the actual object represented by this "hanger" instance.
hangingVertexOrEdge - Variable in class org.dbreplicator.graph.ListElement
A link to the actual object represented by this "hanger" instance.
hasCycle() - Method in interface org.dbreplicator.graph.DGraph
Returns true if there is a cycle in the directed graph.
hasCycle() - Method in class org.dbreplicator.graph.DirectedGraph
Returns true if there is a cycle in the directed graph.
hasCycle() - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns true if there is a cycle in the directed graph.
hasEdge(Object, Object) - Method in interface org.dbreplicator.graph.DGraph
Returns true if this directed graph contains an edge that leaves from the vertex first and enters the vertex second.
hasEdge(Object, Object) - Method in class org.dbreplicator.graph.DirectedGraph
Returns true if this directed graph contains an edge that leaves from the vertex first and enters the vertex second.
hasEdge(Object, Object) - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns true if this directed graph contains an edge that leaves from the vertex first and enters the vertex second.
hasEdges() - Method in interface org.dbreplicator.graph.DGraph
Returns true if there are edges in this directed graph.
hasEdges() - Method in class org.dbreplicator.graph.DirectedGraph
Returns true if there are edges in this directed graph.
hasEdges() - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns true if there are edges in this directed graph.
hashCode() - Method in interface org.dbreplicator.graph.DGraph
Returns the hash code value for this directed graph.
hashCode() - Method in class org.dbreplicator.graph.DirectedGraph
Returns the hash code value for this directed graph.
hashCode() - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns the hash code value for this directed graph.
hashCode() - Method in class org.dbreplicator.replication.SchemaQualifiedName
 
hashCode() - Method in class org.dbreplicator.replication.TypeInfo
 
hasVertex(Object) - Method in interface org.dbreplicator.graph.DGraph
Returns true if this directed graph contains the specified vertex.
hasVertex(Object) - Method in class org.dbreplicator.graph.DirectedGraph
Returns true if this directed graph contains the specified vertex.
hasVertex(Object) - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns true if this directed graph contains the specified vertex.
hasVertices() - Method in interface org.dbreplicator.graph.DGraph
 
hasVertices() - Method in class org.dbreplicator.graph.DirectedGraph
Returns true if there are vertices in this directed graph.
hasVertices() - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns true if there are vertices in this directed graph.

I

ignoredColumns_Table - Static variable in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
ignoredColumns_Table - Static variable in class org.dbreplicator.replication.RepConstants
 
ignoredColumnsTable_ignoredcolumnName2 - Static variable in class org.dbreplicator.replication.RepConstants
 
ignoredColumnsTable_tableId1 - Static variable in class org.dbreplicator.replication.RepConstants
columns for IgnoredColumns Table
ImportedTablesInfo - Class in org.dbreplicator.replication.zip
 
ImportedTablesInfo() - Constructor for class org.dbreplicator.replication.zip.ImportedTablesInfo
 
inDegree(Object) - Method in interface org.dbreplicator.graph.DGraph
Returns the number of edges that enter the specified vertex.
inDegree(Object) - Method in class org.dbreplicator.graph.DirectedGraph
Returns the number of edges that enter the specified vertex.
inDegree(Object) - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns the number of edges that enter the specified vertex.
Index_Name(String) - Static method in class org.dbreplicator.replication.RepConstants
 
insert - Variable in class org.dbreplicator.replication.xml.MergeHandler
 
insert_operation - Static variable in class org.dbreplicator.replication.RepConstants
 
insertCount - Variable in class org.dbreplicator.replication.synchronize.AbstractSynchronize
 
insertCount - Static variable in class org.dbreplicator.replication.Utility
 
insertRecordIntoLogTable(String) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
insertString(int, String, AttributeSet) - Method in class org.dbreplicator.repconsole.NumericDocument
 
IntegerObject - Class in org.dbreplicator.replication.column
The Integer Class
IntegerObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.IntegerObject
sets the SQL type fro Integer datatype
isCellEditable(EventObject) - Method in class org.dbreplicator.repconsole.RCellEditor
 
isColumnSizeExceedMaximumSize(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
isColumnSizeExceedMaximumSize(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
isColumnSizeExceedMaximumSize(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
isColumnSizeExceedMaximumSize(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
isColumnSizeExceedMaximumSize(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
isColumnSizeExceedMaximumSize(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
isColumnSizeExceedMaximumSize(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
 
isColumnSizeExceedMaximumSize1(ResultSet, TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
isColumnSizeExceedMaximumSize1(ResultSet, TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
isColumnSizeExceedMaximumSize1(ResultSet, TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
isCyclic() - Method in class org.dbreplicator.replication.zip.ImportedTablesInfo
 
isDataTypeOptionalSizeSupported(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
isDataTypeOptionalSizeSupported(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
isDataTypeOptionalSizeSupported(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
isDataTypeOptionalSizeSupported(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
 
isDataTypeOptionalSizeSupported(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
isDataTypeOptionalSizeSupported(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
 
isDataTypeOptionalSizeSupported(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
isDataTypeOptionalSizeSupported(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
isDataTypeOptionalSizeSupported(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
isDataTypeOptionalSizeSupported(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
isDataTypeOptionalSizeSupported(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
isDataTypeOptionalSizeSupported(TypeInfo) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
 
isForeignKeyColumn(String) - Method in class org.dbreplicator.replication.RepTable
 
isForeignKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
To get the foreign key error code to resolve the Synchronization problem when tables have parent - child relationship.
isForeignKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
isForeignKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
isForeignKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
 
isForeignKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
isForeignKeyException
isForeignKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
 
isForeignKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
isForeignKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
isForeignKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
isForeignKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
isForeignKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
isForeignKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
isForeignKeyException
isIgnoredColumn(String) - Method in class org.dbreplicator.replication.RepTable
 
isIsolated(Object) - Method in interface org.dbreplicator.graph.DGraph
Returns true if the specified vertex is isolated.
isIsolated(Object) - Method in class org.dbreplicator.graph.DirectedGraph
Returns true if the specified vertex is isolated.
isIsolated(Object) - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns true if the specified vertex is isolated.
isLinearList() - Method in interface org.dbreplicator.graph.DGraph
Returns true if the directed graph forms a linear list.
isLinearList() - Method in class org.dbreplicator.graph.DirectedGraph
Returns true if the directed graph forms a linear list.
isLinearList() - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns true if the directed graph forms a linear list.
isLocalServerWinner() - Method in class org.dbreplicator.replication.RepTable
Retunrs weather local server is conflict resolver or not.
isPrimaryKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
isPrimaryKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
isPrimaryKeyException
isPrimaryKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
isPrimaryKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
 
isPrimaryKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
isPrimaryKeyException
isPrimaryKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
 
isPrimaryKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
isPrimaryKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
isPrimaryKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
isPrimaryKeyException
isPrimaryKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
isPrimaryKeyException
isPrimaryKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
isPrimaryKeyException
isPrimaryKeyException(SQLException) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
isPrimaryKeyException
isPublicationCyclic() - Method in class org.dbreplicator.replication.Publication
 
isSchemaSupported() - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
This method is added for checking of schema.If schema exist in database then it return true else false.All the database support the schema except My SQL and Firebird.
isSchemaSupported() - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
isSchemaSupported Derby database support the schema so it return true.
isSchemaSupported() - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
isSchemaSupported DaffodilDB supoort the schema so it return true
isSchemaSupported() - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
isSchemaSupported
isSchemaSupported() - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
isSchemaSupported Returing false because FireBird database does not support schema
isSchemaSupported() - Method in class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
isSchemaSupported
isSchemaSupported() - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
isSchemaSupported Returning false because MYSQL database does not support schema.
isSchemaSupported() - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
isSchemaSupported
isSchemaSupported() - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
isSchemaSupported
isSchemaSupported() - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
isSchemaSupported
isSchemaSupported() - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
isSchemaSupported
isSchemaSupported() - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
isSchemaSupported
itemStateChanged(ItemEvent) - Method in class org.dbreplicator.repconsole.CreatePublication
 
itemStateChanged(ItemEvent) - Method in class org.dbreplicator.repconsole.UpdatePublication
 

J

JbDirectedGraph - Class in org.dbreplicator.graph
 
JbDirectedGraph(int) - Constructor for class org.dbreplicator.graph.JbDirectedGraph
A directed graph with weighted edges.
JbEdge - Class in org.dbreplicator.graph
Instances of this class act as edges in the graph.
JbEdge(JbVertex, int, ArrayList) - Constructor for class org.dbreplicator.graph.JbEdge
An edge object leading from one vertex to another.
JbEdge(JbVertex, int) - Constructor for class org.dbreplicator.graph.JbEdge
 
JbListElement - Class in org.dbreplicator.graph
Instances of this class act as elements of a linked list.
JbListElement() - Constructor for class org.dbreplicator.graph.JbListElement
The null constructor gets called when we initialize the hash table.
JbListElement(Object) - Constructor for class org.dbreplicator.graph.JbListElement
The list element is a general linked list element.
jButtonGetSchedule_actionPerformed(ActionEvent) - Method in class org.dbreplicator.repconsole.EditSchedule
 
jButtonGetSchedule_actionPerformed(ActionEvent) - Method in class org.dbreplicator.repconsole.RemoveSchedule
 
JbVertex - Class in org.dbreplicator.graph
Instances of this class act as wrappers for the real vertex object, which can be for example java.lang.Integer, or any object.
JbVertex(Object) - Constructor for class org.dbreplicator.graph.JbVertex
A wrapper class for the actual java.lang.Object to be situated in the graph.
jComboRecurrenceType_actionPerformed(ActionEvent) - Method in class org.dbreplicator.repconsole.AddSchedule
 
jMenuConsoleExit_actionPerformed(ActionEvent) - Method in class org.dbreplicator.repconsole.MainFrame
 

K

keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.AddSchedule
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.CreatePublication
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.CreateSubscription
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.EditSchedule
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.GetSnapshot
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.Pull
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.Push
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.RemoveSchedule
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.SelectTable
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.SelectTableToBreakCycle
keyPressed
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.StartRepServer
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.Synchronize
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.UnPublish
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.UnSubscribe
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.UpdatePublication
 
keyPressed(KeyEvent) - Method in class org.dbreplicator.repconsole.UpdateSubscription
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.AddSchedule
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.CreatePublication
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.CreateSubscription
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.EditSchedule
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.GetSnapshot
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.Pull
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.Push
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.RemoveSchedule
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.SelectTable
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.SelectTableToBreakCycle
keyReleased
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.StartRepServer
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.Synchronize
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.UnPublish
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.UnSubscribe
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.UpdatePublication
 
keyReleased(KeyEvent) - Method in class org.dbreplicator.repconsole.UpdateSubscription
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.AddSchedule
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.CreatePublication
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.CreateSubscription
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.EditSchedule
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.GetSnapshot
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.Pull
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.Push
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.RemoveSchedule
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.SelectTable
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.SelectTableToBreakCycle
keyTyped
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.StartRepServer
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.Synchronize
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.UnPublish
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.UnSubscribe
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.UpdatePublication
 
keyTyped(KeyEvent) - Method in class org.dbreplicator.repconsole.UpdateSubscription
 

L

length() - Method in class org.dbreplicator.replication.column.RBlob
 
length() - Method in class org.dbreplicator.replication.column.RClob
 
ListElement - Class in org.dbreplicator.graph
Instances of this class act as elements of a linked list.
ListElement() - Constructor for class org.dbreplicator.graph.ListElement
The null constructor gets called when we initialize the hash table.
ListElement(Object) - Constructor for class org.dbreplicator.graph.ListElement
The list element is a general linked list element.
loadBookMarkTableQuery - Static variable in class org.dbreplicator.replication.RepConstants
 
loadPublicationQuery - Static variable in class org.dbreplicator.replication.RepConstants
 
loadRepTableQuery - Static variable in class org.dbreplicator.replication.RepConstants
 
loadSubscriptionQuery - Static variable in class org.dbreplicator.replication.RepConstants
 
log_Index - Static variable in class org.dbreplicator.replication.RepConstants
 
log_Table - Static variable in class org.dbreplicator.replication.RepConstants
 
logTable_commonId1 - Static variable in class org.dbreplicator.replication.RepConstants
 
logTable_tableName2 - Static variable in class org.dbreplicator.replication.RepConstants
 
LongObject - Class in org.dbreplicator.replication.column
 
LongObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.LongObject
sets the SQL type fro long datatype

M

main(String[]) - Static method in class org.dbreplicator.repconsole.Base64
Encodes or decodes two files from the command line; feel free to delete this method (in fact you probably should) if you're embedding this code into a larger program.
main(String[]) - Static method in class org.dbreplicator.repconsole.EncryptDecryptPassword
 
main(String[]) - Static method in class org.dbreplicator.repconsole.PubConfiguration
 
main(String[]) - Static method in class org.dbreplicator.repconsole.StartServer
 
main(String[]) - Static method in class org.dbreplicator.repconsole.StepsForm
 
main(String[]) - Static method in class org.dbreplicator.repconsole.Subconfiguration
 
main(String[]) - Static method in class org.dbreplicator.replication.DBDataSource
 
main(String[]) - Static method in class org.dbreplicator.replication.UpdatePreviousVersion
 
MainFrame - Class in org.dbreplicator.repconsole
Title:
MainFrame() - Constructor for class org.dbreplicator.repconsole.MainFrame
 
MainFrame(_ReplicationServer, String) - Constructor for class org.dbreplicator.repconsole.MainFrame
 
mainFrame - Static variable in class org.dbreplicator.repconsole.StartRepServer
 
makeCommonPreparedStatement(String, String) - Method in class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
makeCommonPreparedStatement
makePrimaryPreperedStatement(Connection, String[], String, String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
makePrimaryPreperedStatement(Connection, String[], String, String) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
makePrimaryPreperedStatement(Connection, String[], String, String) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
makePrimaryPreperedStatement(Connection, String[], String, String) - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
 
makePrimaryPreperedStatement(Connection, String[], String, String) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
makePrimaryPreperedStatement(Connection, String[], String, String) - Method in class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
 
makePrimaryPreperedStatement(Connection, String[], String, String) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
makePrimaryPreperedStatement(Connection, String[], String, String) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
makePrimaryPreperedStatement(Connection, String[], String, String) - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
makePrimaryPreperedStatement(Connection, String[], String, String) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
makePrimaryPreperedStatement(Connection, String[], String, String) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
makePrimaryPreperedStatement(Connection, String[], String, String) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
 
makePrimaryPreperedStatementBackwardTraversing(String[], long, String, String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
makePrimaryPreperedStatementBackwardTraversing(String[], long, String, String) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
makePrimaryPreperedStatementBackwardTraversing(String[], long, String, String) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
makePrimaryPreperedStatementBackwardTraversing(String[], long, String, String) - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
 
makePrimaryPreperedStatementBackwardTraversing(String[], long, String, String) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
makePrimaryPreperedStatementBackwardTraversing(String[], long, String, String) - Method in class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
 
makePrimaryPreperedStatementBackwardTraversing(String[], long, String, String) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
makePrimaryPreperedStatementBackwardTraversing(String[], long, String, String) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
makePrimaryPreperedStatementBackwardTraversing(String[], long, String, String) - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
makePrimaryPreperedStatementBackwardTraversing(String[], long, String, String) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
makePrimaryPreperedStatementBackwardTraversing(String[], long, String, String) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
makePrimaryPreperedStatementBackwardTraversing(String[], long, String, String) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
 
makeProvisionForLOBDataTypes(ArrayList) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
makeProvisionForLOBDataTypes(ArrayList) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
makeProvisionForLOBDataTypes(ArrayList) - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
 
makeProvisionForLOBDataTypes(ArrayList) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
CLOB and BLOB type columns do not added in trigger definition So this type columns has been removed fom the arraylist
makeProvisionForLOBDataTypes(ArrayList) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
makeProvisionForLOBDataTypes(HashMap) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
makeProvisionForLOBDataTypes(ArrayList) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
makeStructZip(String, String, String) - Static method in class org.dbreplicator.replication.zip.ZipHandler
makes a zip file named from at path
makeZip(String, String, String) - Static method in class org.dbreplicator.replication.zip.ZipHandler
makes a zip file named from at path
marker - Variable in class org.dbreplicator.graph.JbVertex
A marker variable used for cycle detection, topological sorting and similar.
MergeHandler - Class in org.dbreplicator.replication.xml
This class is the implementation class for ContentHandler for parsing the synchronization XML file.
MergeHandler(boolean, Connection, _Replicator, String, AbstractDataBaseHandler, BufferedWriter, String, String, MetaDataInfo) - Constructor for class org.dbreplicator.replication.xml.MergeHandler
Default Handler for parsing and reading the contents from XML file
MetaDataInfo - Class in org.dbreplicator.replication
This Abstract class gets the connection object of the specified publisher or subscriber and then stores it's metadata information in the DataBaseMetaData object(dbmd).
MetaDataInfo() - Constructor for class org.dbreplicator.replication.MetaDataInfo
 
MetaDataInfo(Connection) - Constructor for class org.dbreplicator.replication.MetaDataInfo
 
MySQL_ProductName - Static variable in class org.dbreplicator.replication.Utility
 
MYSQLHandler - Class in org.dbreplicator.replication.DBHandler
Method overrides specific to the MySQL database engine.
MYSQLHandler() - Constructor for class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
MYSQLHandler(ConnectionPool) - Constructor for class org.dbreplicator.replication.DBHandler.MYSQLHandler
 

N

next - Variable in class org.dbreplicator.graph.JbListElement
A link to the next element in the linked list.
next - Variable in class org.dbreplicator.graph.ListElement
 
NO - Static variable in class org.dbreplicator.replication.RepConstants
 
NO_OPTIONS - Static variable in class org.dbreplicator.repconsole.Base64
No options specified.
noOfPubTables - Variable in class org.dbreplicator.replication.Publication
number of tables included in publication
NumericDocument - Class in org.dbreplicator.repconsole
 
NumericDocument() - Constructor for class org.dbreplicator.repconsole.NumericDocument
 

O

oldRow - Variable in class org.dbreplicator.replication.xml.Tracer
 
OperationDelete - Class in org.dbreplicator.replication.synchronize
This is the main class which handles the synchronization operations on main table when merge handler finds delete operation from the XML file.
OperationDelete(RepTable, Connection, TreeMap, Object, String, AbstractDataBaseHandler, BufferedWriter, String, String, MetaDataInfo, boolean, boolean) - Constructor for class org.dbreplicator.replication.synchronize.OperationDelete
OperationDelete handles the case related to delete operation i.e.
OperationInsert - Class in org.dbreplicator.replication.synchronize
This is the main class which handles the synchronization operations on main table when merge handler reads Insert operation from the XML file.
OperationInsert(RepTable, Connection, TreeMap, Object, Object, String, AbstractDataBaseHandler, BufferedWriter, String, String, MetaDataInfo, boolean, boolean, String, String) - Constructor for class org.dbreplicator.replication.synchronize.OperationInsert
OperationInsert handles th case related to Insert operation i.e.
OperationUpdate - Class in org.dbreplicator.replication.synchronize
This is the main class which handles the synchronization operations on main table when merge handler reads Update operation from the XML file.
OperationUpdate(RepTable, Connection, TreeMap, Object, Object, String, AbstractDataBaseHandler, BufferedWriter, String, String, MetaDataInfo, boolean, boolean) - Constructor for class org.dbreplicator.replication.synchronize.OperationUpdate
OperationUpdate handles the case related to update operation i.e.
OracleHandler - Class in org.dbreplicator.replication.DBHandler
Method overrides specific to Oracle.
OracleHandler() - Constructor for class org.dbreplicator.replication.DBHandler.OracleHandler
 
OracleHandler(ConnectionPool) - Constructor for class org.dbreplicator.replication.DBHandler.OracleHandler
 
ORDERED - Static variable in class org.dbreplicator.repconsole.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
org.dbreplicator.graph - package org.dbreplicator.graph
Graphing libraries
org.dbreplicator.repconsole - package org.dbreplicator.repconsole
DBReplicator's Console class, responsible for drawing the user interface.
org.dbreplicator.replication - package org.dbreplicator.replication
Main replication class, responsible for high-level replication operations.
org.dbreplicator.replication.column - package org.dbreplicator.replication.column
Class responsible for column-type mappings between sql an java
org.dbreplicator.replication.DBHandler - package org.dbreplicator.replication.DBHandler
Database specific handling class, responsible for determining database query syntax and structure for each database that DBReplicator connects to.
org.dbreplicator.replication.schedule - package org.dbreplicator.replication.schedule
Schedule-handling sub-package.
org.dbreplicator.replication.synchronize - package org.dbreplicator.replication.synchronize
This is the class that handles the logic behind what to do with records received by the sync process.
org.dbreplicator.replication.xml - package org.dbreplicator.replication.xml
XML handling functions for writing and parsing the xml files that DBReplicator uses to pass data back and forth.
org.dbreplicator.replication.zip - package org.dbreplicator.replication.zip
Responsible for handling the compression and decompression of the xml files
otherObjectQueriesTable_objectName - Static variable in class org.dbreplicator.replication.RepConstants
 
otherObjectQueriesTable_objectType - Static variable in class org.dbreplicator.replication.RepConstants
 
otherObjectQueriesTable_pubName - Static variable in class org.dbreplicator.replication.RepConstants
 
otherOjectQueries_table - Static variable in class org.dbreplicator.replication.RepConstants
 
outDegree(Object) - Method in interface org.dbreplicator.graph.DGraph
Returns the number of edges that leave from the specified vertex.
outDegree(Object) - Method in class org.dbreplicator.graph.DirectedGraph
Returns the number of edges that leave from the specified vertex.
outDegree(Object) - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns the number of edges that leave from the specified vertex.

P

parentElement - Variable in class org.dbreplicator.replication.xml.XMLElement
 
password - Variable in class org.dbreplicator.replication.ReplicationServer
 
PathHandler - Class in org.dbreplicator.replication
This class is used for getting the paths of the files needed at the time of synchronization.
PathHandler() - Constructor for class org.dbreplicator.replication.PathHandler
 
pgMetaDataInfo - Class in org.dbreplicator.replication
This Class gets the connection object of the specified publisher or subscriber and then stores it's metadata information in the DataBaseMetaData object(dbmd).
pgMetaDataInfo(ConnectionPool, String) - Constructor for class org.dbreplicator.replication.pgMetaDataInfo
 
pgMetaDataInfo(Connection) - Constructor for class org.dbreplicator.replication.pgMetaDataInfo
 
pgMetaDataInfo - Static variable in class org.dbreplicator.replication.Utility
 
Pk_Index_Name(String) - Static method in class org.dbreplicator.replication.RepConstants
 
PointBaseHandler - Class in org.dbreplicator.replication.DBHandler
Method overrides specific to the Pointbase database engine.
PointBaseHandler() - Constructor for class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
PointBaseHandler(ConnectionPool) - Constructor for class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
portNo - Variable in class org.dbreplicator.replication.ReplicationServer
 
position(byte[], long) - Method in class org.dbreplicator.replication.column.RBlob
 
position(Blob, long) - Method in class org.dbreplicator.replication.column.RBlob
 
position(String, long) - Method in class org.dbreplicator.replication.column.RClob
 
position(Clob, long) - Method in class org.dbreplicator.replication.column.RClob
 
PostgreSQLHandler - Class in org.dbreplicator.replication.DBHandler
Method overrides specific to the PostgreSQL database engine, from versions 7.3 to 8.3.
PostgreSQLHandler() - Constructor for class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
PostgreSQLHandler(ConnectionPool) - Constructor for class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
primaryKeyValues - Variable in class org.dbreplicator.replication.xml.Tracer
 
print(String) - Static method in class org.dbreplicator.replication.RepPrinter
 
print(Exception) - Static method in class org.dbreplicator.replication.RepPrinter
 
PubConfiguration - Class in org.dbreplicator.repconsole
 
PubConfiguration() - Constructor for class org.dbreplicator.repconsole.PubConfiguration
 
Publication - Class in org.dbreplicator.replication
The Publication class holds all the methods which are required for the physical creation of the publication(i.e system tables) and which are used at the time of synchronization at publisher's end.
Publication() - Constructor for class org.dbreplicator.replication.Publication
 
Publication(ConnectionPool, String, String, ReplicationServer) - Constructor for class org.dbreplicator.replication.Publication
 
publication_conflictResolver2 - Static variable in class org.dbreplicator.replication.RepConstants
 
publication_portNo - Static variable in class org.dbreplicator.replication.RepConstants
 
publication_pubName1 - Static variable in class org.dbreplicator.replication.RepConstants
 
publication_serverName3 - Static variable in class org.dbreplicator.replication.RepConstants
 
publication_TableName - Static variable in class org.dbreplicator.replication.RepConstants
 
publish() - Method in interface org.dbreplicator.replication._Publication
 
publish() - Method in class org.dbreplicator.replication.Publication
This method is responsible for creating required system tables in publication database and shadow tables and triggers on tables to be published.
publisher - Static variable in class org.dbreplicator.replication.RepConstants
 
publisher_wins - Static variable in interface org.dbreplicator.replication._Publication
 
publisher_wins - Static variable in class org.dbreplicator.replication.RepConstants
 
Pull - Class in org.dbreplicator.repconsole
Title:
Pull(Frame, String, boolean, boolean) - Constructor for class org.dbreplicator.repconsole.Pull
 
Pull(_ReplicationServer, boolean) - Constructor for class org.dbreplicator.repconsole.Pull
 
Pull(_ReplicationServer, String, boolean) - Constructor for class org.dbreplicator.repconsole.Pull
 
pull() - Method in interface org.dbreplicator.replication._Subscription
 
pull() - Method in class org.dbreplicator.replication.Subscription
In Pull Replication records are downloaded from the publisher database.
Push - Class in org.dbreplicator.repconsole
Title:
Push(Frame, String, boolean, boolean) - Constructor for class org.dbreplicator.repconsole.Push
 
Push(_ReplicationServer, boolean) - Constructor for class org.dbreplicator.repconsole.Push
 
Push(_ReplicationServer, String, boolean) - Constructor for class org.dbreplicator.repconsole.Push
 
push(String, String, boolean, String) - Method in interface org.dbreplicator.replication._PubImpl
 
push() - Method in interface org.dbreplicator.replication._Subscription
 
push(String, String, boolean, String) - Method in class org.dbreplicator.replication.Publication
It handle the push replication operation in publication data source.
push() - Method in class org.dbreplicator.replication.Subscription
In Push Replication records are uploaded to the publisher database.

R

RBlob - Class in org.dbreplicator.replication.column
 
RBlob(long, int) - Constructor for class org.dbreplicator.replication.column.RBlob
 
RCellEditor - Class in org.dbreplicator.repconsole
 
RCellEditor(JTextField) - Constructor for class org.dbreplicator.repconsole.RCellEditor
 
RClob - Class in org.dbreplicator.replication.column
 
RClob(long, long) - Constructor for class org.dbreplicator.replication.column.RClob
 
read() - Method in class org.dbreplicator.repconsole.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.dbreplicator.repconsole.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read() - Method in class org.dbreplicator.replication.column.RepAsciiStream
read
read(byte[]) - Method in class org.dbreplicator.replication.column.RepAsciiStream
 
read(byte[], int, int) - Method in class org.dbreplicator.replication.column.RepAsciiStream
 
read() - Method in class org.dbreplicator.replication.column.RepInputStream
read
read(byte[]) - Method in class org.dbreplicator.replication.column.RepInputStream
 
read(byte[], int, int) - Method in class org.dbreplicator.replication.column.RepInputStream
 
recordFound - Variable in class org.dbreplicator.replication.xml.Tracer
 
recurrence_dayType - Static variable in class org.dbreplicator.replication.RepConstants
 
recurrence_hourType - Static variable in class org.dbreplicator.replication.RepConstants
 
recurrence_minuteType - Static variable in class org.dbreplicator.replication.RepConstants
 
recurrence_monthType - Static variable in class org.dbreplicator.replication.RepConstants
 
recurrence_type - Static variable in class org.dbreplicator.replication.RepConstants
 
recurrence_yearType - Static variable in class org.dbreplicator.replication.RepConstants
 
refershPublication(String) - Method in class org.dbreplicator.replication.ReplicationServer
 
refershSubscription(String) - Method in class org.dbreplicator.replication.ReplicationServer
 
releaseLOCK() - Method in interface org.dbreplicator.replication._PubImpl
 
releaseLOCK() - Method in class org.dbreplicator.replication.Publication
 
remove(int, int) - Method in class org.dbreplicator.repconsole.NumericDocument
 
RemoveSchedule - Class in org.dbreplicator.repconsole
Title:
RemoveSchedule(Frame, String, boolean) - Constructor for class org.dbreplicator.repconsole.RemoveSchedule
 
RemoveSchedule(_ReplicationServer, DefaultMutableTreeNode, DefaultTreeModel, boolean) - Constructor for class org.dbreplicator.repconsole.RemoveSchedule
 
RemoveSchedule(_ReplicationServer, DefaultMutableTreeNode, DefaultTreeModel, String, boolean) - Constructor for class org.dbreplicator.repconsole.RemoveSchedule
 
removeSchedule(String, String) - Method in interface org.dbreplicator.replication._Subscription
 
removeSchedule(String, String) - Method in class org.dbreplicator.replication.Subscription
Remove a schedule entry from the schedule table
removeSubPubFromMap(String) - Method in class org.dbreplicator.replication.ConnectionPool
 
rep_TableName - Static variable in class org.dbreplicator.replication.RepConstants
 
RepAsciiStream - Class in org.dbreplicator.replication.column
Title:
RepAsciiStream(RClob) - Constructor for class org.dbreplicator.replication.column.RepAsciiStream
 
RepConstants - Class in org.dbreplicator.replication
This class holds all the constants used throughout the project.
RepConstants() - Constructor for class org.dbreplicator.replication.RepConstants
 
RepException - Exception in org.dbreplicator.replication
This is the replicator's exception class, It extends Exception class.
RepException(String, Object[]) - Constructor for exception org.dbreplicator.replication.RepException
 
RepInputStream - Class in org.dbreplicator.replication.column
 
RepInputStream(RBlob) - Constructor for class org.dbreplicator.replication.column.RepInputStream
 
replication_pullType - Static variable in class org.dbreplicator.replication.RepConstants
 
replication_pushType - Static variable in class org.dbreplicator.replication.RepConstants
 
replication_snapshotType - Static variable in class org.dbreplicator.replication.RepConstants
 
replication_synchronizeType - Static variable in class org.dbreplicator.replication.RepConstants
 
replication_type - Static variable in class org.dbreplicator.replication.RepConstants
 
ReplicationServer - Class in org.dbreplicator.replication
This is the main class of DBRepliactor, any side whether publisher or subscriber has to get an instance of this class by the method getInstance and then connect to the required database by using the method setDataSource.
RepPrinter - Class in org.dbreplicator.replication
This is a testing message printer class , that when printOFF is set to false prints passed messages.
RepPrinter() - Constructor for class org.dbreplicator.replication.RepPrinter
 
RepTable - Class in org.dbreplicator.replication
This Class stores all the relevant information for any replication table involved in the publication or subscription.
RepTable(SchemaQualifiedName, String) - Constructor for class org.dbreplicator.replication.RepTable
 
RepTable(SchemaQualifiedName, String, String) - Constructor for class org.dbreplicator.replication.RepTable
 
repTable_conflict_resolver4 - Static variable in class org.dbreplicator.replication.RepConstants
 
repTable_createshadowtable6 - Static variable in class org.dbreplicator.replication.RepConstants
 
repTable_cyclicdependency7 - Static variable in class org.dbreplicator.replication.RepConstants
 
repTable_filter_clause3 - Static variable in class org.dbreplicator.replication.RepConstants
 
repTable_pubsubName1 - Static variable in class org.dbreplicator.replication.RepConstants
 
repTable_tableId2 - Static variable in class org.dbreplicator.replication.RepConstants
 
repTable_tableName2 - Static variable in class org.dbreplicator.replication.RepConstants
 
resetRemoteServer() - Method in interface org.dbreplicator.replication._Subscription
 
resetRemoteServer() - Method in class org.dbreplicator.replication.Subscription
 
resumeEncoding() - Method in class org.dbreplicator.repconsole.Base64.OutputStream
Resumes encoding of the stream.
returnConnection(Connection) - Method in class org.dbreplicator.replication.ConnectionPool
 
rs - Variable in class org.dbreplicator.replication.xml.Tracer
 
run() - Method in class org.dbreplicator.replication.schedule.ScheduledSynchronizer
This method performs the required replication operation between publisher and subscriber when the schedule time is reached It updates schedule time in the Rep_ScheduleTable and then enters into wait till the time for the next operation.
run() - Method in class org.dbreplicator.replication.xml.WriteOnSocket
 

S

saveRepTableData(Connection, String, RepTable) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
Save the RepTable data which is a system table.
saveRepTableData(Connection, String, RepTable) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
saveRepTableData(Connection, String, RepTable) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
saveSubscriptionData(String) - Method in interface org.dbreplicator.replication._PubImpl
 
saveSubscriptionData(String) - Method in class org.dbreplicator.replication.Publication
Inserts a row into bookmark table of server side to put a matching pair of publication name and subscription name.
saveSubscriptionNewData(String) - Method in interface org.dbreplicator.replication._PubImpl
 
saveSubscriptionNewData(String) - Method in class org.dbreplicator.replication.Publication
Inserts a row into bookmark table of server side to put a matching pair of publication name and subscription name.
schedule_counter - Static variable in class org.dbreplicator.replication.RepConstants
 
schedule_Name - Static variable in class org.dbreplicator.replication.RepConstants
 
schedule_Table - Static variable in class org.dbreplicator.replication.RepConstants
 
schedule_time - Static variable in class org.dbreplicator.replication.RepConstants
 
schedule_type - Static variable in class org.dbreplicator.replication.RepConstants
 
ScheduledSynchronizer - Class in org.dbreplicator.replication.schedule
The actual synchronizer
ScheduledSynchronizer(_ReplicationServer, AbstractDataBaseHandler, String, String, String, String, String, String, String, long, int, HashMap) - Constructor for class org.dbreplicator.replication.schedule.ScheduledSynchronizer
This is main class responible for performing the required replication operation at right scheduled time.
scheduleHandler - Variable in class org.dbreplicator.replication.ReplicationServer
Mapping of subscriptions
ScheduleHandler - Class in org.dbreplicator.replication.schedule
Handles scheduling for DBReplicator
ScheduleHandler(_ReplicationServer, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.schedule.ScheduleHandler
 
scheduleType_nonRealTime - Static variable in class org.dbreplicator.replication.RepConstants
 
scheduleType_realTime - Static variable in class org.dbreplicator.replication.RepConstants
 
SchemaQualifiedName - Class in org.dbreplicator.replication
 
SchemaQualifiedName() - Constructor for class org.dbreplicator.replication.SchemaQualifiedName
This class is responsible for keeping catalog, schema and tablename sapearte.
SchemaQualifiedName(MetaDataInfo, String, String, String) - Constructor for class org.dbreplicator.replication.SchemaQualifiedName
 
SchemaQualifiedName(MetaDataInfo, String) - Constructor for class org.dbreplicator.replication.SchemaQualifiedName
 
searchVertex(Object) - Method in class org.dbreplicator.graph.DirectedGraph
Does the hashing.
SelectTable - Class in org.dbreplicator.repconsole
Title:
SelectTable(Frame, String, String, boolean) - Constructor for class org.dbreplicator.repconsole.SelectTable
 
SelectTable(DefaultTreeModel, DefaultMutableTreeNode, String, _ReplicationServer, String, JDialog, String) - Constructor for class org.dbreplicator.repconsole.SelectTable
 
SelectTableToBreakCycle - Class in org.dbreplicator.repconsole
 
SelectTableToBreakCycle(Frame, String, ArrayList, boolean) - Constructor for class org.dbreplicator.repconsole.SelectTableToBreakCycle
 
SelectTableToBreakCycle(DefaultTreeModel, DefaultMutableTreeNode, String, _ReplicationServer, String, JDialog, ArrayList, ArrayList) - Constructor for class org.dbreplicator.repconsole.SelectTableToBreakCycle
 
seq_Name(String) - Static method in class org.dbreplicator.replication.RepConstants
 
seq_ShadowTableName(String) - Static method in class org.dbreplicator.replication.RepConstants
 
ServerHandler - Class in org.dbreplicator.replication.xml
 
ServerHandler(Connection) - Constructor for class org.dbreplicator.replication.xml.ServerHandler
 
serverSocket - Variable in class org.dbreplicator.replication.xml.SyncXMLCreator
 
setAllColumns(RepTable, String, String) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
setAllColumns(RepTable, String, String) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
setAllColumns(RepTable, String, String) - Method in class org.dbreplicator.replication.MetaDataInfo
 
setAllColumns(RepTable, String, String) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
setAllColumns(String[]) - Method in class org.dbreplicator.replication.RepTable
 
setAlterTableAddFKStatements(ArrayList) - Method in class org.dbreplicator.replication.Subscription
 
setAsciiStream(long) - Method in class org.dbreplicator.replication.column.RClob
 
setAutocomitTrueAndCommitRecord(Connection) - Method in class org.dbreplicator.replication.synchronize.AbstractSynchronize
 
setBinaryStream(long) - Method in class org.dbreplicator.replication.column.RBlob
 
setBlobHandlerObject(BlobOutPutStream) - Method in class org.dbreplicator.replication.column.AbstractColumnObject
 
setBytes(long, byte[]) - Method in class org.dbreplicator.replication.column.RBlob
 
setBytes(long, byte[], int, int) - Method in class org.dbreplicator.replication.column.RBlob
 
setCharacterStream(long) - Method in class org.dbreplicator.replication.column.RClob
 
setClobHandlerObject(ClobOutPutStream) - Method in class org.dbreplicator.replication.column.AbstractColumnObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.AbstractColumnObject
 
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.AbstractColumnObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.BigDecimalObject
set the value for the corresponding datatype i.e bigDecimal
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.BigDecimalObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.BlobObject
set the value for the corresponding datatype i.e BLob
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.BlobObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.BooleanObject
set the value for the corresponding datatype i.e boolean
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.BooleanObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.ByteObject
set the value for the corresponding datatype i.e byte
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.ByteObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.BytesObject
set the value for the corresponding datatype i.e byte
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.BytesObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.ClobObject
set the value for the corresponding datatype i.e BLob
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.ClobObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.ClobStreamObject
set the value for the corresponding datatype i.e CLob
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.ClobStreamObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.DateObject
set the value for the corresponding datatype i.e date
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.DateObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.DoubleObject
set the value for the corresponding datatype i.e double
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.DoubleObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.FloatObject
set the value for the corresponding datatype i.e float
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.FloatObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.IntegerObject
set the value for the corresponding datatype i.e Integer
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.IntegerObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.LongObject
set the value for the corresponding datatype i.e long
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.LongObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.SQLServerVarCharObject
set the value for the corresponding datatype i.e BLob
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.SQLServerVarCharObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.StringObject
set the value for the corresponding datatype i.e String
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.StringObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.StringSQL_VariantObject
set the value for the corresponding datatype i.e String
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.StringSQL_VariantObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.TimeObject
set the value for the corresponding datatype i.e Time
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.TimeObject
 
setColumnObject(PreparedStatement, XMLElement, int) - Method in class org.dbreplicator.replication.column.TimeStampObject
set the value for the corresponding datatype i.e timeStamp
setColumnObject(PreparedStatement, String, int) - Method in class org.dbreplicator.replication.column.TimeStampObject
 
setColumnPrecisionInTypeInfo(TypeInfo, ResultSetMetaData, int) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
setColumnPrecisionInTypeInfo(TypeInfo, ResultSetMetaData, int) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
setColumnPrecisionInTypeInfo(TypeInfo, ResultSetMetaData, int) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
setColumnPrecisionInTypeInfo(TypeInfo, ResultSetMetaData, int) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
setColumnPrecisionInTypeInfo(TypeInfo, ResultSetMetaData, int) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
setColumnPrecisionInTypeInfo(TypeInfo, ResultSetMetaData, int) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
setColumnPrecisionInTypeInfo(TypeInfo, ResultSetMetaData, int) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
 
setColumnScale(int) - Method in class org.dbreplicator.replication.TypeInfo
 
setColumnSize(int) - Method in class org.dbreplicator.replication.TypeInfo
 
setColumnsToBeIgnored(String[]) - Method in class org.dbreplicator.replication.RepTable
 
setConflictResolver(String) - Method in interface org.dbreplicator.replication._Publication
 
setConflictResolver(String) - Method in class org.dbreplicator.replication.Publication
Sets the conflict resolver for publication.
setConflictResolver(String) - Method in class org.dbreplicator.replication.RepTable
 
setCreateShadowTable(String, boolean) - Method in interface org.dbreplicator.replication._Publication
 
setCreateShadowTable(String, boolean) - Method in class org.dbreplicator.replication.Publication
This method come in use if tables in a publications are refering to each other and It is required to
setCreateShadowTable(String) - Method in class org.dbreplicator.replication.RepTable
 
setCyclic(boolean) - Method in class org.dbreplicator.replication.Publication
 
setCyclicDependency(String) - Method in class org.dbreplicator.replication.RepTable
 
setDataSource(String, String, String, String) - Method in interface org.dbreplicator.replication._ReplicationServer
 
setDataSource(String, String, String, String, String, String) - Method in interface org.dbreplicator.replication._ReplicationServer
 
setDataSource(String, String, String, String) - Method in class org.dbreplicator.replication.ReplicationServer
It is responsible for getting the default connection with the database.
setDataSource(DataSource) - Method in class org.dbreplicator.replication.ReplicationServer
 
setDataSource(DataSource, String, String) - Method in class org.dbreplicator.replication.ReplicationServer
 
setDataSource(String, String, String, String, String, String) - Method in class org.dbreplicator.replication.ReplicationServer
 
setDefaultSchema(Connection) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
It checks from the sqlType values whether the datatype is optional size supported or not.
setDefaultSchema(Connection) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
setDefaultSchema(Connection) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
setElementValue(String) - Method in class org.dbreplicator.replication.xml.XMLElement
 
setElementValue(String) - Method in class org.dbreplicator.replication.xml.XMLTableElement
 
setFilter(String, String) - Method in interface org.dbreplicator.replication._Publication
 
setFilter(String, String, int) - Method in interface org.dbreplicator.replication._Publication
 
setFilter(String, String) - Method in class org.dbreplicator.replication.Publication
Set the given filter clause for the given table
setFilter(String, String, int) - Method in class org.dbreplicator.replication.Publication
 
SetFilterClause - Class in org.dbreplicator.repconsole
Title:
SetFilterClause(Frame, String, boolean) - Constructor for class org.dbreplicator.repconsole.SetFilterClause
 
SetFilterClause(_ReplicationServer, DefaultTreeModel, DefaultMutableTreeNode, String, _Publication, String[], JDialog, String) - Constructor for class org.dbreplicator.repconsole.SetFilterClause
 
setFilterClause(String) - Method in class org.dbreplicator.replication.RepTable
 
setFilterClause(String, String) - Method in class org.dbreplicator.replication.Subscription
 
setForeignKeyCols(String[]) - Method in class org.dbreplicator.replication.RepTable
 
setForeignKeyColumns(RepTable, String, String) - Method in class org.dbreplicator.replication.MetaDataInfo
 
setIgnoredColumns(String, String[]) - Method in interface org.dbreplicator.replication._Publication
This method sets the columns whose values are to be ignored while taking snapshot,synchronizing etc.
setIgnoredColumns(Connection, String, RepTable) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
setIgnoredColumns(String, String[]) - Method in class org.dbreplicator.replication.Publication
 
setIsCyclic(boolean) - Method in class org.dbreplicator.replication.zip.ImportedTablesInfo
 
setListOfAllAscendents(ArrayList) - Method in class org.dbreplicator.replication.zip.ImportedTablesInfo
 
setListOfDirectAscendents(ArrayList) - Method in class org.dbreplicator.replication.zip.ImportedTablesInfo
 
setLocalAddress(String) - Method in class org.dbreplicator.replication.ConnectionPool
 
setLocalName(String) - Method in class org.dbreplicator.replication.xml.MergeHandler
 
setLocalPortNo(int) - Method in class org.dbreplicator.replication.ConnectionPool
 
setLocalServerName(String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
setNoOFPrimaryColumnNumber(int) - Method in class org.dbreplicator.replication.xml.XMLWriter
 
setOldRow(ResultSet) - Method in class org.dbreplicator.replication.xml.Tracer
set original record from shadow table only once during call for getLastReocrd in operationUpdate or OperationDelete
setOptionalSizeProperty(boolean) - Method in class org.dbreplicator.replication.TypeInfo
 
setParentElement(XMLElement) - Method in class org.dbreplicator.replication.xml.XMLElement
 
setParentElement(XMLElement) - Method in class org.dbreplicator.replication.xml.XMLTableElement
 
setPrimaryColumns(RepTable, String, String) - Method in class org.dbreplicator.replication.CloudscapeMataDataInfo
 
setPrimaryColumns(RepTable, String, String) - Method in class org.dbreplicator.replication.CommonMetaDataInfo
 
setPrimaryColumns(RepTable, String, String) - Method in class org.dbreplicator.replication.MetaDataInfo
 
setPrimaryColumns(RepTable, String, String) - Method in class org.dbreplicator.replication.pgMetaDataInfo
 
setPrimaryColumns(String[]) - Method in class org.dbreplicator.replication.RepTable
 
setPublicationTables(ArrayList) - Method in class org.dbreplicator.replication.Publication
Set the replication tables for the publication
setPublicatonName(String) - Method in class org.dbreplicator.replication.Subscription
 
setPubName(String) - Method in class org.dbreplicator.repconsole.CreatePublication
 
setPubName(String) - Method in class org.dbreplicator.repconsole.UpdatePublication
 
setPubName(String) - Method in class org.dbreplicator.replication.xml.SnapshotHandler
 
setRemoteName(String) - Method in class org.dbreplicator.replication.xml.MergeHandler
 
setRemoteServerPortNo(int) - Method in interface org.dbreplicator.replication._Subscription
 
setRemoteServerPortNo(int) - Method in class org.dbreplicator.replication.Subscription
This method is called at the time of creating the subscriber.
setRemoteServerUrl(String) - Method in interface org.dbreplicator.replication._Subscription
 
setRemoteServerUrl(String) - Method in class org.dbreplicator.replication.Subscription
This method is called at the time of creating the subscriber.
setSchemaName(MetaDataInfo, String) - Method in class org.dbreplicator.replication.SchemaQualifiedName
 
setServerType(String) - Method in class org.dbreplicator.replication.RepTable
 
setSqlType(int) - Method in class org.dbreplicator.replication.TypeInfo
 
SetStackTrace(RepException) - Method in exception org.dbreplicator.replication.RepException
 
setString(long, String) - Method in class org.dbreplicator.replication.column.RClob
 
setString(long, String, int, int) - Method in class org.dbreplicator.replication.column.RClob
 
setSubName(String) - Method in class org.dbreplicator.repconsole.CreateSubscription
 
setSubName(String) - Method in class org.dbreplicator.replication.xml.SnapshotHandler
 
setSubscriptionTables(ArrayList) - Method in class org.dbreplicator.replication.Subscription
This method is called after parsing to set the repTables with the structures same as written on XML file.
setTypeInfo(TypeInfo, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
This is a very important function which sets the parameter (instance of Class TypeInfo) with the corresponding typeName of the sqlType for different databases.
setTypeInfo(TypeInfo, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
setTypeInfo(TypeInfo, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.DaffodilDBHandler
 
setTypeInfo(TypeInfo, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.DB2Handler
 
setTypeInfo(TypeInfo, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.FireBirdDatabaseHandler
 
setTypeInfo(TypeInfo, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.GeneralDataBaseHandler
 
setTypeInfo(TypeInfo, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.MYSQLHandler
 
setTypeInfo(TypeInfo, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.OracleHandler
 
setTypeInfo(TypeInfo, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.PointBaseHandler
 
setTypeInfo(TypeInfo, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.PostgreSQLHandler
 
setTypeInfo(TypeInfo, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
setTypeInfo(TypeInfo, ResultSet) - Method in class org.dbreplicator.replication.DBHandler.SybaseHandler
 
setTypeName(String) - Method in class org.dbreplicator.replication.TypeInfo
 
shadow_common_id2 - Static variable in class org.dbreplicator.replication.RepConstants
 
shadow_operation3 - Static variable in class org.dbreplicator.replication.RepConstants
 
shadow_PK_Changed - Static variable in class org.dbreplicator.replication.RepConstants
 
shadow_serverName_n - Static variable in class org.dbreplicator.replication.RepConstants
 
shadow_status4 - Static variable in class org.dbreplicator.replication.RepConstants
 
shadow_sync_id1 - Static variable in class org.dbreplicator.replication.RepConstants
 
shadow_Table(String) - Static method in class org.dbreplicator.replication.RepConstants
 
Show() - Method in class org.dbreplicator.repconsole.AboutReplicator
 
Show() - Method in class org.dbreplicator.repconsole.StartServer
 
shutdown() - Method in class org.dbreplicator.replication.ReplicationServer
 
SnapshotHandler - Class in org.dbreplicator.replication.xml
This class is the implementation class for ContentHandler for parsing the snapshot XML file.
SnapshotHandler(boolean, Connection, Subscription, AbstractDataBaseHandler, String) - Constructor for class org.dbreplicator.replication.xml.SnapshotHandler
Default Handler for parsing and reading the contents from XML file for getting Snapshot
SQLServerHandler - Class in org.dbreplicator.replication.DBHandler
Method overrides specific to MSSQL Servere.
SQLServerHandler() - Constructor for class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
SQLServerHandler(ConnectionPool) - Constructor for class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
SQLServerVarCharObject - Class in org.dbreplicator.replication.column
 
SQLServerVarCharObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.SQLServerVarCharObject
sets the SQL type fro clob datatype
startElement(String, String, String, Attributes) - Method in class org.dbreplicator.replication.xml.DDLHandler
 
startElement(String, String, String, Attributes) - Method in class org.dbreplicator.replication.xml.MergeHandler
Initializing an XML element and adding its children.
startElement(String, String, String, Attributes) - Method in class org.dbreplicator.replication.xml.ServerHandler
 
startElement(String, String, String, Attributes) - Method in class org.dbreplicator.replication.xml.SnapshotHandler
Initilazing an XML element and adding its childs.
StartRepServer - Class in org.dbreplicator.repconsole
Title:
StartRepServer(Frame, String, boolean) - Constructor for class org.dbreplicator.repconsole.StartRepServer
 
StartRepServer(StartServer, String) - Constructor for class org.dbreplicator.repconsole.StartRepServer
 
startSchedule(String, String, String, String, String, String, String, long, int) - Method in class org.dbreplicator.replication.schedule.ScheduleHandler
startSchedule is called after saving Schedule information in Rep_ScheduleTable and when user edits a schedule
StartServer - Class in org.dbreplicator.repconsole
This is the starter class for replicator.
StartServer() - Constructor for class org.dbreplicator.repconsole.StartServer
 
startServerSocket() - Method in class org.dbreplicator.replication.ConnectionPool
 
StepsForm - Class in org.dbreplicator.repconsole
 
StepsForm() - Constructor for class org.dbreplicator.repconsole.StepsForm
 
streamEnd - Variable in class org.dbreplicator.replication.column.BlobOutPutStream
 
streamEnd - Variable in class org.dbreplicator.replication.column.ClobOutPutStream
 
StringObject - Class in org.dbreplicator.replication.column
String data type handler
StringObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.StringObject
sets the SQL type fro String datatype
StringSQL_VariantObject - Class in org.dbreplicator.replication.column
 
StringSQL_VariantObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.StringSQL_VariantObject
sets the SQL type fro String datatype
Subconfiguration - Class in org.dbreplicator.repconsole
 
Subconfiguration() - Constructor for class org.dbreplicator.repconsole.Subconfiguration
 
subName - Variable in class org.dbreplicator.replication.Subscription
 
subscribe() - Method in interface org.dbreplicator.replication._Subscription
 
subscribe() - Method in class org.dbreplicator.replication.Subscription
This method is responsible for the physical creation of the subscriber.
subscriber - Static variable in class org.dbreplicator.replication.RepConstants
 
subscriber_wins - Static variable in interface org.dbreplicator.replication._Publication
 
subscriber_wins - Static variable in class org.dbreplicator.replication.RepConstants
 
Subscription - Class in org.dbreplicator.replication
The Subscription class holds all the methods which are required for the physical creation of the subscription(i.e system tables) and which are used at the time of synchronization at the subscriber's end.
Subscription() - Constructor for class org.dbreplicator.replication.Subscription
 
Subscription(ConnectionPool, String, String, ReplicationServer) - Constructor for class org.dbreplicator.replication.Subscription
 
subscription_conflictResolver3 - Static variable in class org.dbreplicator.replication.RepConstants
 
subscription_pubName2 - Static variable in class org.dbreplicator.replication.RepConstants
 
subscription_serverName4 - Static variable in class org.dbreplicator.replication.RepConstants
 
subscription_subName1 - Static variable in class org.dbreplicator.replication.RepConstants
 
subscription_TableName - Static variable in class org.dbreplicator.replication.RepConstants
 
suspendEncoding() - Method in class org.dbreplicator.repconsole.Base64.OutputStream
Suspends encoding of the stream.
SybaseHandler - Class in org.dbreplicator.replication.DBHandler
Method overrides specific to Sybase.
SybaseHandler() - Constructor for class org.dbreplicator.replication.DBHandler.SybaseHandler
 
SybaseHandler(ConnectionPool) - Constructor for class org.dbreplicator.replication.DBHandler.SybaseHandler
 
Synchronize - Class in org.dbreplicator.repconsole
Title:
Synchronize(Frame, String, boolean, boolean) - Constructor for class org.dbreplicator.repconsole.Synchronize
 
Synchronize(_ReplicationServer, boolean) - Constructor for class org.dbreplicator.repconsole.Synchronize
 
Synchronize(_ReplicationServer, String, boolean) - Constructor for class org.dbreplicator.repconsole.Synchronize
 
synchronize(String, String, boolean, String) - Method in interface org.dbreplicator.replication._PubImpl
 
synchronize() - Method in interface org.dbreplicator.replication._Subscription
 
synchronize(String, String, boolean, String) - Method in class org.dbreplicator.replication.Publication
merges the data between the client side and server side.
synchronize() - Method in class org.dbreplicator.replication.Subscription
Takes changed records from publisher, transfers them to subscriber and applies them, then takes changed records from subscriber and applies them back to the publisher.
SyncXMLCreator - Class in org.dbreplicator.replication.xml
This class was implemented for handling all the issues that will occure at the time of creating XML file for synchronization purpose.
SyncXMLCreator(String, ConnectionPool, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.xml.SyncXMLCreator
Creates an XML file for synchronizing data between server and client i.e.

T

TablesInCycle() - Method in class org.dbreplicator.graph.DirectedGraph
 
TablesInCycle() - Method in class org.dbreplicator.graph.JbDirectedGraph
 
targetVertex - Variable in class org.dbreplicator.graph.Edge
 
targetVertex - Variable in class org.dbreplicator.graph.JbEdge
The vertex where the edge leads to.
TimeObject - Class in org.dbreplicator.replication.column
 
TimeObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.TimeObject
sets the SQL type fro Time datatype
TimeStampObject - Class in org.dbreplicator.replication.column
 
TimeStampObject(int, AbstractDataBaseHandler) - Constructor for class org.dbreplicator.replication.column.TimeStampObject
sets the SQL type fro timeStamp datatype
topologicalSort() - Method in interface org.dbreplicator.graph.DGraph
Returns an array of all of the vertices in this directed graph in some topological sort order.
topologicalSort() - Method in class org.dbreplicator.graph.DirectedGraph
Returns an array of all of the vertices in this directed graph in some topological sort order.
topologicalSort() - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns an array of all of the vertices in this directed graph in some topological sort order.
toString() - Method in class org.dbreplicator.graph.DirectedGraph
This method draws a "picture" of the main hash table.
toString() - Method in class org.dbreplicator.graph.JbDirectedGraph
This method draws a "picture" of the main hash table.
toString() - Method in class org.dbreplicator.graph.JbListElement
 
toString() - Method in class org.dbreplicator.graph.JbVertex
 
toString() - Method in class org.dbreplicator.graph.ListElement
 
toString() - Method in class org.dbreplicator.graph.Vertex
 
toString() - Method in class org.dbreplicator.replication.column.BlobOutPutStream
 
toString() - Method in class org.dbreplicator.replication.column.ClobOutPutStream
 
toString() - Method in class org.dbreplicator.replication.RepTable
 
toString() - Method in class org.dbreplicator.replication.SchemaQualifiedName
 
toString() - Method in class org.dbreplicator.replication.TypeInfo
 
toString() - Method in class org.dbreplicator.replication.xml.XMLElement
 
toString() - Method in class org.dbreplicator.replication.xml.XMLTableElement
 
Tracer - Class in org.dbreplicator.replication.xml
This class is used in handling the case of tracing the records at the time of shadow table search for the records with same pk or with same common_id.
Tracer() - Constructor for class org.dbreplicator.replication.xml.Tracer
 
trackPrimaryKeyUpdation_Table - Static variable in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
trackReplicationTablesUpdation_Table - Static variable in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
trackReplicationTablesUpdation_Table - Static variable in class org.dbreplicator.replication.RepConstants
 
trackUpdation - Static variable in class org.dbreplicator.replication.RepConstants
columns for trackReplicationTablesUpdation Table
truncate(long) - Method in class org.dbreplicator.replication.column.RBlob
 
truncate(long) - Method in class org.dbreplicator.replication.column.RClob
 
type - Variable in class org.dbreplicator.replication.xml.Tracer
 
TypeInfo - Class in org.dbreplicator.replication
This class is helpful for the multiple datatype handling in the multidatabse environment.
TypeInfo(String, int) - Constructor for class org.dbreplicator.replication.TypeInfo
 

U

UnPublish - Class in org.dbreplicator.repconsole
Title:
UnPublish(Frame, String, boolean) - Constructor for class org.dbreplicator.repconsole.UnPublish
 
UnPublish(_ReplicationServer, DefaultMutableTreeNode, DefaultTreeModel) - Constructor for class org.dbreplicator.repconsole.UnPublish
 
UnPublish(_ReplicationServer, DefaultMutableTreeNode, DefaultTreeModel, String) - Constructor for class org.dbreplicator.repconsole.UnPublish
 
unpublish() - Method in interface org.dbreplicator.replication._Publication
 
unpublish() - Method in class org.dbreplicator.replication.Publication
 
unStructZip(String, String) - Static method in class org.dbreplicator.replication.zip.ZipHandler
unzipps a zip file placed at to path
UnSubscribe - Class in org.dbreplicator.repconsole
Title:
UnSubscribe(Frame, String, boolean) - Constructor for class org.dbreplicator.repconsole.UnSubscribe
 
UnSubscribe(_ReplicationServer, DefaultMutableTreeNode, DefaultTreeModel, boolean) - Constructor for class org.dbreplicator.repconsole.UnSubscribe
 
UnSubscribe(_ReplicationServer, DefaultMutableTreeNode, DefaultTreeModel, String, boolean) - Constructor for class org.dbreplicator.repconsole.UnSubscribe
 
unsubscribe() - Method in interface org.dbreplicator.replication._Subscription
 
unsubscribe() - Method in class org.dbreplicator.replication.Subscription
This method removes the subscribed tables from the publication server's bookmark table, then drops all replication related tables in the subscribed database
unZip(String, String) - Static method in class org.dbreplicator.replication.zip.ZipHandler
unzipps a zip file placed at to path
update - Variable in class org.dbreplicator.replication.xml.MergeHandler
 
update_operation - Static variable in class org.dbreplicator.replication.RepConstants
 
updateBookMarkLastSyncId(String, Object[]) - Method in interface org.dbreplicator.replication._PubImpl
 
updateBookMarkLastSyncId(String, Object[]) - Method in class org.dbreplicator.replication.Publication
 
updateCount - Variable in class org.dbreplicator.replication.synchronize.AbstractSynchronize
 
updateDataType(String) - Method in class org.dbreplicator.replication.DBHandler.AbstractDataBaseHandler
 
updateDataType(String) - Method in class org.dbreplicator.replication.DBHandler.SQLServerHandler
 
UpdatePreviousVersion - Class in org.dbreplicator.replication
 
UpdatePreviousVersion() - Constructor for class org.dbreplicator.replication.UpdatePreviousVersion
 
UpdatePublication - Class in org.dbreplicator.repconsole
Title:
UpdatePublication(Frame, String, boolean) - Constructor for class org.dbreplicator.repconsole.UpdatePublication
 
UpdatePublication(_ReplicationServer, DefaultMutableTreeNode, DefaultTreeModel, String) - Constructor for class org.dbreplicator.repconsole.UpdatePublication
 
UpdatePublication(_ReplicationServer, String, DefaultMutableTreeNode, DefaultTreeModel, String) - Constructor for class org.dbreplicator.repconsole.UpdatePublication
 
updatePublisherShadowAndBookmarkTableAfterPullOnSubscriber(String, Object[]) - Method in interface org.dbreplicator.replication._PubImpl
 
updatePublisherShadowAndBookmarkTableAfterPullOnSubscriber(String, Object[]) - Method in class org.dbreplicator.replication.Publication
 
UpdateSubscription - Class in org.dbreplicator.repconsole
Title:
UpdateSubscription(Frame, String, boolean) - Constructor for class org.dbreplicator.repconsole.UpdateSubscription
 
UpdateSubscription(Frame, String, boolean, boolean) - Constructor for class org.dbreplicator.repconsole.UpdateSubscription
 
UpdateSubscription(_ReplicationServer, boolean) - Constructor for class org.dbreplicator.repconsole.UpdateSubscription
 
UpdateSubscription(_ReplicationServer, String, boolean) - Constructor for class org.dbreplicator.repconsole.UpdateSubscription
 
updateSubscription() - Method in interface org.dbreplicator.replication._Subscription
 
updateSubscription() - Method in class org.dbreplicator.replication.Subscription
 
UpTriggerLogTable(String, String) - Method in class org.dbreplicator.replication.DBHandler.CloudScapeHandler
 
URL - Variable in class org.dbreplicator.replication.ReplicationServer
 
URL_SAFE - Static variable in class org.dbreplicator.repconsole.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
user - Variable in class org.dbreplicator.replication.ReplicationServer
 
Utility - Class in org.dbreplicator.replication
This class is used for finding out the database type.
Utility() - Constructor for class org.dbreplicator.replication.Utility
 

V

vendorName - Variable in class org.dbreplicator.replication.ReplicationServer
 
Vertex - Class in org.dbreplicator.graph
Instances of this class act as wrappers for the real vertex object, which can be for example Integer, or any object.
Vertex(Object) - Constructor for class org.dbreplicator.graph.Vertex
A wrapper class for the actual java.lang.Object to be situated in the graph.
vertexCount() - Method in interface org.dbreplicator.graph.DGraph
Returns the number of vertices in this directed graph.
vertexCount() - Method in class org.dbreplicator.graph.DirectedGraph
Returns the number of vertices in this directed graph.
vertexCount() - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns the number of vertices in this directed graph.
vertexObject - Variable in class org.dbreplicator.graph.JbVertex
A link to the actual abject, which can be any java.lang.Object, which this vertex instance "wraps".
vertexObject - Variable in class org.dbreplicator.graph.Vertex
A link to the actual abject, which can be any Object, which this vertex instance "wraps".
verticesToArray() - Method in interface org.dbreplicator.graph.DGraph
Returns an array containing all vertices in this directed graph.
verticesToArray() - Method in class org.dbreplicator.graph.DirectedGraph
Returns an array containing all vertices in this directed graph.
verticesToArray() - Method in class org.dbreplicator.graph.JbDirectedGraph
Returns an array containing all vertices in this directed graph.

W

whatIsInDegree() - Method in class org.dbreplicator.graph.JbVertex
Returns the number of edges coming into this vertex.
whatIsInDegree() - Method in class org.dbreplicator.graph.Vertex
Returns the number of edges coming into this vertex.
whatIsOutDegree() - Method in class org.dbreplicator.graph.JbVertex
Returns the number of edges leaving this vertex.
whatIsOutDegree() - Method in class org.dbreplicator.graph.Vertex
Returns the number of edges leaving this vertex.
whatIsWeight() - Method in class org.dbreplicator.graph.Edge
Return the weight of the edge.
whatIsWeight() - Method in class org.dbreplicator.graph.JbEdge
Return the weight of the edge.
write(int) - Method in class org.dbreplicator.repconsole.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.dbreplicator.repconsole.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.AbstractColumnObject
This method is overridden by different ColumnObject classes.
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.BigDecimalObject
writes a bigdecimal values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.BlobObject
writes a blob values in XML file
write(InputStream) - Method in class org.dbreplicator.replication.column.BlobOutPutStream
 
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.BooleanObject
writes a bigdecimal values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.ByteObject
writes a byte values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.BytesObject
writes a byte values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.ClobObject
writes a clob values in XML file
write(InputStream) - Method in class org.dbreplicator.replication.column.ClobOutPutStream
 
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.ClobStreamObject
writes a clob values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.DateObject
writes a date values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.DoubleObject
writes a double values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.FloatObject
writes a float values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.IntegerObject
writes a Integer values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.LongObject
writes a long values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.SQLServerVarCharObject
writes a blob values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.StringObject
writes a String values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.StringSQL_VariantObject
writes a String values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.TimeObject
writes a Time values in XML file
write(Writer, ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.column.TimeStampObject
writes a timeStamp values in XML file
write(ResultSet, int, ArrayList, String) - Method in interface org.dbreplicator.replication.xml._XMLWriter
 
write(ResultSet, int, ArrayList, String) - Method in class org.dbreplicator.replication.xml.XMLWriter
 
writeDateInTransactionLogFile(BufferedWriter) - Static method in class org.dbreplicator.replication.synchronize.AbstractSynchronize
 
writeERROR_FILE(Exception) - Static method in class org.dbreplicator.replication.RepConstants
 
writeFileContent(byte[], int, int) - Method in interface org.dbreplicator.replication._FileUpload
 
writeFileContent(byte[], int, int) - Method in class org.dbreplicator.replication.FileUpload
writeFileContent
writeMessage_FILE(String) - Static method in class org.dbreplicator.replication.RepConstants
 
WriteOnSocket - Class in org.dbreplicator.replication.xml
 
WriteOnSocket(String, String, boolean, String, _FileUpload, boolean) - Constructor for class org.dbreplicator.replication.xml.WriteOnSocket
 
writeOperationInTransactionLogFile(BufferedWriter, int, int, int, String) - Static method in class org.dbreplicator.replication.synchronize.AbstractSynchronize
 
writePrimaryKeyElement(String[], Object[], ArrayList) - Method in class org.dbreplicator.replication.xml.XMLWriter
 
writePrimaryKeyElement(String[], ResultSet, ArrayList) - Method in class org.dbreplicator.replication.xml.XMLWriter
 
writeRowElement(int, ResultSet, ResultSetMetaData, String[], Object[], String, ArrayList) - Method in class org.dbreplicator.replication.xml.XMLWriter
 
writeRowElementForUpdate(int, ResultSet, ResultSetMetaData, ResultSet, String[], Object[], String, ArrayList) - Method in class org.dbreplicator.replication.xml.XMLWriter
 
writeUnsuccessfullOperationInTransaction(BufferedWriter) - Static method in class org.dbreplicator.replication.synchronize.AbstractSynchronize
 
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.AbstractColumnObject
 
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.BigDecimalObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.BlobObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.BooleanObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.ByteObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.BytesObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.ClobObject
puts the value for the column against the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.ClobStreamObject
puts the value for the column against the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.DateObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.DoubleObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.FloatObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.IntegerObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.LongObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.SQLServerVarCharObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.StringObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.StringSQL_VariantObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.TimeObject
puts the value for the column aginst the column Name
writeUpdate(Writer, ResultSet, ResultSet, int, HashMap, String, ArrayList) - Method in class org.dbreplicator.replication.column.TimeStampObject
puts the value for the column aginst the column Name
writeUpdate1(OutputStreamWriter, ResultSet, ResultSet, int, HashMap, String) - Method in class org.dbreplicator.replication.column.BlobObject
 
writeUpdate1(OutputStreamWriter, ResultSet, ResultSet, int, HashMap, String) - Method in class org.dbreplicator.replication.column.ClobObject
 
writeUpdate1(OutputStreamWriter, ResultSet, ResultSet, int, HashMap, String) - Method in class org.dbreplicator.replication.column.ClobStreamObject
 
writeUpdateBKUP_11_17_04(OutputStreamWriter, ResultSet, ResultSet, int, HashMap, String) - Method in class org.dbreplicator.replication.column.BlobObject
 
writeUpdateBKUP_11_17_04(OutputStreamWriter, ResultSet, ResultSet, int, HashMap, String) - Method in class org.dbreplicator.replication.column.ClobObject
 
writeUpdateBKUP_11_17_04(OutputStreamWriter, ResultSet, ResultSet, int, HashMap, String) - Method in class org.dbreplicator.replication.column.ClobStreamObject
 

X

xmlAndShadow_entries - Static variable in interface org.dbreplicator.replication._Publication
 
xmlAndShadow_entries - Static variable in interface org.dbreplicator.replication._Subscription
 
XMLElement - Class in org.dbreplicator.replication.xml
This class is the representation of the XML elements , written in the XML files.
XMLElement(String) - Constructor for class org.dbreplicator.replication.xml.XMLElement
 
XMLTableElement - Class in org.dbreplicator.replication.xml
This class is the representation of the XML elements , written in the XML files.
XMLTableElement(String) - Constructor for class org.dbreplicator.replication.xml.XMLTableElement
 
XMLWriter - Class in org.dbreplicator.replication.xml
This class is basically useful for writing data in to the XML file, it implements _XMLWriter interface which forces it to implement the method write.
XMLWriter(BufferedWriter, AbstractDataBaseHandler, Connection) - Constructor for class org.dbreplicator.replication.xml.XMLWriter
 

Y

YES - Static variable in class org.dbreplicator.replication.RepConstants
 

Z

ZipHandler - Class in org.dbreplicator.replication.zip
This class is used to make zip file of the XML file,BLOB.lob and CLOB.lob so that compacted files can be transferred over the network.
ZipHandler() - Constructor for class org.dbreplicator.replication.zip.ZipHandler
 

_

_FileUpload - Interface in org.dbreplicator.replication
 
_PubImpl - Interface in org.dbreplicator.replication
This is a remote interface which is implemented by the remote server class publication.
_Publication - Interface in org.dbreplicator.replication
_Publication is an interface implemented by Publication class.
_ReplicationServer - Interface in org.dbreplicator.replication
_ReplicationServer is an interface implemented by ReplicationServer class.
_ReplicationServerImpl - Interface in org.dbreplicator.replication
It is called at the time of: subscribe.
_Replicator - Interface in org.dbreplicator.replication
_Replicator is an interface implemented by both publisher and subscriber.
_SubImpl - Interface in org.dbreplicator.replication
This is a remote interface which is implemented by the subscriber class.
_Subscription - Interface in org.dbreplicator.replication
_Subscription is an interface implemented by Subscription class.
_XMLWriter - Interface in org.dbreplicator.replication.xml
This interface is implemented by the class XMLWriter.

A B C D E F G H I J K L M N O P R S T U V W X Y Z _


Powered by Drupal - Theme by Danger4k