module DB::MariaDB::Native::Types::Integer
Public Class Methods
parse(string)
click to toggle source
# File lib/db/mariadb/native/types.rb, line 31 def self.parse(string) Integer(string) if string end
# File lib/db/mariadb/native/types.rb, line 31 def self.parse(string) Integer(string) if string end