public abstract class SqlColumn extends Object
| Modifier and Type | Method and Description |
|---|---|
SqlColumn |
fromTable(SqlTable targetTable) |
String |
name() |
protected abstract SqlColumn |
newColumFromAlias(SqlTable targetTable) |
SqlTable |
table() |
String |
toSql() |
String |
toString() |
Copyright © 2019. All rights reserved.