DB2Credentials
public class DB2CredentialsContains the credentials for a DB2 service instance. You will typically
receive an instance of this type through cloudEnv.getDB2Credentials(name: String).
Reference Db2.
- 
                  
                  The database name from the Db2 service instance credentials. DeclarationSwift public let database : String
- 
                  
                  The host name from the Db2 service instance credentials. DeclarationSwift public let host : String
- 
                  
                  The port from the Db2 service instance credentials. DeclarationSwift public let port : Int
- 
                  
                  The user ID from the Db2 service instance credentials. DeclarationSwift public let uid : String
- 
                  
                  The password from the Db2 service instance credentials. DeclarationSwift public let pwd : String
- 
                  
                  Initializes an instance of the Db2 service credentials. DeclarationSwift public init ( database: String, host: String, port: Int, uid: String, pwd: String )
 View on GitHub
            View on GitHub
           DB2Credentials Class Reference
      DB2Credentials Class Reference