Creates images table in given database. Adds syncs table if argument
sync is .true., and transfers table if argument transfer is
.true..
The function returns the following error codes:
E_DB_EXEC if table or index creation failed.E_NULL if the database is not connected.E_READ_ONLY if database is opened read-only.| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| logical, | intent(in), | optional | :: | sync |
Add table |
|
| logical, | intent(in), | optional | :: | transfer |
Add table |