| Modifier and Type | Method and Description |
|---|---|
ImmutableColumnRef |
ImmutableColumnRef.Builder.build()
Builds a new
ImmutableColumnRef. |
static ImmutableColumnRef |
ImmutableColumnRef.copyOf(ColumnRef instance)
Creates an immutable copy of a
ColumnRef value. |
ImmutableColumnRef |
ImmutableColumnRef.withColumn(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
column attribute. |
ImmutableColumnRef |
ImmutableColumnRef.withColumn(String value)
Copy the current immutable object by setting a present value for the optional
column attribute. |
ImmutableColumnRef |
ImmutableColumnRef.withTable(String value)
Copy the current immutable object by setting a value for the
table attribute. |
Copyright © 2019–2021 Nuiton. All rights reserved.