It would be great if we could use an SQL query, such as a database view, to get a list of all fields in all tables in a file geodatabase, including the field properties.
That would help with data management requirements like Identify Feature Classes with 64-bit ObjectID.
For reference, this can be done in enterprise geodatabases by querying the geodatabase system tables. Or by querying a native database table/view such as Oracle's USER_TAB_COLUMNS.
