Class Connection.InternalMetadataQuery

public static final class Connection.InternalMetadataQuery implements Options.QueryOption

This query option is used internally to indicate that a query is executed by the library itself to fetch metadata. These queries are specifically allowed to be executed even when a DDL batch is active.

NOT INTENDED FOR EXTERNAL USE!

Inheritance

java.lang.Object > Connection.InternalMetadataQuery

Implements

Options.QueryOption

Fields

INSTANCE

public static final Connection.InternalMetadataQuery INSTANCE
Field Value
TypeDescription
Connection.InternalMetadataQuery