Prepared Statement Editor

Probably the coolest feature of SuperQuaiL is being able to run SQL statements that are prepared statements. Whenever a "?" is typed, a textbox in the left hand side will appear with the option of defining the value and type of the question mark. The types are a little different than what you would expect from a database because in Java setting a prepared statements type is more general. A column that has VARCHAR, TEXT, or CHAR are all processed as type String. Selecting a field in the arguments panel will highlight the corresponding question mark.

SourceForge.net Logo