Class: Qt::SqlField

Inherits:
Base show all
Defined in:
lib/Qt/qtruby4.rb

Instance Method Summary collapse

Instance Method Details

#name(*args) ⇒ Object



1936
1937
1938
# File 'lib/Qt/qtruby4.rb', line 1936

def name(*args)
  method_missing(:name, *args)
end

#type(*args) ⇒ Object



1940
1941
1942
# File 'lib/Qt/qtruby4.rb', line 1940

def type(*args)
  method_missing(:type, *args)
end