We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add these methods of namespace Database, class Cursor to TIA:
The text was updated successfully, but these errors were encountered:
Both methods are not static as described in documentation. We need to inform the Salesforce documentation team to correct this. Errors on deployment:
Sorry, something went wrong.
benjaminloerincz
No branches or pull requests
Add these methods of namespace Database, class Cursor to TIA:
Database.Cursor.fetch(Integer position, Integer count)Database.Cursor.getNumRecords()The text was updated successfully, but these errors were encountered: