Package io.quarkus.flyway.runtime.graal
Class SQLServerDatabaseTypeSubstitutions.SQLServerAvailable
- java.lang.Object
-
- io.quarkus.flyway.runtime.graal.SQLServerDatabaseTypeSubstitutions.SQLServerAvailable
-
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- SQLServerDatabaseTypeSubstitutions
public static final class SQLServerDatabaseTypeSubstitutions.SQLServerAvailable extends Object implements BooleanSupplier
-
-
Constructor Summary
Constructors Constructor Description SQLServerAvailable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-