Class ShowSQLFederationRuleExecutor
- java.lang.Object
-
- org.apache.shardingsphere.sqlfederation.distsql.handler.query.ShowSQLFederationRuleExecutor
-
- All Implemented Interfaces:
MetaDataRequiredQueryableRALExecutor<ShowSQLFederationRuleStatement>,QueryableRALExecutor<ShowSQLFederationRuleStatement>,org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
public final class ShowSQLFederationRuleExecutor extends Object implements MetaDataRequiredQueryableRALExecutor<ShowSQLFederationRuleStatement>
Show SQL federation rule executor.
-
-
Constructor Summary
Constructors Constructor Description ShowSQLFederationRuleExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getColumnNames()Collection<org.apache.shardingsphere.infra.merge.result.impl.local.LocalDataQueryResultRow>getRows(org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData, ShowSQLFederationRuleStatement sqlStatement)StringgetType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.distsql.handler.ral.query.QueryableRALExecutor
getRows
-
-
-
-
Method Detail
-
getRows
public Collection<org.apache.shardingsphere.infra.merge.result.impl.local.LocalDataQueryResultRow> getRows(org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData, ShowSQLFederationRuleStatement sqlStatement)
- Specified by:
getRowsin interfaceMetaDataRequiredQueryableRALExecutor<ShowSQLFederationRuleStatement>
-
getColumnNames
public Collection<String> getColumnNames()
- Specified by:
getColumnNamesin interfaceQueryableRALExecutor<ShowSQLFederationRuleStatement>
-
getType
public String getType()
- Specified by:
getTypein interfaceorg.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
-
-