Michael Timbrook
Results
2
comments of
Michael Timbrook
Selectors at a base level are just char arrays. Should be pretty straight forward to encode and decode them. ``` const char* sel_getName(SEL aSelector) ```
When a query is executed it has to prepare a statement to send to the database. It takes the SQL statement and complies it down to the actual query. Every...