Package org.apache.derby.catalog.types

Examples of org.apache.derby.catalog.types.RoutineAliasInfo.calledOnNullInput()


            newParamTypes,
            oldAliasInfo.getParameterModes(),
            oldAliasInfo.getMaxDynamicResultSets(),
            oldAliasInfo.getParameterStyle(),
            oldAliasInfo.getSQLAllowed(),
            oldAliasInfo.calledOnNullInput(),
            typeDescriptorWithCorrectCollation(oldAliasInfo.getReturnType()));
      }
    }
    // Procedures and functions do not check class or method validity until
    // runtime execution. Synonyms do need some validity checks.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.