
January 23rd, 2013, 08:00 PM
|
|
Contributing User
|
|
Join Date: Jan 2013
Location: Italy
Posts: 36
Time spent in forums: 4 h 37 m 48 sec
Reputation Power: 1
|
|
|
No, MySQL only has atomic types (plus set, which is a sort of easy-to-use bitmask).
You can emulate properties with the fields in a table. To pass around the object you can use the table's primary key. And to emulate methods, you can use stored procedures and functions.
Hope that this hint helps.
|