supportsColumnAliasing()
Syntax:
boolean supportsColumnAliasing()
                               throws SQLException
                                        Description:
Retrieves whether this database supports column aliasing.
If so, the SQL AS clause can be used to provide names for computed columns or to provide alias names for columns as required.
Returns:
true if so; false otherwise
Throws:
SQLException - if a database access error occurs