Uses of Class
com.oracle.bmc.databasetoolsruntime.model.ExecuteSqlBind
-
Packages that use ExecuteSqlBind Package Description com.oracle.bmc.databasetoolsruntime.model -
-
Uses of ExecuteSqlBind in com.oracle.bmc.databasetoolsruntime.model
Methods in com.oracle.bmc.databasetoolsruntime.model that return ExecuteSqlBind Modifier and Type Method Description ExecuteSqlBindExecuteSqlBind.Builder. build()Methods in com.oracle.bmc.databasetoolsruntime.model that return types with arguments of type ExecuteSqlBind Modifier and Type Method Description List<ExecuteSqlBind>ExecuteSqlInputStandardDetails. getBinds()Array of objects specifying the bind information.List<ExecuteSqlBind>ExecuteSqlResponseItemScript. getBinds()Array of objects specifying the bind information.List<ExecuteSqlBind>ExecuteSqlResponseItemStandard. getBinds()Array of objects specifying the bind information.Methods in com.oracle.bmc.databasetoolsruntime.model with parameters of type ExecuteSqlBind Modifier and Type Method Description ExecuteSqlBind.BuilderExecuteSqlBind.Builder. copy(ExecuteSqlBind model)Method parameters in com.oracle.bmc.databasetoolsruntime.model with type arguments of type ExecuteSqlBind Modifier and Type Method Description ExecuteSqlInputStandardDetails.BuilderExecuteSqlInputStandardDetails.Builder. binds(List<ExecuteSqlBind> binds)Array of objects specifying the bind information.ExecuteSqlResponseItemScript.BuilderExecuteSqlResponseItemScript.Builder. binds(List<ExecuteSqlBind> binds)Array of objects specifying the bind information.ExecuteSqlResponseItemStandard.BuilderExecuteSqlResponseItemStandard.Builder. binds(List<ExecuteSqlBind> binds)Array of objects specifying the bind information.Constructor parameters in com.oracle.bmc.databasetoolsruntime.model with type arguments of type ExecuteSqlBind Constructor Description ExecuteSqlInputStandardDetails(String statementText, Integer limit, Integer offset, List<ExecuteSqlBind> binds, ExecuteSqlResponseFormat responseFormat, Object properties)Deprecated.
-