BookRags.com Literature Guides Literature
Guides
Criticism & Essays Criticism &
Essays
Questions & Answers Questions &
Answers
Lesson Plans Lesson
Plans
My Bibliography Periodic Table U.S. Presidents Shakespeare Sonnet Shake-Up
Research Anything:        
History | Encyclopedias | Films | News | Create a Bibliography | More... Login | Register | Help
Not What You Meant?  There are 7 definitions for FQ.

Fully qualified name

Print-Friendly
About 1 pages (313 words)

Bookmark and Share Questions on this topic? Just ask!

In computer programming, a fully qualified name is an unambiguous name that specifies which object, function, or variable a call refers to absolutely. To fully-qualify most often means to explicitly refer to namespaces that would otherwise be implicit because of the scope of the call. While always done to eliminate ambiguity, this can mean numerous things largely dependent on context:

  • In the sense of SQL it might mean to explicitly mention the database and schema:
-- Not SELECT * FROM table
SELECT * FROM database.schema.table

  • In the sense of Perl a fully qualified scalar is listed as:
# Not print $scalar
print $main::scalar # Where main is the package of $scalar

# Not sh ./foo/bar/baz.sh in /home/user/quz (relative pathname)
sh /home/user/quz/foo/bar/baz.sh

  • In the sense of intranet's IP address it might refer to an explicit network portion of the address in combination with the host portion as fully qualified.

  • In the sense of domain name the domain name is explicitly suffixed with a dot, to eliminate the step of resolving, and to ensure that no additional suffix is added. See FQDN for more information.
# Not wikipedia.com
wikipedia.com.

  • Lastly, an example in the style of Wikipedia, how to qualify the Wikimedia project (Wikipedia), and the language (English):
[[Wikipedia]]
[[w:en:Wikipedia]]

  • In XML, a qualified name (QName) is the name of an XML element disambiguated using the XML namespace. For example,
<stucturalelement xmlns:'http://fictional.uri.org/schema'>Element Value</structuralelement>

To distinguish a fully qualified name from a regular name, C++, Tcl, and Perl use two colons (::), and Java uses dots (.). In Java, ActionScript (programming language used by Adobe Flash programmers), and other object-oriented languages the use of the dot is known as "dot syntax". Another example is the fully qualified domain name.

View More Summaries on Fully qualified name
 
Ask any question on Fully qualified name and get it answered FAST!
Answer questions in BookRags Q&A and earn points toward
discounted or even FREE Study Guides and other BookRags products!
Learn more about BookRags Q&A
Copyrights
Fully qualified name from Wíkipedia. ©2006 by Wíkipedia. Licensed under the GNU Free Documentation License. View a list of authors or edit this article.

Article Navigation
Join BookRagslearn moreJoin BookRags




About BookRags | Customer Service | Report an Error | Terms of Use | Privacy Policy