The examples for selecting a row from a table show two basic techniques for issuing a SELECT statement in Smalltalk:
This second technique is available in VisualAge only. IBM Smalltalk does not use access sets to store query specifications.
Each example does the following:
You can use these examples as a basis for creating your own queries and modify them as needed. These examples issue the following SELECT statements:
To use the examples that retrieve a query specification from an access set, create an access set and add the query specifications to it. Then, in the sample code, replace the access set and query specification names given with the names of your own access sets and query specifications.