Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回列的限定名称。
String ResultSetMetadata.getQualifiedName( int column_no ) throws ULjException
column_no 选择列表中的列数(基数为 1)。
如果列不具有限定名称,则返回空值;否则,返回列的限定名称。
如果 ResultSet 列引用表中的列,则返回的名称是由相关名(如果未指定相关名则为表名)后跟表中该列的名称所构成的复合名称。
当 ResultSet 列不引用表中的列且未指定别名时,返回别名。