getSQLByID method
Returns the SQL with sqlID
from dbCommands.
Implementation
SQL? getSQLByID(String sqlID) =>
getDBCommandWithSQL(sqlID)?.getSQLByID(sqlID);
Returns the SQL with sqlID
from dbCommands.
SQL? getSQLByID(String sqlID) =>
getDBCommandWithSQL(sqlID)?.getSQLByID(sqlID);