Uses of Class
org.jooq.postgres.extensions.types.Inet
Packages that use Inet
-
Uses of Inet in org.jooq.postgres.extensions.bindings
Methods in org.jooq.postgres.extensions.bindings that return types with arguments of type Inet -
Uses of Inet in org.jooq.postgres.extensions.types
Methods in org.jooq.postgres.extensions.types that return InetModifier and TypeMethodDescriptionstatic final @NotNull InetInet.inet(InetAddress address) Create a newInetinstance.static final @NotNull InetInet.inet(InetAddress address, Integer prefix) Create a newInetinstance.static final @Nullable InetInet.inetOrNull(InetAddress address) static final @Nullable InetInet.inetOrNull(InetAddress address, Integer prefix) static final @NotNull InetInet.valueOf(InetAddress address) Create a newInetinstance.static final @NotNull InetInet.valueOf(InetAddress address, Integer prefix) Create a newInetinstance.