selectAll

open fun selectAll(tableName: String, schemaName: String? = defaultSchemaName): CachedRowSet?

Uses the longLastingConnection property for the connection.

Return

a result holding all the records from the table

Parameters

schemaName

the schema containing the table

tableName

the name of the table within the schema to get all records from