*/
protected void createSPSSet(TransactionController tc, boolean net, UUID schemaID)
throws StandardException
{
Properties p = getQueryDescriptions(net);
Enumeration e = p.keys();
//statement will get compiled on first execution
//Note: Don't change this to FALSE LCC is not available for compiling
boolean nocompile = true;
while (e.hasMoreElements())