Enum Class NullsOrder
- All Implemented Interfaces:
Serializable, Comparable<NullsOrder>, Constable, Segment
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E>Nested classes/interfaces inherited from interface Segment
Segment.Default -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescription伪SQL,用于直接toString时显示boolean是否静态化的,即不必转译static NullsOrderReturns the enum constant of this class with the specified name.static NullsOrder[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FIRST
靠前 -
LAST
靠后
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
pseudoSql
-
staticable
public boolean staticable()Description copied from interface:Segment是否静态化的,即不必转译- Specified by:
staticablein interfaceSegment- Returns:
- 是否静态化
-