public abstract class Assignments extends Object
Assignment
s.SQL
,
Expressions
,
Functions
Modifier and Type | Method and Description |
---|---|
static AssignValue |
value(Column target,
Expression value)
|
public static AssignValue value(Column target, Expression value)
target
- target column, must not be null.value
- assignment value, must not be null.AssignValue
.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.