Class NameAdapter.AsString

All Implemented Interfaces:
Adapter.ArrayProto<String[]>, SlotTester.Visible
Enclosing class:
NameAdapter<T extends Lexicals.Identifier.Unqualified>

public static class NameAdapter.AsString extends Adapter.As<String,Void>
Adapter for the name type, returning a Java String.

This may be convenient for some casual uses, but a Java string will not observe any of the peculiar case-sensitivity rules of SQL identifiers.