Package | Description |
---|---|
io.prestosql.sql.tree |
Modifier and Type | Method and Description |
---|---|
CurrentTime.Function |
CurrentTime.getFunction() |
static CurrentTime.Function |
CurrentTime.Function.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CurrentTime.Function[] |
CurrentTime.Function.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CurrentTime(CurrentTime.Function function) |
CurrentTime(CurrentTime.Function function,
Integer precision) |
CurrentTime(NodeLocation location,
CurrentTime.Function function) |
CurrentTime(NodeLocation location,
CurrentTime.Function function,
Integer precision) |
Copyright © 2012–2020. All rights reserved.