statementName property

  1. @visibleForTesting
String get statementName

The name the statement is prepared under. Empty for the unnamed statement.

Implementation

@visibleForTesting
String get statementName => _statementName;