|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlOperation | |
|---|---|
| com.continuent.tungsten.replicator.database | |
| Uses of SqlOperation in com.continuent.tungsten.replicator.database |
|---|
| Methods in com.continuent.tungsten.replicator.database that return SqlOperation | |
|---|---|
SqlOperation |
MySQLOperationMatcher.match(java.lang.String inputStatement)
Examines a SQL DDL/DML statement and returns the name of the SQL object it affects. |
SqlOperation |
SqlOperationMatcher.match(java.lang.String statement)
Examines a SQL DDL/DML statement and returns the name of the SQL object it affects. |
SqlOperation |
SqlStatementParser.parse(java.lang.String statement,
java.lang.String dbmsType)
Parse a SQL statement. |
| Methods in com.continuent.tungsten.replicator.database with parameters of type SqlOperation | |
|---|---|
java.lang.String |
SqlCommentEditor.addComment(java.lang.String statement,
SqlOperation sqlOperation,
java.lang.String comment)
Inserts a comment safely into a SQL statement. |
java.lang.String |
MySQLCommentEditor.addComment(java.lang.String statement,
SqlOperation sqlOp,
java.lang.String comment)
Inserts a comment safely into a SQL statement. |
java.lang.String |
SqlCommentEditor.fetchComment(java.lang.String baseStatement,
SqlOperation sqlOperation)
Fetches the first comment string that matches the regex. |
java.lang.String |
MySQLCommentEditor.fetchComment(java.lang.String statement,
SqlOperation sqlOp)
Fetches the first comment string that matches the regex. |
java.lang.String |
SqlCommentEditor.formatAppendableComment(SqlOperation sqlOperation,
java.lang.String comment)
Formats an appendable comment if this works. |
java.lang.String |
MySQLCommentEditor.formatAppendableComment(SqlOperation sqlOp,
java.lang.String comment)
Formats an appendable comment if this works. |
int |
TableMetadataCache.invalidate(SqlOperation sqlOperation,
java.lang.String defaultSchema)
Invalidate appropriate range of metadata based on a particular SQL operation that we see. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||