public interface DistSQLResultSet
extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getColumnNames()
Get result set column names.
|
Collection<Object> |
getRowData()
Get row data.
|
boolean |
next()
Go to next data.
|
Collection<String> getColumnNames()
boolean next()
Collection<Object> getRowData()
Copyright © 2023 The Apache Software Foundation. All rights reserved.