Uses of Class
com.oracle.bmc.databasetoolsruntime.model.ExecuteSqlBindPlsqlTable
-
Packages that use ExecuteSqlBindPlsqlTable Package Description com.oracle.bmc.databasetoolsruntime.model -
-
Uses of ExecuteSqlBindPlsqlTable in com.oracle.bmc.databasetoolsruntime.model
Methods in com.oracle.bmc.databasetoolsruntime.model that return ExecuteSqlBindPlsqlTable Modifier and Type Method Description ExecuteSqlBindPlsqlTableExecuteSqlBindPlsqlTable.Builder. build()ExecuteSqlBindPlsqlTableExecuteSqlBind. getPlsqlTableTypeDetails()Methods in com.oracle.bmc.databasetoolsruntime.model with parameters of type ExecuteSqlBindPlsqlTable Modifier and Type Method Description ExecuteSqlBindPlsqlTable.BuilderExecuteSqlBindPlsqlTable.Builder. copy(ExecuteSqlBindPlsqlTable model)ExecuteSqlBind.BuilderExecuteSqlBind.Builder. plsqlTableTypeDetails(ExecuteSqlBindPlsqlTable plsqlTableTypeDetails)Constructors in com.oracle.bmc.databasetoolsruntime.model with parameters of type ExecuteSqlBindPlsqlTable Constructor Description ExecuteSqlBind(String dataType, String name, Integer index, ExecuteSqlBind.Mode mode, List<Object> values, List<Object> results, ExecuteSqlBindPlsqlTable plsqlTableTypeDetails)Deprecated.
-