public class MySQL8VersionPredicate extends Object implements java.util.function.Predicate<Connection>
Modifier and Type | Field and Description |
---|---|
static int |
SUPPORTED_MAJOR_VERSION |
static int |
SUPPORTED_MINOR_VERSION |
Constructor and Description |
---|
MySQL8VersionPredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
test(Connection conn) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public static final int SUPPORTED_MAJOR_VERSION
public static final int SUPPORTED_MINOR_VERSION
public boolean test(Connection conn)
test
in interface java.util.function.Predicate<Connection>
Copyright © 2002-2021 Atlassian. All Rights Reserved.