public final class StatementInterceptors extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Interceptor |
fetchDirection(FetchDirection direction) |
static Interceptor |
fetchSize(int rows) |
static Interceptor |
maxFieldSize(int max) |
static Interceptor |
maxRows(int maxRows) |
static Interceptor |
queryTimeout(int seconds) |
public static Interceptor maxFieldSize(int max)
public static Interceptor queryTimeout(int seconds)
public static Interceptor fetchSize(int rows)
public static Interceptor fetchDirection(FetchDirection direction)
public static Interceptor maxRows(int maxRows)
Copyright © 2019. All rights reserved.