public enum ParameterType extends Enum<ParameterType>
| Enum Constant and Description |
|---|
_Array |
_AsciiStream |
_BigDecimal |
_BinaryStream |
_Blob |
_Boolean |
_Byte |
_Bytes |
_CharacterStream |
_Clob |
_Date |
_Double |
_Float |
_Int |
_Long |
_NCharacterStream |
_NClob |
_NString |
_Null |
_Object |
_Ref |
_RowId |
_Short |
_SQLXML |
_String |
_Time |
_Timestamp |
_URL |
UnicodeStream |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeAsStr() |
boolean |
isConvertible() |
boolean |
match(ParameterType... types) |
static ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterType _BigDecimal
public static final ParameterType _Boolean
public static final ParameterType _Byte
public static final ParameterType _Date
public static final ParameterType _Double
public static final ParameterType _Float
public static final ParameterType _Int
public static final ParameterType _Long
public static final ParameterType _Null
public static final ParameterType _Ref
public static final ParameterType _RowId
public static final ParameterType _Short
public static final ParameterType _SQLXML
public static final ParameterType _String
public static final ParameterType _Time
public static final ParameterType _Timestamp
public static final ParameterType _URL
public static final ParameterType _Object
public static final ParameterType _Array
public static final ParameterType _Bytes
public static final ParameterType _AsciiStream
public static final ParameterType _BinaryStream
public static final ParameterType _Blob
public static final ParameterType _CharacterStream
public static final ParameterType _Clob
public static final ParameterType _NCharacterStream
public static final ParameterType _NClob
public static final ParameterType _NString
public static final ParameterType UnicodeStream
public static ParameterType[] values()
for (ParameterType c : ParameterType.values()) System.out.println(c);
public static ParameterType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isConvertible()
public boolean match(ParameterType... types)
public String getTypeAsStr()
Copyright © 2016. All rights reserved.