|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column | |
---|---|
isql.expression | |
isql.util |
Uses of Column in isql.expression |
---|
Methods in isql.expression with parameters of type Column | |
---|---|
boolean[] |
When.apply(Column test)
Compares the column values with the given constant using the given operator, |
Constructors in isql.expression with parameters of type Column | |
---|---|
CaseExpression(Column test,
IExpression expElse,
java.util.List<WhenThen> lstWhenThen)
|
|
ColumnExpressionSimple(Column column)
|
Uses of Column in isql.util |
---|
Methods in isql.util that return Column | |
---|---|
static Column |
JUnitISQL.buildNumericalColumn(java.lang.String columnName,
double[] arrValues)
Converts an array of numbers (double[]) to a table column |
static Column |
JUnitISQL.buildTextColumn(java.lang.String columnName,
java.lang.String[] arrValues)
Converts an array of texts (String[]) to a table column |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |