public class DatabaseIdentifier extends Identifier
| Constructor and Description |
|---|
DatabaseIdentifier(String text)
Constructs a datatabase 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, toStringpublic DatabaseIdentifier(String text)
text - The identifier text.public static DatabaseIdentifier toIdentifier(String text)
Copyright © 2017 JBoss by Red Hat. All rights reserved.