Class FileInfoDescriptor

    • Field Detail

      • JAR_FILE_TYPE

        public static final int JAR_FILE_TYPE
        A type tho indicate the file is a jar file
        See Also:
        Constant Field Values
      • id

        private final UUID id
        external interface to this class:
        1. public long getGenerationId();
      • sqlName

        private final java.lang.String sqlName
      • generationId

        private final long generationId
    • Constructor Detail

      • FileInfoDescriptor

        public FileInfoDescriptor​(DataDictionary dataDictionary,
                                  UUID id,
                                  SchemaDescriptor sd,
                                  java.lang.String sqlName,
                                  long generationId)
        Constructor for a FileInfoDescriptor.
        Parameters:
        dataDictionary - The data dictionary that this descriptor lives in
        id - The id for this file
        sd - The schema for this file.
        sqlName - The SQL name of this file.
        generationId - The generation id for the version of the file this describes.