Uses of Class
com.oracle.bmc.databasetoolsruntime.model.ExecuteSqlResponse
-
Packages that use ExecuteSqlResponse Package Description com.oracle.bmc.databasetoolsruntime.model com.oracle.bmc.databasetoolsruntime.responses -
-
Uses of ExecuteSqlResponse in com.oracle.bmc.databasetoolsruntime.model
Subclasses of ExecuteSqlResponse in com.oracle.bmc.databasetoolsruntime.model Modifier and Type Class Description classExecuteSqlResponseBatchContains the details for the Batch SQL statements to execute on the database connection.classExecuteSqlResponseScriptContains the details for the Script SQL statements to execute on the database connection.classExecuteSqlResponseStandardContains the details for the Standard SQL statements to execute on the database connection. -
Uses of ExecuteSqlResponse in com.oracle.bmc.databasetoolsruntime.responses
Methods in com.oracle.bmc.databasetoolsruntime.responses that return ExecuteSqlResponse Modifier and Type Method Description ExecuteSqlResponseExecuteSqlDatabaseToolsConnectionResponse. getExecuteSqlResponse()The returned ExecuteSqlResponse instance.Methods in com.oracle.bmc.databasetoolsruntime.responses with parameters of type ExecuteSqlResponse Modifier and Type Method Description ExecuteSqlDatabaseToolsConnectionResponse.BuilderExecuteSqlDatabaseToolsConnectionResponse.Builder. executeSqlResponse(ExecuteSqlResponse executeSqlResponse)The returned ExecuteSqlResponse instance.
-