Interface DBQuery.Column
- 
- All Superinterfaces:
 DBQuery.SQLClause
- Enclosing class:
 - DBQuery
 
public static interface DBQuery.Column extends DBQuery.SQLClause
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()SQLTypegetType()- 
Methods inherited from interface com.inductiveautomation.ignition.gateway.datasource.query.DBQuery.SQLClause
appendSQL 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getName
java.lang.String getName()
 
- 
getType
SQLType getType()
 
 - 
 
 -