command export_jdbc_transform

typeside t
schema s : t
instance i1 : s
instance i2 : s
transform h : i1 -> i2
----------------------------------
command (export_jdbc_transform h  "jdbc_string" "prefix")
	
Exports a transform using JDBC. There will be a two-column table prefixed for each entity en. The two columns will be srcidcol and dstidcol , where idcol is the ID column name set in the options. When the [jdbcclass] and [jdbcuri] are the empty string, their values will be determined by the jdbc_default_class and jdbc_default_string options. See varchar_length, and start_ids_at. Note that start_ids_at is not inherited from the source instance. Can take two option blocks.

Appears in:

JDBCSQL

Options:

always_reload
id_column_name
jdbc_default_class
jdbc_default_string
jdbc_quote_char
num_threads
start_ids_at
talg_reduction
timeout
varchar_length