Class PLSQLStoredFunctionCall

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Call

    public class PLSQLStoredFunctionCall
    extends PLSQLStoredProcedureCall
    Purpose: Used to define a platform independent function call. Note that not all platforms support stored functions. This supports output parameters. Functions can also be called through custom SQL.
    See Also:
    Serialized Form
    • Constructor Detail

      • PLSQLStoredFunctionCall

        public PLSQLStoredFunctionCall()
      • PLSQLStoredFunctionCall

        public PLSQLStoredFunctionCall​(DatabaseType databaseType)
      • PLSQLStoredFunctionCall

        public PLSQLStoredFunctionCall​(DatabaseType databaseType,
                                       int length)
      • PLSQLStoredFunctionCall

        public PLSQLStoredFunctionCall​(DatabaseType databaseType,
                                       int length,
                                       int scale)