sun.com/docs/books/jls/second_edition/html/names.doc.html#25430 for the details.
@return Strings like "int", "java.lang.String", "java.io.File[]". Never null.
sun.com/docs/books/jls/second_edition/html/names.doc.html#25430 for the details.
@return Strings like "int", "java.lang.String", "java.io.File[]". Never null.
Returns the full named of this column: the id as a string. The column's name may not be unique, but the full name should be unique.
For SQL columns, this is a string of the form "table_name.column_name". To retrieve just the column name, use getName.
@return the full name; this is the same as the id as a string
@see #getName
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.