Uses of Interface
io.ciera.tool.sql.ooaofooa.value.V_BIN
-
Packages that use V_BIN Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.value io.ciera.tool.sql.ooaofooa.value.impl -
-
Uses of V_BIN in io.ciera.tool
Methods in io.ciera.tool with parameters of type V_BIN Modifier and Type Method Description voidSql. relate_R801_V_BIN_is_a_Value(V_BIN form, Value part)voidSql. relate_R802_V_BIN_has_left_Value(V_BIN form, Value part)voidSql. relate_R803_V_BIN_has_right_Value(V_BIN form, Value part)voidSqlSqlLoader. serialize_V_BIN(V_BIN v_bin_inst, PrintStream out)voidSql. unrelate_R801_V_BIN_is_a_Value(V_BIN form, Value part)voidSql. unrelate_R802_V_BIN_has_left_Value(V_BIN form, Value part)voidSql. unrelate_R803_V_BIN_has_right_Value(V_BIN form, Value part) -
Uses of V_BIN in io.ciera.tool.sql.ooaofooa.value
Methods in io.ciera.tool.sql.ooaofooa.value that return V_BIN Modifier and Type Method Description V_BINValue. R801_is_a_V_BIN()V_BINValue. R802_is_left_operand_to_V_BIN()V_BINValue. R803_is_right_operand_to_V_BIN()Methods in io.ciera.tool.sql.ooaofooa.value with parameters of type V_BIN Modifier and Type Method Description default voidValue. setR801_is_a_V_BIN(V_BIN inst)default voidValue. setR802_is_left_operand_to_V_BIN(V_BIN inst)default voidValue. setR803_is_right_operand_to_V_BIN(V_BIN inst) -
Uses of V_BIN in io.ciera.tool.sql.ooaofooa.value.impl
Classes in io.ciera.tool.sql.ooaofooa.value.impl that implement V_BIN Modifier and Type Class Description classV_BINImplFields in io.ciera.tool.sql.ooaofooa.value.impl declared as V_BIN Modifier and Type Field Description static V_BINV_BINImpl. EMPTY_V_BINMethods in io.ciera.tool.sql.ooaofooa.value.impl that return V_BIN Modifier and Type Method Description static V_BINV_BINImpl. create(Sql context)static V_BINV_BINImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Value_ID, io.ciera.runtime.summit.types.UniqueId ref_Right_Value_ID, io.ciera.runtime.summit.types.UniqueId ref_Left_Value_ID, String m_Operator)V_BINV_BINSetImpl. nullElement()V_BINV_BINImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)V_BINValueImpl. R801_is_a_V_BIN()V_BINValueImpl. R802_is_left_operand_to_V_BIN()V_BINValueImpl. R803_is_right_operand_to_V_BIN()V_BINV_BINImpl. self()Methods in io.ciera.tool.sql.ooaofooa.value.impl that return types with arguments of type V_BIN Modifier and Type Method Description List<V_BIN>V_BINSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.value.impl with parameters of type V_BIN Modifier and Type Method Description voidValueImpl. setR801_is_a_V_BIN(V_BIN inst)voidValueImpl. setR802_is_left_operand_to_V_BIN(V_BIN inst)voidValueImpl. setR803_is_right_operand_to_V_BIN(V_BIN inst)Method parameters in io.ciera.tool.sql.ooaofooa.value.impl with type arguments of type V_BIN Modifier and Type Method Description V_BINSetV_BINSetImpl. emptySet(Comparator<? super V_BIN> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.value.impl with type arguments of type V_BIN Constructor Description V_BINSetImpl(Comparator<? super V_BIN> comp)
-