public final class EncryptRuleQueryResultSet extends Object implements org.apache.shardingsphere.infra.distsql.query.DistSQLResultSet
| Constructor and Description |
|---|
EncryptRuleQueryResultSet() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getColumnNames() |
Collection<Object> |
getRowData() |
String |
getType() |
void |
init(org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData,
org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) |
boolean |
next() |
public void init(org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData,
org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement)
init in interface org.apache.shardingsphere.infra.distsql.query.DistSQLResultSetpublic Collection<String> getColumnNames()
getColumnNames in interface org.apache.shardingsphere.infra.distsql.query.DistSQLResultSetpublic boolean next()
next in interface org.apache.shardingsphere.infra.distsql.query.DistSQLResultSetpublic Collection<Object> getRowData()
getRowData in interface org.apache.shardingsphere.infra.distsql.query.DistSQLResultSetpublic String getType()
getType in interface org.apache.shardingsphere.spi.typed.TypedSPICopyright © 2022 The Apache Software Foundation. All rights reserved.