Interface DBQuery.Column
- 
- All Superinterfaces:
- DBQuery.SQLClause
 - Enclosing class:
- DBQuery
 
 public static interface DBQuery.Column extends DBQuery.SQLClause 
- 
- 
Method SummaryAll 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.SQLClauseappendSQL
 
- 
 
- 
- 
- 
Method Detail- 
getNamejava.lang.String getName() 
 - 
getTypeSQLType getType() 
 
- 
 
-