Retrieves whether identifier
is a simple SQL identifier.
identifier | a SQL identifier |
NullPointerException | if identifier is null | |
SQLException | if a database access error occurs |
@implSpec The default implementation uses the following criteria to determine a valid simple SQL identifier:
Examples of the conversion: identifier Simple Identifier Hello true G'Day false "Bruce Wayne" false GoodDay$ false Hello"World false "Hello"World" false
Diagram: Statement