Uses of Interface
com.continuent.tungsten.replicator.database.SqlOperationMatcher

Packages that use SqlOperationMatcher
com.continuent.tungsten.replicator.database   
 

Uses of SqlOperationMatcher in com.continuent.tungsten.replicator.database
 

Classes in com.continuent.tungsten.replicator.database that implement SqlOperationMatcher
 class MySQLOperationMatcher
          Parses SQL statements to extract the SQL operation and the object, identified by type, name and schema, to which it pertains.
 

Methods in com.continuent.tungsten.replicator.database that return SqlOperationMatcher
 SqlOperationMatcher OracleDatabase.getSqlNameMatcher()
          In Oracle, to support timestamp with local time zone replication we need to set the session level time zone to be the same as the database time zone.
 SqlOperationMatcher DerbyDatabase.getSqlNameMatcher()
          Returns a SQL name matcher for this database type.
 SqlOperationMatcher PostgreSQLDatabase.getSqlNameMatcher()
          Returns a SQL name matcher for this database type.
abstract  SqlOperationMatcher AbstractDatabase.getSqlNameMatcher()
           
 SqlOperationMatcher GreenplumDatabase.getSqlNameMatcher()
          Returns a SQL name matcher for this database type.
 SqlOperationMatcher Database.getSqlNameMatcher()
          Returns a SQL name matcher for this database type.
 SqlOperationMatcher MySQLDatabase.getSqlNameMatcher()
          Returns a SQL name matcher for this database type.
 SqlOperationMatcher DrizzleDatabase.getSqlNameMatcher()
          Returns a SQL name matcher for this database type.