SqlIdentifier constructor
SqlIdentifier(
- String name
Composes an identifier and wraps the result.
Implementation
SqlIdentifier(String name) : super(sqlIdentifier(name));
Composes an identifier and wraps the result.
SqlIdentifier(String name) : super(sqlIdentifier(name));