Flag to indicate a query call should return the prepared statement.
File
- core/lib/Drupal/Core/Database/Database.php, line 25
Class
- Database
- Primary front-controller for the database system.
Namespace
Drupal\Core\Database
Code
1 | const RETURN_STATEMENT = 1; |
Please login to continue.