- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<QSql.ParamType>
- Enclosing class:
QSql
public static final class QSql.ParamType
extends QFlags<QSql.ParamTypeFlag>
implements Comparable<QSql.ParamType>
QFlags
type for enum QSql.ParamTypeFlag
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new ParamType.ParamType
(int value) Creates a new ParamType with givenvalue
.ParamType
(QSql.ParamTypeFlag ... args) Creates a new ParamType where the flags inargs
are set. -
Method Summary
Modifier and TypeMethodDescriptionfinal QSql.ParamType
clone()
Clones the flagsfinal QSql.ParamType
Combines this flags with enum entry.final int
compareTo
(QSql.ParamType other) final QSql.ParamTypeFlag []
flags()
Returns an array of flag objects represented by this ParamType.final QSql.ParamType
Sets the flage
final QSql.ParamType
setFlag
(QSql.ParamTypeFlag e, boolean on) Sets or clears the flagflag
final void
setValue
(int value) Sets the value of this QFlags.final int
value()
Returns the value of this QFlags.
-
Constructor Details
-
ParamType
public ParamType()Creates a new ParamType. -
ParamType
Creates a new ParamType where the flags inargs
are set.- Parameters:
args
- enum entries
-
ParamType
public ParamType(int value) Creates a new ParamType with givenvalue
.- Parameters:
value
-
-
-
Method Details
-
combined
Combines this flags with enum entry.- Overrides:
combined
in classQFlags<QSql.ParamTypeFlag>
- Parameters:
e
- enum entry- Returns:
- new ParamType
-
setFlag
Sets the flage
- Overrides:
setFlag
in classQFlags<QSql.ParamTypeFlag>
- Parameters:
e
- enum entry- Returns:
- this
-
setFlag
Sets or clears the flagflag
- Overrides:
setFlag
in classQFlags<QSql.ParamTypeFlag>
- Parameters:
e
- enum entryon
- set (true) or clear (false)- Returns:
- this
-
flags
Returns an array of flag objects represented by this ParamType.- Overrides:
flags
in classQFlags<QSql.ParamTypeFlag>
- Returns:
- array of enum entries
-
clone
Clones the flags- Overrides:
clone
in classQFlags<QSql.ParamTypeFlag>
-
compareTo
- Specified by:
compareTo
in interfaceComparable<QSql.ParamType>
-
value
public final int value()Returns the value of this QFlags. -
setValue
public final void setValue(int value) Sets the value of this QFlags.- Parameters:
value
- new value
-