public class Column extends Object implements Operand
| Constructor and Description |
|---|
Column(Alias alias,
String name) |
Column(String name) |
| Modifier and Type | Method and Description |
|---|---|
static Column |
all() |
static Column |
allOf(Alias alias) |
void |
appendTo(SafeSqlAppendable builder) |
static Operand |
distinct(Column column) |
boolean |
equals(Object obj) |
Alias |
getAlias() |
String |
getName() |
int |
hashCode() |
static Column |
idOf(Alias alias) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoSafeSqlpublic Alias getAlias()
public String getName()
public void appendTo(SafeSqlAppendable builder)
appendTo in interface SafeSqlizablepublic static Column all()
Copyright © 2017. All rights reserved.