class ODPI::Field

Defined in:

odpi/result_set.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, value : Pointer(LibODPI::DpiData), typenum : LibODPI::DpiNativeTypeNum, length : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def length : Int32? #

[View source]
def name : String #

[View source]
def typenum : LibODPI::DpiNativeTypeNum #

[View source]
def value #

[View source]