We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SQL statements can also be constructed by preparing the statement. In short, a question mark will be replaced by its associated value.
NSString *statement = [ZIMSqlPreparedStatement preparedStatement: @"SELECT * FROM Customer WHERE name = ?;" withValues: @"Ziminji", nil];