Class CountDatabaseDiscoveryRuleQueryResultSet
java.lang.Object
org.apache.shardingsphere.dbdiscovery.distsql.handler.query.CountDatabaseDiscoveryRuleQueryResultSet
- All Implemented Interfaces:
org.apache.shardingsphere.infra.distsql.query.DatabaseDistSQLResultSet,org.apache.shardingsphere.infra.distsql.query.DistSQLResultSet,org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
public final class CountDatabaseDiscoveryRuleQueryResultSet
extends Object
implements org.apache.shardingsphere.infra.distsql.query.DatabaseDistSQLResultSet
Query result set for count database discovery rule.
-
Constructor Details
-
CountDatabaseDiscoveryRuleQueryResultSet
public CountDatabaseDiscoveryRuleQueryResultSet()
-
-
Method Details
-
getColumnNames
- Specified by:
getColumnNamesin interfaceorg.apache.shardingsphere.infra.distsql.query.DistSQLResultSet
-
init
public void init(org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database, org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) - Specified by:
initin interfaceorg.apache.shardingsphere.infra.distsql.query.DatabaseDistSQLResultSet
-
next
public boolean next()- Specified by:
nextin interfaceorg.apache.shardingsphere.infra.distsql.query.DistSQLResultSet
-
getRowData
- Specified by:
getRowDatain interfaceorg.apache.shardingsphere.infra.distsql.query.DistSQLResultSet
-
getType
- Specified by:
getTypein interfaceorg.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
-