numRows

open fun numRows(tableName: String, schemaName: String? = defaultSchemaName): Long

Uses the longLastingConnection property for the connection.

Return

the number of rows in the table

Parameters

schemaName

the schema containing the table

tableName

the name of the table within the schema