パッケージ org.postgresql.core
インタフェース Provider<T>
- 型パラメータ:
T
- the type of results provided by this provider
public interface Provider<T>
Represents a provider of results.
-
メソッドの概要
-
メソッドの詳細
-
get
T get()Gets a result.- 戻り値:
- a result
-
T
- the type of results provided by this provider