SqlIdentifier constructor

SqlIdentifier(
  1. String name
)

Implementation

SqlIdentifier(String name) : super(sqlIdentifier(name));