public class DatabaseIdentifier extends Identifier
Modifier | Constructor and Description |
---|---|
protected |
DatabaseIdentifier(String text)
Constructs a database identifier instance.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseIdentifier |
toIdentifier(String text) |
areEqual, compareTo, equals, getCanonicalName, getText, hashCode, isQuoted, isQuoted, quote, render, render, toIdentifier, toString
protected DatabaseIdentifier(String text)
text
is unquoted.text
- The identifier text.public static DatabaseIdentifier toIdentifier(String text)
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.