public final class JDBCDatabaseCommunicationEngine extends Object implements DatabaseCommunicationEngine
| Constructor and Description |
|---|
JDBCDatabaseCommunicationEngine() |
| Modifier and Type | Method and Description |
|---|---|
BackendResponse |
execute()
Execute command.
|
QueryData |
getQueryData()
Get query data.
|
boolean |
next()
Goto next result value.
|
public BackendResponse execute()
DatabaseCommunicationEngineexecute in interface DatabaseCommunicationEnginepublic boolean next()
throws SQLException
DatabaseCommunicationEnginenext in interface DatabaseCommunicationEngineSQLException - SQL exceptionpublic QueryData getQueryData() throws SQLException
DatabaseCommunicationEnginegetQueryData in interface DatabaseCommunicationEngineSQLException - SQL exceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.