Description
SystemProcedures.SYSCS_BULK_INSERT contains this piece of code:
String entityName = IdUtil.normalToDelimited(tableName);
if (schemaName != null)
The helper method IdUtil.mkQualifiedName() could do the exact same in one line.