struct ODPI::Connection::Options
- ODPI::Connection::Options
- Struct
- Value
- Object
Defined in:
odpi/connection.crConstructors
- .from_uri(uri : URI) : Options
- .new(host : String, port : Int32 | Nil, path : String | Nil, user : String, password : String)
Instance Method Summary
- #clone
- #copy_with(host _host = @host, port _port = @port, path _path = @path, user _user = @user, password _password = @password)
- #host : String
- #password : String
- #path : String | Nil
- #port : Int32 | Nil
- #user : String
Constructor Detail
def self.new(host : String, port : Int32 | Nil, path : String | Nil, user : String, password : String)
#
Instance Method Detail
def copy_with(host _host = @host, port _port = @port, path _path = @path, user _user = @user, password _password = @password)
#