Class ComposableSQLToken
java.lang.Object
org.apache.shardingsphere.infra.rewrite.sql.token.pojo.SQLToken
org.apache.shardingsphere.infra.rewrite.sql.token.pojo.generic.ComposableSQLToken
- All Implemented Interfaces:
Comparable<SQLToken>,Substitutable
Composable SQL token.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shardingsphere.infra.rewrite.sql.token.pojo.SQLToken
compareToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.infra.rewrite.sql.token.pojo.Substitutable
getStartIndex, getStopIndex
-
Constructor Details
-
ComposableSQLToken
public ComposableSQLToken(int startIndex, int stopIndex)
-
-
Method Details
-
addSQLToken
Add SQL token.- Parameters:
sqlToken- SQL token
-