public static class CMISQLQueryMaker.SqlColumn extends Object
Modifier and Type | Field and Description |
---|---|
Column |
column
Column used to get the value from the result set.
|
String |
key
Key for the value returned to the caller.
|
String |
sql
Column name or expression passed to SQL statement.
|
Constructor and Description |
---|
CMISQLQueryMaker.SqlColumn(String sql,
Column column,
String key) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.