struct ODPI::Connection::Options

Defined in:

odpi/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_uri(uri : URI) : Options #

[View source]
def self.new(host : String, port : Int32 | Nil, path : String | Nil, user : String, password : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(host _host = @host, port _port = @port, path _path = @path, user _user = @user, password _password = @password) #

[View source]
def host : String #

def password : String #

def path : String | Nil #

def port : Int32 | Nil #

def user : String #