fbsql_list_dbs() will return a result pointer containing the databases available from the current fbsql daemon. Use the fbsql_tablename() function to traverse this result pointer.
上の例の出力は以下のようになります。
注意 上記のコードは、fbsql_fetch_row()または他の類 似の関数でも簡単に同じことが可能です。