com.continuent.tungsten.replicator.database
Interface SqlOperationMatcher

All Known Implementing Classes:
MySQLOperationMatcher

public interface SqlOperationMatcher

Parses SQL statements to extract the SQL operation and the object, identified by type, name and schema, to which it pertains.

Version:
1.0
Author:
Robert Hodges

Method Summary
 SqlOperation match(java.lang.String statement)
          Examines a SQL DDL/DML statement and returns the name of the SQL object it affects.
 

Method Detail

match

SqlOperation match(java.lang.String statement)
Examines a SQL DDL/DML statement and returns the name of the SQL object it affects.