Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
FTVAL.getFile
Gets a file name that holds the data for this
FTVAL
.Syntax
public String getFile() throws ExceptionReturns
This method returns the pathname of the file from which you can retrieve the data associated with this
FTVAL
. This variable might be represented as a file, using aurl
column, or as a binary or character data type in the database.Throws
Exception
- Sometimes,
getFile
has to create a temporary file. An exception is thrown when you do not have permission to create this temporary file or there is insufficent disk space to do so.
Home > Contents > Index > Oracle JAVA Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.