T - type of bind resultpublic interface Portal<T>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
bind()
Do bind.
|
void |
close()
Close portal.
|
PostgreSQLPacket |
describe()
Describe portal.
|
List<PostgreSQLPacket> |
execute(int maxRows)
Execute portal.
|
String |
getName()
Get portal's name.
|
org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement |
getSqlStatement()
Get SQL statement.
|
String getName()
org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement getSqlStatement()
T bind()
PostgreSQLPacket describe()
List<PostgreSQLPacket> execute(int maxRows)
maxRows - max rows of query resultvoid close()
Copyright © 2022 The Apache Software Foundation. All rights reserved.