Class EncryptAssignmentToken
java.lang.Object
org.apache.shardingsphere.infra.rewrite.sql.token.pojo.SQLToken
org.apache.shardingsphere.encrypt.rewrite.token.pojo.EncryptAssignmentToken
- All Implemented Interfaces:
Comparable<SQLToken>,Substitutable
- Direct Known Subclasses:
EncryptFunctionAssignmentToken,EncryptLiteralAssignmentToken,EncryptParameterAssignmentToken
Assignment token for encrypt.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shardingsphere.infra.rewrite.sql.token.pojo.SQLToken
compareTo, getStartIndexMethods 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
-
EncryptAssignmentToken
protected EncryptAssignmentToken(int startIndex, int stopIndex)
-