This method returns all the column names in a table in one string with the column names seperated by a comma.
    Jaguar::List getTableColumnNames
    (
        in string userName,
        in string password,
        in string severName,
        in string tableName,
        in long dataBaseType
    );
This method returns all the table names in one string with the table names seperated by a comma.
    Jaguar::List getTableNames
    (
        in string userName,
        in string password,
        in string severName,
        in long dataBaseType
    );
This method attempts to check if the Connection Cache can establish a valid connection
    boolean validConnection
    (
        in string userName,
        in string password,
        in string severName,
        in long dataBaseType
    );