@InternalApi public interface FbClientFeatureAccess
This interface allows checks for features of the Firebird client API.
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Set<FbClientFeature> | getFeatures() | 
| boolean | hasFeature(FbClientFeature clientFeature)Checks for presence of a client feature. | 
boolean hasFeature(FbClientFeature clientFeature)
clientFeature - Client featuretrue if the feature is present, false otherwisejava.util.Set<FbClientFeature> getFeatures()
Copyright © 2001-2025 Jaybird (Firebird JDBC) team. All rights reserved.