| java.lang.Object org.apache.derby.iapi.sql.dictionary.TupleDescriptor org.apache.derby.iapi.sql.dictionary.FileInfoDescriptor
JAR_FILE_TYPE | final public static int JAR_FILE_TYPE(Code) | | A type tho indicate the file is a jar file *
|
FileInfoDescriptor | public FileInfoDescriptor(DataDictionary dataDictionary, UUID id, SchemaDescriptor sd, String sqlName, long generationId)(Code) | | Constructor for a FileInfoDescriptor.
Parameters: dataDictionary - The data dictionary that this descriptor lives in Parameters: id - The id for this file Parameters: sd - The schema for this file. Parameters: sqlName - The SQL name of this file. Parameters: generationId - The generation id for theversion of the file this describes. |
getGenerationId | public long getGenerationId()(Code) | | Gets the generationId for the current version of this file. The
triple (schemaName,SQLName,generationId) are unique for the
life of this database.
the generationId for this file |
|
|