getSQLByID method

SQL? getSQLByID(
  1. String sqlID
)

Returns the SQL with sqlID from dbCommands.

Implementation

SQL? getSQLByID(String sqlID) =>
    getDBCommandWithSQL(sqlID)?.getSQLByID(sqlID);