Sha256: b31f0091b2354718383d1e1a90f4b25f4e81b561792043aede8382dc8defa45f
Contents?: true
Size: 285 Bytes
Versions: 3
Compression:
Stored size: 285 Bytes
Contents
require 'sqlpostgres/PgWrapper' module SqlPostgres # This class holds the value of an "macaddr" column. class PgMacAddr < PgWrapper def column_type 'macaddr' end end end # Local Variables: # tab-width: 2 # ruby-indent-level: 2 # indent-tabs-mode: nil # End:
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sqlpostgres-1.2.6 | lib/sqlpostgres/PgMacAddr.rb |
sqlpostgres-1.2.5 | lib/sqlpostgres/PgMacAddr.rb |
sqlpostgres-1.2.4 | lib/sqlpostgres/PgMacAddr.rb |