Uses of Class
com.oracle.bmc.datasafe.model.SqlCollection
-
Packages that use SqlCollection Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of SqlCollection in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SqlCollection Modifier and Type Method Description SqlCollection
SqlCollection.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type SqlCollection Modifier and Type Method Description SqlCollection.Builder
SqlCollection.Builder. copy(SqlCollection model)
-
Uses of SqlCollection in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return SqlCollection Modifier and Type Method Description SqlCollection
CreateSqlCollectionResponse. getSqlCollection()
The returned SqlCollection instance.SqlCollection
GetSqlCollectionResponse. getSqlCollection()
The returned SqlCollection instance.Methods in com.oracle.bmc.datasafe.responses with parameters of type SqlCollection Modifier and Type Method Description CreateSqlCollectionResponse.Builder
CreateSqlCollectionResponse.Builder. sqlCollection(SqlCollection sqlCollection)
The returned SqlCollection instance.GetSqlCollectionResponse.Builder
GetSqlCollectionResponse.Builder. sqlCollection(SqlCollection sqlCollection)
The returned SqlCollection instance.
-