パッケージ org.postgresql.core
クラス CachedQuery
java.lang.Object
org.postgresql.core.CachedQuery
- すべての実装されたインタフェース:
CanEstimateSize
Stores information on the parsed JDBC query. It is used to cut parsing overhead when executing
the same query through
Connection.prepareStatement(String)
.-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明int
Number of times this statement has been used.long
getSize()
void
void
increaseExecuteCount
(int inc) toString()
-
フィールド詳細
-
key
Cache key.String
ororg.postgresql.util.CanEstimateSize
. -
query
-
isFunction
public final boolean isFunction
-
-
コンストラクタの詳細
-
CachedQuery
-
-
メソッドの詳細
-
increaseExecuteCount
public void increaseExecuteCount() -
increaseExecuteCount
public void increaseExecuteCount(int inc) -
getExecuteCount
public int getExecuteCount()Number of times this statement has been used.- 戻り値:
- number of times this statement has been used
-
getSize
public long getSize()- 定義:
getSize
インタフェース内CanEstimateSize
-
toString
-