Question
Significance of new int[]{0} in Query Spec
What is the significance of new int[]{0} in appendWhere of
querySpec.appendWhere(
new SearchCondition(EPMDocument.class, "master>number", SearchCondition.EQUAL, number, true),
new int[] { 0 });
What is the significance of new int[]{0} in appendWhere of
querySpec.appendWhere(
new SearchCondition(EPMDocument.class, "master>number", SearchCondition.EQUAL, number, true),
new int[] { 0 });
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.