Query Operations
You can perform query operations on a database, to return cocepts matching those queries.
- queryUsingConceptProps()
The queryUsingConceptProps() queries database using the property values in a concept instance. - queryUsingPreparedStmt()
Use queryUsingPreparedStmt() to query the database using prepared statements. - queryUsingPrimaryKeys()
Use the queryUsingPrimaryKeys() function to query the database using primary keys. - queryUsingSQL()
Use the queryUsingSQL() function to query the database using SQL statements.
Copyright © Cloud Software Group, Inc. All rights reserved.