Interface ConnectionContextAware
public interface ConnectionContextAware
Connection context aware.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetConnectionContext(org.apache.shardingsphere.infra.context.ConnectionContext connectionContext) Set connection context.
-
Method Details
-
setConnectionContext
void setConnectionContext(org.apache.shardingsphere.infra.context.ConnectionContext connectionContext) Set connection context.- Parameters:
connectionContext- connection context
-