com.joanju.cg.codegen
Class LongSignature

java.lang.Object
  extended by com.joanju.cg.codegen.LongSignature

public class LongSignature
extends java.lang.Object

Package vis class with methods for generating long signature for Call or Procedure.


Constructor Summary
LongSignature()
           
 
Method Summary
static boolean signaturesMatch(int procSigId, int callSigId)
          Check if signatures match, allowing for things like indeterminate datatypes and extents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongSignature

public LongSignature()
Method Detail

signaturesMatch

public static boolean signaturesMatch(int procSigId,
                                      int callSigId)
                               throws java.sql.SQLException
Check if signatures match, allowing for things like indeterminate datatypes and extents.

Throws:
java.sql.SQLException


Copyright © 2008 Joanju Software. All Rights Reserved.