public static enum NamedParameter.Method extends java.lang.Enum<NamedParameter.Method>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static NamedParameter.Method |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static NamedParameter.Method[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final NamedParameter.Method SET_ARRAY
public static final NamedParameter.Method SET_ASCII_STREAM
public static final NamedParameter.Method SET_BIG_DECIMAL
public static final NamedParameter.Method SET_BINARY_STREAM
public static final NamedParameter.Method SET_BLOB
public static final NamedParameter.Method SET_BOOLEAN
public static final NamedParameter.Method SET_BYTE
public static final NamedParameter.Method SET_BYTES
public static final NamedParameter.Method SET_CHARACTER_STREAM
public static final NamedParameter.Method SET_CLOB
public static final NamedParameter.Method SET_DATE
public static final NamedParameter.Method SET_DOUBLE
public static final NamedParameter.Method SET_FLOAT
public static final NamedParameter.Method SET_INT
public static final NamedParameter.Method SET_LONG
public static final NamedParameter.Method SET_NCHARACTER_STREAM
public static final NamedParameter.Method SET_NCLOB
public static final NamedParameter.Method SET_NSTRING
public static final NamedParameter.Method SET_NULL
public static final NamedParameter.Method SET_OBJECT
public static final NamedParameter.Method SET_REF
public static final NamedParameter.Method SET_ROWID
public static final NamedParameter.Method SET_SHORT
public static final NamedParameter.Method SET_SQLXML
public static final NamedParameter.Method SET_STRING
public static final NamedParameter.Method SET_TIME
public static final NamedParameter.Method SET_TIMESTAMP
public static final NamedParameter.Method SET_URL
public static NamedParameter.Method[] values()
for(NamedParameter.Method c: NamedParameter.Method.values()) System.out.println(c);
public static NamedParameter.Method valueOf(java.lang.String name)
name - 返される列挙型定数の名前。java.lang.IllegalArgumentException - この列挙型に、指定した名前の定数がない場合java.lang.NullPointerException - 引数がnullの場合