public interface Name extends QueryPart
QueryPart
.
A Name
is a QueryPart
that renders a SQL identifier
according to the settings specified in Settings.getRenderNameStyle()
.
Modifier and Type | Method and Description |
---|---|
WindowDefinition |
as(WindowSpecification window)
Create a
WindowDefinition from this name. |
String[] |
getName()
The qualified name of this SQL identifier.
|
String[] getName()
WindowDefinition as(WindowSpecification window)
WindowDefinition
from this name.
This creates a window definition that can be
WINDOW
clause (see
SelectWindowStep.window(WindowDefinition...)
OVER
clause (see
AggregateFunction.over(WindowDefinition)
Copyright © 2014. All Rights Reserved.