Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc.VariableTable
-
Packages that use VariableTable Package Description com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc -
-
Uses of VariableTable in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc
Methods in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc with parameters of type VariableTable Modifier and Type Method Description voidVariableTable. merge(VariableTable other)Merges the specified variable table (other) into this variable table.Constructors in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc with parameters of type VariableTable Constructor Description VariableTable(VariableTable other)Create a variable table initialized with the entries of the other variable table.
-