Class EncryptOrderByItemTokenGenerator
java.lang.Object
org.apache.shardingsphere.encrypt.rewrite.token.generator.EncryptOrderByItemTokenGenerator
- All Implemented Interfaces:
EncryptRuleAware,SchemaMetaDataAware,CollectionSQLTokenGenerator<org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?>>,SQLTokenGenerator
public final class EncryptOrderByItemTokenGenerator
extends Object
implements CollectionSQLTokenGenerator<org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?>>, SchemaMetaDataAware, EncryptRuleAware
Order by item token generator for encrypt.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateSQLTokens(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext) booleanisGenerateSQLToken(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.encrypt.rewrite.aware.EncryptRuleAware
setEncryptRuleMethods inherited from interface org.apache.shardingsphere.infra.rewrite.sql.token.generator.aware.SchemaMetaDataAware
setDatabaseName, setSchemas
-
Constructor Details
-
EncryptOrderByItemTokenGenerator
public EncryptOrderByItemTokenGenerator()
-
-
Method Details
-
isGenerateSQLToken
public boolean isGenerateSQLToken(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext) - Specified by:
isGenerateSQLTokenin interfaceSQLTokenGenerator
-
generateSQLTokens
public Collection<SubstitutableColumnNameToken> generateSQLTokens(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext) - Specified by:
generateSQLTokensin interfaceCollectionSQLTokenGenerator<org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?>>
-