Package org.h2.schema

Class UserDefinedFunction

    • Field Detail

      • className

        java.lang.String className
    • Constructor Detail

      • UserDefinedFunction

        UserDefinedFunction​(Schema newSchema,
                            int id,
                            java.lang.String name,
                            int traceModuleId)
    • Method Detail

      • getCreateSQLForCopy

        public final java.lang.String getCreateSQLForCopy​(Table table,
                                                          java.lang.String quotedName)
        Description copied from class: DbObject
        Build a SQL statement to re-create the object, or to create a copy of the object with a different name or referencing a different table
        Specified by:
        getCreateSQLForCopy in class DbObject
        Parameters:
        table - the new table
        quotedName - the quoted name
        Returns:
        the SQL statement
      • checkRename

        public final void checkRename()
        Description copied from class: DbObject
        Check if renaming is allowed. Does nothing when allowed.
        Overrides:
        checkRename in class DbObject
      • getJavaClassName

        public final java.lang.String getJavaClassName()