Interface SqlConformance

All Known Implementing Classes:
SqlAbstractConformance, SqlConformanceEnum, SqlDelegatingConformance

public interface SqlConformance
Enumeration of valid SQL compatibility modes.

For most purposes, one of the built-in compatibility modes in enum SqlConformanceEnum will suffice.

If you wish to implement this interface to build your own conformance, we strongly recommend that you extend SqlAbstractConformance, or use a SqlDelegatingConformance, so that you won't be broken by future changes.

See Also: