|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.database.MySQLOperationStringBuilder
public class MySQLOperationStringBuilder
Implements a state machine-based algorithm to clean up MySQL queries for regex parsing by eliminating leading white space, stripping ordinary comments, and removing comment characters around MySQL '/*!NNNNN' style comments generated by mysqldump.
| Constructor Summary | |
|---|---|
MySQLOperationStringBuilder(int maxOutputLength)
Create instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
build(java.lang.String input)
Build a string for parsing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MySQLOperationStringBuilder(int maxOutputLength)
| Method Detail |
|---|
public java.lang.String build(java.lang.String input)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||