| Offset 1, 6 lines modified | Offset 1, 6 lines modified | ||
| 1 | · | 1 | ·96d6f898ca5061855a0c4706d5e3b594·53528·java·optional·jython-stilts_3.1.5-1_all.deb | 
| 2 | ·c12913af58d6914ab1c74a8ddf027313·1229848·doc·optional·starlink-ttools-java-doc_3.1.5-1_all.deb | 2 | ·c12913af58d6914ab1c74a8ddf027313·1229848·doc·optional·starlink-ttools-java-doc_3.1.5-1_all.deb | 
| 3 | ·a8fba9b555fdfd283f44f9680fb3df59·3540212·java·optional·starlink-ttools-java_3.1.5-1_all.deb | ||
| 4 | · | 3 | ·a22ed7f9b7dc3c60f0cb12e7e0b11cf3·3539720·java·optional·starlink-ttools-java_3.1.5-1_all.deb | 
| 4 | ·d1658c830bac49c01eec1b9bddba4cfd·1369348·doc·optional·stilts-doc_3.1.5-1_all.deb | ||
| 5 | ·551deff197f9a6cc882438521dbc2ad3·179256·science·optional·stilts_3.1.5-1_all.deb | 5 | ·551deff197f9a6cc882438521dbc2ad3·179256·science·optional·stilts_3.1.5-1_all.deb | 
| Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
| 1 | -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary | 
| 2 | -rw-r--r--···0········0········0·····1348·2018-11-06·10:48:10.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····1348·2018-11-06·10:48:10.000000·control.tar.xz | 
| 3 | -rw-r--r--···0········0········0····5 | 3 | -rw-r--r--···0········0········0····51988·2018-11-06·10:48:10.000000·data.tar.xz | 
| Offset 1298, 15 lines modified | Offset 1298, 15 lines modified | ||
| 1298 | ········env·=·_JyEnvironment() | 1298 | ········env·=·_JyEnvironment() | 
| 1299 | ········env.setValue('format',·_map_env_value(format)) | 1299 | ········env.setValue('format',·_map_env_value(format)) | 
| 1300 | ········env.setValue('client',·_map_env_value(client)) | 1300 | ········env.setValue('client',·_map_env_value(client)) | 
| 1301 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 1301 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 
| 1302 | ········consumer·=·mode.createConsumer(env) | 1302 | ········consumer·=·mode.createConsumer(env) | 
| 1303 | ········_check_unused_args(env) | 1303 | ········_check_unused_args(env) | 
| 1304 | ········consumer.consume(self) | 1304 | ········consumer.consume(self) | 
| 1305 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 1305 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): | 
| 1306 | ········'''\ | 1306 | ········'''\ | 
| 1307 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 1307 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 
| 1308 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 1308 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 
| 1309 | ···· | 1309 | ···· | 
| 1310 | ····Parameters: | 1310 | ····Parameters: | 
| 1311 | ···· | 1311 | ···· | 
| 1312 | ·······protocol·=·<jdbc-protocol>·······(String) | 1312 | ·······protocol·=·<jdbc-protocol>·······(String) | 
| Offset 1348, 15 lines modified | Offset 1348, 15 lines modified | ||
| 1348 | ················of·columns)·for·the·data·being·written. | 1348 | ················of·columns)·for·the·data·being·written. | 
| 1349 | ···· | 1349 | ···· | 
| 1350 | ··········[Default:·create] | 1350 | ··········[Default:·create] | 
| 1351 | ···· | 1351 | ···· | 
| 1352 | ·······user·=·<username>·······(String) | 1352 | ·······user·=·<username>·······(String) | 
| 1353 | ··········User·name·for·the·SQL·connection·to·the·database. | 1353 | ··········User·name·for·the·SQL·connection·to·the·database. | 
| 1354 | ···· | 1354 | ···· | 
| 1355 | ··········[Default:·pbuilder | 1355 | ··········[Default:·pbuilder2] | 
| 1356 | ···· | 1356 | ···· | 
| 1357 | ·······password·=·<passwd>·······(String) | 1357 | ·······password·=·<passwd>·······(String) | 
| 1358 | ··········Password·for·the·SQL·connection·to·the·database. | 1358 | ··········Password·for·the·SQL·connection·to·the·database. | 
| 1359 | ····''' | 1359 | ····''' | 
| 1360 | ········env·=·_JyEnvironment() | 1360 | ········env·=·_JyEnvironment() | 
| 1361 | ········env.setValue('protocol',·_map_env_value(protocol)) | 1361 | ········env.setValue('protocol',·_map_env_value(protocol)) | 
| 1362 | ········env.setValue('db',·_map_env_value(db)) | 1362 | ········env.setValue('db',·_map_env_value(db)) | 
| Offset 3857, 15 lines modified | Offset 3857, 15 lines modified | ||
| 3857 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 3857 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 
| 3858 | ······as·well·for·the·connection·to·be·made. | 3858 | ······as·well·for·the·connection·to·be·made. | 
| 3859 | ···user·=·<value>·······(String) | 3859 | ···user·=·<value>·······(String) | 
| 3860 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 3860 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 
| 3861 | ······current·username. | 3861 | ······current·username. | 
| 3862 | ······[Default:·pbuilder | 3862 | ······[Default:·pbuilder2] | 
| 3863 | ···password·=·<value>·······(String) | 3863 | ···password·=·<value>·······(String) | 
| 3864 | ······Password·for·logging·in·to·SQL·database. | 3864 | ······Password·for·logging·in·to·SQL·database. | 
| 3865 | ···sql·=·<sql>·······(String) | 3865 | ···sql·=·<sql>·······(String) | 
| 3866 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 3866 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 
| 3867 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 3867 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 
| Offset 4063, 15 lines modified | Offset 4063, 15 lines modified | ||
| 4063 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4063 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 
| 4064 | ······as·well·for·the·connection·to·be·made. | 4064 | ······as·well·for·the·connection·to·be·made. | 
| 4065 | ···user·=·<value>·······(String) | 4065 | ···user·=·<value>·······(String) | 
| 4066 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4066 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 
| 4067 | ······current·username. | 4067 | ······current·username. | 
| 4068 | ······[Default:·pbuilder | 4068 | ······[Default:·pbuilder2] | 
| 4069 | ···password·=·<value>·······(String) | 4069 | ···password·=·<value>·······(String) | 
| 4070 | ······Password·for·logging·in·to·SQL·database. | 4070 | ······Password·for·logging·in·to·SQL·database. | 
| 4071 | ···dbtable·=·<table-name>·······(String) | 4071 | ···dbtable·=·<table-name>·······(String) | 
| 4072 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 4072 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 
| 4073 | ······remote·data. | 4073 | ······remote·data. | 
| Offset 4171, 15 lines modified | Offset 4171, 15 lines modified | ||
| 4171 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4171 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 
| 4172 | ······as·well·for·the·connection·to·be·made. | 4172 | ······as·well·for·the·connection·to·be·made. | 
| 4173 | ···user·=·<value>·······(String) | 4173 | ···user·=·<value>·······(String) | 
| 4174 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4174 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 
| 4175 | ······current·username. | 4175 | ······current·username. | 
| 4176 | ······[Default:·pbuilder | 4176 | ······[Default:·pbuilder2] | 
| 4177 | ···password·=·<value>·······(String) | 4177 | ···password·=·<value>·······(String) | 
| 4178 | ······Password·for·logging·in·to·SQL·database. | 4178 | ······Password·for·logging·in·to·SQL·database. | 
| 4179 | ···select·=·<select-stmt>·······(String) | 4179 | ···select·=·<select-stmt>·······(String) | 
| 4180 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 4180 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 
| 4181 | ······statement·to·identify·which·rows·undergo·updates. | 4181 | ······statement·to·identify·which·rows·undergo·updates. | 
| Offset 6556, 15 lines modified | Offset 6556, 15 lines modified | ||
| 6556 | ···parallel·=·<int-value>·······(Integer) | 6556 | ···parallel·=·<int-value>·······(Integer) | 
| 6557 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 6557 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 
| 6558 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 6558 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 
| 6559 | ······is·supplied.·The·default·value·is·the·number·of·processors | 6559 | ······is·supplied.·The·default·value·is·the·number·of·processors | 
| 6560 | ······apparently·available·to·the·JVM. | 6560 | ······apparently·available·to·the·JVM. | 
| 6561 | ······[Default:·1 | 6561 | ······[Default:·15] | 
| 6562 | ···xlog·=·true|false·······(Boolean) | 6562 | ···xlog·=·true|false·······(Boolean) | 
| 6563 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 6563 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 
| 6564 | ······true·it·is·logarithmic. | 6564 | ······true·it·is·logarithmic. | 
| 6565 | ······[Default:·false] | 6565 | ······[Default:·false] | 
| Offset 7192, 15 lines modified | Offset 7192, 15 lines modified | ||
| 7192 | ···parallel·=·<int-value>·······(Integer) | 7192 | ···parallel·=·<int-value>·······(Integer) | 
| 7193 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7193 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 
| 7194 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7194 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 
| 7195 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7195 | ······is·supplied.·The·default·value·is·the·number·of·processors | 
| 7196 | ······apparently·available·to·the·JVM. | 7196 | ······apparently·available·to·the·JVM. | 
| 7197 | ······[Default:·1 | 7197 | ······[Default:·15] | 
| 7198 | ···projection·=·sin|aitoff|car······· | 7198 | ···projection·=·sin|aitoff|car······· | 
| 7199 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) | 7199 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) | 
| 7200 | ······Sky·projection·used·to·display·the·plot. | 7200 | ······Sky·projection·used·to·display·the·plot. | 
| 7201 | ······The·available·options·are: | 7201 | ······The·available·options·are: | 
| Offset 7772, 15 lines modified | Offset 7772, 15 lines modified | ||
| 7772 | ···parallel·=·<int-value>·······(Integer) | 7772 | ···parallel·=·<int-value>·······(Integer) | 
| 7773 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7773 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 
| 7774 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7774 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 
| 7775 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7775 | ······is·supplied.·The·default·value·is·the·number·of·processors | 
| 7776 | ······apparently·available·to·the·JVM. | 7776 | ······apparently·available·to·the·JVM. | 
| 7777 | ······[Default:·1 | 7777 | ······[Default:·15] | 
| 7778 | ···xlog·=·true|false·······(Boolean) | 7778 | ···xlog·=·true|false·······(Boolean) | 
| 7779 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 7779 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 
| 7780 | ······true·it·is·logarithmic. | 7780 | ······true·it·is·logarithmic. | 
| 7781 | ······[Default:·false] | 7781 | ······[Default:·false] | 
| Max diff block lines reached; 2429/7081 bytes (34.30%) of diff not shown. | |||
| Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
| 1 | -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary | 
| 2 | -rw-r--r--···0········0········0·····1140·2018-11-06·10:48:10.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····1140·2018-11-06·10:48:10.000000·control.tar.xz | 
| 3 | -rw-r--r--···0········0········0··3538 | 3 | -rw-r--r--···0········0········0··3538388·2018-11-06·10:48:10.000000·data.tar.xz | 
| Offset 2, 9 lines modified | Offset 2, 9 lines modified | ||
| 2 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/ | 2 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/ | 
| 3 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/ | 3 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/ | 
| 4 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/doc/ | 4 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/doc/ | 
| 5 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/doc/starlink-ttools-java/ | 5 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/doc/starlink-ttools-java/ | 
| 6 | -rw-r--r--···0·root·········(0)·root·········(0)······774·2018-11-06·10:48:10.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz | 6 | -rw-r--r--···0·root·········(0)·root·········(0)······774·2018-11-06·10:48:10.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz | 
| 7 | -rw-r--r--···0·root·········(0)·root·········(0)·····2745·2017-04-11·07:48:55.000000·./usr/share/doc/starlink-ttools-java/copyright | 7 | -rw-r--r--···0·root·········(0)·root·········(0)·····2745·2017-04-11·07:48:55.000000·./usr/share/doc/starlink-ttools-java/copyright | 
| 8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/java/ | 8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/java/ | 
| 9 | -rw-r--r--···0·root·········(0)·root·········(0)··396275 | 9 | -rw-r--r--···0·root·········(0)·root·········(0)··3962750·2018-11-06·10:48:10.000000·./usr/share/java/starlink-ttools-3.1.5.jar | 
| 10 | lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.1.5.jar | 10 | lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.1.5.jar | 
| Offset 1, 8 lines modified | Offset 1, 8 lines modified | ||
| 1 | Zip·file·size:·396275 | 1 | Zip·file·size:·3962750·bytes,·number·of·entries:·2798 | 
| 2 | drwxr-xr-x··2.0·unx········0·bx·stor·18-Nov-06·10:48·META-INF/ | 2 | drwxr-xr-x··2.0·unx········0·bx·stor·18-Nov-06·10:48·META-INF/ | 
| 3 | -rw-r--r--··2.0·unx······533·b-·defN·18-Nov-06·10:48·META-INF/MANIFEST.MF | 3 | -rw-r--r--··2.0·unx······533·b-·defN·18-Nov-06·10:48·META-INF/MANIFEST.MF | 
| 4 | drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·cds/ | 4 | drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·cds/ | 
| 5 | drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·cds/tools/ | 5 | drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·cds/tools/ | 
| 6 | -rw-r--r--··2.0·unx······344·b-·defN·18-Nov-06·10:48·cds/tools/ExtApp.class | 6 | -rw-r--r--··2.0·unx······344·b-·defN·18-Nov-06·10:48·cds/tools/ExtApp.class | 
| 7 | -rw-r--r--··2.0·unx···415476·b-·defN·18-Nov-06·10:48·stilts.py | 7 | -rw-r--r--··2.0·unx···415476·b-·defN·18-Nov-06·10:48·stilts.py | 
| 8 | drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·uk/ | 8 | drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·uk/ | 
| Offset 2793, 8 lines modified | Offset 2793, 8 lines modified | ||
| 2793 | -rw-r--r--··2.0·unx·····4942·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintContext.class | 2793 | -rw-r--r--··2.0·unx·····4942·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintContext.class | 
| 2794 | -rw-r--r--··2.0·unx·····2783·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class | 2794 | -rw-r--r--··2.0·unx·····2783·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class | 
| 2795 | -rw-r--r--··2.0·unx······396·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintException.class | 2795 | -rw-r--r--··2.0·unx······396·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintException.class | 
| 2796 | -rw-r--r--··2.0·unx·····5087·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLinter.class | 2796 | -rw-r--r--··2.0·unx·····5087·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLinter.class | 
| 2797 | -rw-r--r--··2.0·unx·····4743·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.0.dtd | 2797 | -rw-r--r--··2.0·unx·····4743·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.0.dtd | 
| 2798 | -rw-r--r--··2.0·unx·····5044·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.1.dtd | 2798 | -rw-r--r--··2.0·unx·····5044·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.1.dtd | 
| 2799 | -rw-r--r--··2.0·unx·····5534·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.2.dtd | 2799 | -rw-r--r--··2.0·unx·····5534·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.2.dtd | 
| 2800 | 2798·files,·8086740·bytes·uncompressed,·344409 | 2800 | 2798·files,·8086740·bytes·uncompressed,·3444092·bytes·compressed:··57.4% | 
| Offset 1298, 15 lines modified | Offset 1298, 15 lines modified | ||
| 1298 | ········env·=·_JyEnvironment() | 1298 | ········env·=·_JyEnvironment() | 
| 1299 | ········env.setValue('format',·_map_env_value(format)) | 1299 | ········env.setValue('format',·_map_env_value(format)) | 
| 1300 | ········env.setValue('client',·_map_env_value(client)) | 1300 | ········env.setValue('client',·_map_env_value(client)) | 
| 1301 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 1301 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 
| 1302 | ········consumer·=·mode.createConsumer(env) | 1302 | ········consumer·=·mode.createConsumer(env) | 
| 1303 | ········_check_unused_args(env) | 1303 | ········_check_unused_args(env) | 
| 1304 | ········consumer.consume(self) | 1304 | ········consumer.consume(self) | 
| 1305 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 1305 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): | 
| 1306 | ········'''\ | 1306 | ········'''\ | 
| 1307 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 1307 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 
| 1308 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 1308 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 
| 1309 | ···· | 1309 | ···· | 
| 1310 | ····Parameters: | 1310 | ····Parameters: | 
| 1311 | ···· | 1311 | ···· | 
| 1312 | ·······protocol·=·<jdbc-protocol>·······(String) | 1312 | ·······protocol·=·<jdbc-protocol>·······(String) | 
| Offset 1348, 15 lines modified | Offset 1348, 15 lines modified | ||
| 1348 | ················of·columns)·for·the·data·being·written. | 1348 | ················of·columns)·for·the·data·being·written. | 
| 1349 | ···· | 1349 | ···· | 
| 1350 | ··········[Default:·create] | 1350 | ··········[Default:·create] | 
| 1351 | ···· | 1351 | ···· | 
| 1352 | ·······user·=·<username>·······(String) | 1352 | ·······user·=·<username>·······(String) | 
| 1353 | ··········User·name·for·the·SQL·connection·to·the·database. | 1353 | ··········User·name·for·the·SQL·connection·to·the·database. | 
| 1354 | ···· | 1354 | ···· | 
| 1355 | ··········[Default:·pbuilder | 1355 | ··········[Default:·pbuilder2] | 
| 1356 | ···· | 1356 | ···· | 
| 1357 | ·······password·=·<passwd>·······(String) | 1357 | ·······password·=·<passwd>·······(String) | 
| 1358 | ··········Password·for·the·SQL·connection·to·the·database. | 1358 | ··········Password·for·the·SQL·connection·to·the·database. | 
| 1359 | ····''' | 1359 | ····''' | 
| 1360 | ········env·=·_JyEnvironment() | 1360 | ········env·=·_JyEnvironment() | 
| 1361 | ········env.setValue('protocol',·_map_env_value(protocol)) | 1361 | ········env.setValue('protocol',·_map_env_value(protocol)) | 
| 1362 | ········env.setValue('db',·_map_env_value(db)) | 1362 | ········env.setValue('db',·_map_env_value(db)) | 
| Offset 3857, 15 lines modified | Offset 3857, 15 lines modified | ||
| 3857 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 3857 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 
| 3858 | ······as·well·for·the·connection·to·be·made. | 3858 | ······as·well·for·the·connection·to·be·made. | 
| 3859 | ···user·=·<value>·······(String) | 3859 | ···user·=·<value>·······(String) | 
| 3860 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 3860 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 
| 3861 | ······current·username. | 3861 | ······current·username. | 
| 3862 | ······[Default:·pbuilder | 3862 | ······[Default:·pbuilder2] | 
| 3863 | ···password·=·<value>·······(String) | 3863 | ···password·=·<value>·······(String) | 
| 3864 | ······Password·for·logging·in·to·SQL·database. | 3864 | ······Password·for·logging·in·to·SQL·database. | 
| 3865 | ···sql·=·<sql>·······(String) | 3865 | ···sql·=·<sql>·······(String) | 
| 3866 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 3866 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 
| 3867 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 3867 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 
| Offset 4063, 15 lines modified | Offset 4063, 15 lines modified | ||
| 4063 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4063 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 
| 4064 | ······as·well·for·the·connection·to·be·made. | 4064 | ······as·well·for·the·connection·to·be·made. | 
| 4065 | ···user·=·<value>·······(String) | 4065 | ···user·=·<value>·······(String) | 
| 4066 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4066 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 
| 4067 | ······current·username. | 4067 | ······current·username. | 
| 4068 | ······[Default:·pbuilder | 4068 | ······[Default:·pbuilder2] | 
| 4069 | ···password·=·<value>·······(String) | 4069 | ···password·=·<value>·······(String) | 
| 4070 | ······Password·for·logging·in·to·SQL·database. | 4070 | ······Password·for·logging·in·to·SQL·database. | 
| 4071 | ···dbtable·=·<table-name>·······(String) | 4071 | ···dbtable·=·<table-name>·······(String) | 
| 4072 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 4072 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 
| 4073 | ······remote·data. | 4073 | ······remote·data. | 
| Offset 4171, 15 lines modified | Offset 4171, 15 lines modified | ||
| 4171 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4171 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 
| 4172 | ······as·well·for·the·connection·to·be·made. | 4172 | ······as·well·for·the·connection·to·be·made. | 
| 4173 | ···user·=·<value>·······(String) | 4173 | ···user·=·<value>·······(String) | 
| 4174 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4174 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 
| 4175 | ······current·username. | 4175 | ······current·username. | 
| 4176 | ······[Default:·pbuilder | 4176 | ······[Default:·pbuilder2] | 
| 4177 | ···password·=·<value>·······(String) | 4177 | ···password·=·<value>·······(String) | 
| 4178 | ······Password·for·logging·in·to·SQL·database. | 4178 | ······Password·for·logging·in·to·SQL·database. | 
| 4179 | ···select·=·<select-stmt>·······(String) | 4179 | ···select·=·<select-stmt>·······(String) | 
| 4180 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 4180 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 
| 4181 | ······statement·to·identify·which·rows·undergo·updates. | 4181 | ······statement·to·identify·which·rows·undergo·updates. | 
| Offset 6556, 15 lines modified | Offset 6556, 15 lines modified | ||
| 6556 | ···parallel·=·<int-value>·······(Integer) | 6556 | ···parallel·=·<int-value>·······(Integer) | 
| 6557 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 6557 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 
| 6558 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 6558 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 
| 6559 | ······is·supplied.·The·default·value·is·the·number·of·processors | 6559 | ······is·supplied.·The·default·value·is·the·number·of·processors | 
| 6560 | ······apparently·available·to·the·JVM. | 6560 | ······apparently·available·to·the·JVM. | 
| 6561 | ······[Default:·1 | 6561 | ······[Default:·15] | 
| 6562 | ···xlog·=·true|false·······(Boolean) | 6562 | ···xlog·=·true|false·······(Boolean) | 
| 6563 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 6563 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 
| 6564 | ······true·it·is·logarithmic. | 6564 | ······true·it·is·logarithmic. | 
| 6565 | ······[Default:·false] | 6565 | ······[Default:·false] | 
| Offset 7192, 15 lines modified | Offset 7192, 15 lines modified | ||
| 7192 | ···parallel·=·<int-value>·······(Integer) | 7192 | ···parallel·=·<int-value>·······(Integer) | 
| 7193 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7193 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 
| 7194 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7194 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 
| 7195 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7195 | ······is·supplied.·The·default·value·is·the·number·of·processors | 
| 7196 | ······apparently·available·to·the·JVM. | 7196 | ······apparently·available·to·the·JVM. | 
| 7197 | ······[Default:·1 | 7197 | ······[Default:·15] | 
| 7198 | ···projection·=·sin|aitoff|car······· | 7198 | ···projection·=·sin|aitoff|car······· | 
| 7199 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) | 7199 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) | 
| 7200 | ······Sky·projection·used·to·display·the·plot. | 7200 | ······Sky·projection·used·to·display·the·plot. | 
| 7201 | ······The·available·options·are: | 7201 | ······The·available·options·are: | 
| Offset 7772, 15 lines modified | Offset 7772, 15 lines modified | ||
| 7772 | ···parallel·=·<int-value>·······(Integer) | 7772 | ···parallel·=·<int-value>·······(Integer) | 
| 7773 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7773 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 
| 7774 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7774 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 
| 7775 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7775 | ······is·supplied.·The·default·value·is·the·number·of·processors | 
| 7776 | ······apparently·available·to·the·JVM. | 7776 | ······apparently·available·to·the·JVM. | 
| 7777 | ······[Default:·1 | 7777 | ······[Default:·15] | 
| 7778 | ···xlog·=·true|false·······(Boolean) | 7778 | ···xlog·=·true|false·······(Boolean) | 
| 7779 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 7779 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 
| 7780 | ······true·it·is·logarithmic. | 7780 | ······true·it·is·logarithmic. | 
| 7781 | ······[Default:·false] | 7781 | ······[Default:·false] | 
| Max diff block lines reached; 2429/7081 bytes (34.30%) of diff not shown. | |||
| Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
| 1 | -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary | 
| 2 | -rw-r--r--···0········0········0·····998 | 2 | -rw-r--r--···0········0········0·····9988·2018-11-06·10:48:10.000000·control.tar.xz | 
| 3 | -rw-r--r--···0········0········0··13591 | 3 | -rw-r--r--···0········0········0··1359168·2018-11-06·10:48:10.000000·data.tar.xz | 
| Offset 71, 15 lines modified | Offset 71, 15 lines modified | ||
| 71 | ···············</ul> | 71 | ···············</ul> | 
| 72 | ··············· | 72 | ··············· | 
| 73 | ···············<p>[Default:·<code>create</code>]</p> | 73 | ···············<p>[Default:·<code>create</code>]</p> | 
| 74 | ············</dd> | 74 | ············</dd> | 
| 75 | ············<dt><strong><code>user·=·<username></code>·      <em>(String)</em></strong></dt> | 75 | ············<dt><strong><code>user·=·<username></code>·      <em>(String)</em></strong></dt> | 
| 76 | ············<dd>User·name·for·the·SQL·connection·to·the·database. | 76 | ············<dd>User·name·for·the·SQL·connection·to·the·database. | 
| 77 | ··············· | 77 | ··············· | 
| 78 | ···············<p>[Default:·<code>pbuilder | 78 | ···············<p>[Default:·<code>pbuilder2</code>]</p> | 
| 79 | ············</dd> | 79 | ············</dd> | 
| 80 | ············<dt><strong><code>password·=·<passwd></code>·      <em>(String)</em></strong></dt> | 80 | ············<dt><strong><code>password·=·<passwd></code>·      <em>(String)</em></strong></dt> | 
| 81 | ············<dd>Password·for·the·SQL·connection·to·the·database. | 81 | ············<dd>Password·for·the·SQL·connection·to·the·database. | 
| 82 | ···············</dd> | 82 | ···············</dd> | 
| 83 | ·········</dl> | 83 | ·········</dl> | 
| 84 | ······</p> | 84 | ······</p> | 
| 85 | ······<hr><a·href="match.html">Next</a>·<a·href="mode-topcat.html">Previous</a>·<a·href="outModes.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="match.html">Crossmatching</a><br> | 85 | ······<hr><a·href="match.html">Next</a>·<a·href="mode-topcat.html">Previous</a>·<a·href="outModes.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="match.html">Crossmatching</a><br> | 
| Offset 623, 15 lines modified | Offset 623, 15 lines modified | ||
| 623 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 623 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 
| 624 | ···············if·animation·output·is·being·produced. | 624 | ···············if·animation·output·is·being·produced. | 
| 625 | ···············Only·used·if·the·<code>animate</code> | 625 | ···············Only·used·if·the·<code>animate</code> | 
| 626 | ···············parameter·is·supplied. | 626 | ···············parameter·is·supplied. | 
| 627 | ···············The·default·value·is·the·number·of·processors·apparently | 627 | ···············The·default·value·is·the·number·of·processors·apparently | 
| 628 | ···············available·to·the·JVM. | 628 | ···············available·to·the·JVM. | 
| 629 | ··············· | 629 | ··············· | 
| 630 | ···············<p>[Default:·<code>1 | 630 | ···············<p>[Default:·<code>15</code>]</p> | 
| 631 | ············</dd> | 631 | ············</dd> | 
| 632 | ············<dt><strong><code>phi·=·<degrees></code>·      <em>(Double)</em></strong></dt> | 632 | ············<dt><strong><code>phi·=·<degrees></code>·      <em>(Double)</em></strong></dt> | 
| 633 | ············<dd>First·of·the·Euler·angles,·in·the·ZXZ·sequence, | 633 | ············<dd>First·of·the·Euler·angles,·in·the·ZXZ·sequence, | 
| 634 | ···············defining·the·rotation·of·the·plotted·3d·space. | 634 | ···············defining·the·rotation·of·the·plotted·3d·space. | 
| 635 | ···············Units·are·degrees. | 635 | ···············Units·are·degrees. | 
| 636 | ···············This·is·the·rotation·around·the·initial·Z·axis·applied·before | 636 | ···············This·is·the·rotation·around·the·initial·Z·axis·applied·before | 
| 637 | ···············the·plot·is·viewed. | 637 | ···············the·plot·is·viewed. | 
| Offset 694, 15 lines modified | Offset 694, 15 lines modified | ||
| 694 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 694 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 
| 695 | ···············if·animation·output·is·being·produced. | 695 | ···············if·animation·output·is·being·produced. | 
| 696 | ···············Only·used·if·the·<code>animate</code> | 696 | ···············Only·used·if·the·<code>animate</code> | 
| 697 | ···············parameter·is·supplied. | 697 | ···············parameter·is·supplied. | 
| 698 | ···············The·default·value·is·the·number·of·processors·apparently | 698 | ···············The·default·value·is·the·number·of·processors·apparently | 
| 699 | ···············available·to·the·JVM. | 699 | ···············available·to·the·JVM. | 
| 700 | ··············· | 700 | ··············· | 
| 701 | ···············<p>[Default:·<code>1 | 701 | ···············<p>[Default:·<code>15</code>]</p> | 
| 702 | ············</dd> | 702 | ············</dd> | 
| 703 | ············<dt><strong><code>seq·=·<suffix>[,...]</code>·      <em>(String[])</em></strong></dt> | 703 | ············<dt><strong><code>seq·=·<suffix>[,...]</code>·      <em>(String[])</em></strong></dt> | 
| 704 | ············<dd>Contains·a·comma-separated·list·of·layer·suffixes | 704 | ············<dd>Contains·a·comma-separated·list·of·layer·suffixes | 
| 705 | ···············to·determine·the·order·in·which·layers·are·drawn·on·the·plot. | 705 | ···············to·determine·the·order·in·which·layers·are·drawn·on·the·plot. | 
| 706 | ···············This·can·affect·which·symbol·are·plotted·on·top·of, | 706 | ···············This·can·affect·which·symbol·are·plotted·on·top·of, | 
| 707 | ···············and·so·potentially·obscure,·which·other·ones. | 707 | ···············and·so·potentially·obscure,·which·other·ones. | 
| 708 | ··············· | 708 | ··············· | 
| Offset 710, 15 lines modified | Offset 710, 15 lines modified | ||
| 710 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 710 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 
| 711 | ···············if·animation·output·is·being·produced. | 711 | ···············if·animation·output·is·being·produced. | 
| 712 | ···············Only·used·if·the·<code>animate</code> | 712 | ···············Only·used·if·the·<code>animate</code> | 
| 713 | ···············parameter·is·supplied. | 713 | ···············parameter·is·supplied. | 
| 714 | ···············The·default·value·is·the·number·of·processors·apparently | 714 | ···············The·default·value·is·the·number·of·processors·apparently | 
| 715 | ···············available·to·the·JVM. | 715 | ···············available·to·the·JVM. | 
| 716 | ··············· | 716 | ··············· | 
| 717 | ···············<p>[Default:·<code>1 | 717 | ···············<p>[Default:·<code>15</code>]</p> | 
| 718 | ············</dd> | 718 | ············</dd> | 
| 719 | ············<dt><strong><code>projection·=·sin|aitoff|car</code>·      <em>(<a·href="http://andromeda.star.bris.ac.uk/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong></dt> | 719 | ············<dt><strong><code>projection·=·sin|aitoff|car</code>·      <em>(<a·href="http://andromeda.star.bris.ac.uk/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong></dt> | 
| 720 | ············<dd>Sky·projection·used·to·display·the·plot. | 720 | ············<dd>Sky·projection·used·to·display·the·plot. | 
| 721 | ··············· | 721 | ··············· | 
| 722 | ···············<p>The·available·options·are: | 722 | ···············<p>The·available·options·are: | 
| 723 | ·················· | 723 | ·················· | 
| 724 | ··················<ul> | 724 | ··················<ul> | 
| Offset 637, 15 lines modified | Offset 637, 15 lines modified | ||
| 637 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 637 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 
| 638 | ···············if·animation·output·is·being·produced. | 638 | ···············if·animation·output·is·being·produced. | 
| 639 | ···············Only·used·if·the·<code>animate</code> | 639 | ···············Only·used·if·the·<code>animate</code> | 
| 640 | ···············parameter·is·supplied. | 640 | ···············parameter·is·supplied. | 
| 641 | ···············The·default·value·is·the·number·of·processors·apparently | 641 | ···············The·default·value·is·the·number·of·processors·apparently | 
| 642 | ···············available·to·the·JVM. | 642 | ···············available·to·the·JVM. | 
| 643 | ··············· | 643 | ··············· | 
| 644 | ···············<p>[Default:·<code>1 | 644 | ···············<p>[Default:·<code>15</code>]</p> | 
| 645 | ············</dd> | 645 | ············</dd> | 
| 646 | ············<dt><strong><code>phi·=·<degrees></code>·      <em>(Double)</em></strong></dt> | 646 | ············<dt><strong><code>phi·=·<degrees></code>·      <em>(Double)</em></strong></dt> | 
| 647 | ············<dd>First·of·the·Euler·angles,·in·the·ZXZ·sequence, | 647 | ············<dd>First·of·the·Euler·angles,·in·the·ZXZ·sequence, | 
| 648 | ···············defining·the·rotation·of·the·plotted·3d·space. | 648 | ···············defining·the·rotation·of·the·plotted·3d·space. | 
| 649 | ···············Units·are·degrees. | 649 | ···············Units·are·degrees. | 
| 650 | ···············This·is·the·rotation·around·the·initial·Z·axis·applied·before | 650 | ···············This·is·the·rotation·around·the·initial·Z·axis·applied·before | 
| 651 | ···············the·plot·is·viewed. | 651 | ···············the·plot·is·viewed. | 
| Offset 678, 15 lines modified | Offset 678, 15 lines modified | ||
| 678 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 678 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 
| 679 | ···············if·animation·output·is·being·produced. | 679 | ···············if·animation·output·is·being·produced. | 
| 680 | ···············Only·used·if·the·<code>animate</code> | 680 | ···············Only·used·if·the·<code>animate</code> | 
| 681 | ···············parameter·is·supplied. | 681 | ···············parameter·is·supplied. | 
| 682 | ···············The·default·value·is·the·number·of·processors·apparently | 682 | ···············The·default·value·is·the·number·of·processors·apparently | 
| 683 | ···············available·to·the·JVM. | 683 | ···············available·to·the·JVM. | 
| 684 | ··············· | 684 | ··············· | 
| 685 | ···············<p>[Default:·<code>1 | 685 | ···············<p>[Default:·<code>15</code>]</p> | 
| 686 | ············</dd> | 686 | ············</dd> | 
| 687 | ············<dt><strong><code>seq·=·<suffix>[,...]</code>·      <em>(String[])</em></strong></dt> | 687 | ············<dt><strong><code>seq·=·<suffix>[,...]</code>·      <em>(String[])</em></strong></dt> | 
| 688 | ············<dd>Contains·a·comma-separated·list·of·layer·suffixes | 688 | ············<dd>Contains·a·comma-separated·list·of·layer·suffixes | 
| 689 | ···············to·determine·the·order·in·which·layers·are·drawn·on·the·plot. | 689 | ···············to·determine·the·order·in·which·layers·are·drawn·on·the·plot. | 
| 690 | ···············This·can·affect·which·symbol·are·plotted·on·top·of, | 690 | ···············This·can·affect·which·symbol·are·plotted·on·top·of, | 
| 691 | ···············and·so·potentially·obscure,·which·other·ones. | 691 | ···············and·so·potentially·obscure,·which·other·ones. | 
| 692 | ··············· | 692 | ··············· | 
| Offset 71, 15 lines modified | Offset 71, 15 lines modified | ||
| 71 | ···············This·parameter·may·be·repeated,·or·statements·may·be | 71 | ···············This·parameter·may·be·repeated,·or·statements·may·be | 
| 72 | ···············separated·by·semicolon·("<code>;</code>")·characters. | 72 | ···············separated·by·semicolon·("<code>;</code>")·characters. | 
| 73 | ···············</dd> | 73 | ···············</dd> | 
| 74 | ············<dt><strong><code>user·=·<value></code>·      <em>(String)</em></strong></dt> | 74 | ············<dt><strong><code>user·=·<value></code>·      <em>(String)</em></strong></dt> | 
| 75 | ············<dd>User·name·for·logging·in·to·SQL·database. | 75 | ············<dd>User·name·for·logging·in·to·SQL·database. | 
| 76 | ···············Defaults·to·the·current·username. | 76 | ···············Defaults·to·the·current·username. | 
| 77 | ··············· | 77 | ··············· | 
| 78 | ···············<p>[Default:·<code>pbuilder | 78 | ···············<p>[Default:·<code>pbuilder2</code>]</p> | 
| 79 | ············</dd> | 79 | ············</dd> | 
| 80 | ·········</dl> | 80 | ·········</dl> | 
| 81 | ·········</p> | 81 | ·········</p> | 
| 82 | ······<hr><a·href="secB.18.2.html">Next</a>·<a·href="sqlclient.html">Previous</a>·<a·href="sqlclient.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.18.2.html">Examples</a><br> | 82 | ······<hr><a·href="secB.18.2.html">Next</a>·<a·href="sqlclient.html">Previous</a>·<a·href="sqlclient.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.18.2.html">Examples</a><br> | 
| 83 | ·······<b>Up:·</b><a·href="sqlclient.html">sqlclient: | 83 | ·······<b>Up:·</b><a·href="sqlclient.html">sqlclient: | 
| 84 | ·········Executes·SQL·statements</a><br> | 84 | ·········Executes·SQL·statements</a><br> | 
| 85 | ·······<b>Previous:·</b><a·href="sqlclient.html">sqlclient: | 85 | ·······<b>Previous:·</b><a·href="sqlclient.html">sqlclient: | 
| Offset 509, 15 lines modified | Offset 509, 15 lines modified | ||
| 509 | ··················</p> | 509 | ··················</p> | 
| 510 | ···············<p>[Default:·<code>true</code>]</p> | 510 | ···············<p>[Default:·<code>true</code>]</p> | 
| 511 | ············</dd> | 511 | ············</dd> | 
| 512 | ············<dt><strong><code>user·=·<value></code>·      <em>(String)</em></strong></dt> | 512 | ············<dt><strong><code>user·=·<value></code>·      <em>(String)</em></strong></dt> | 
| 513 | ············<dd>User·name·for·logging·in·to·SQL·database. | 513 | ············<dd>User·name·for·logging·in·to·SQL·database. | 
| 514 | ···············Defaults·to·the·current·username. | 514 | ···············Defaults·to·the·current·username. | 
| 515 | ··············· | 515 | ··············· | 
| 516 | ···············<p>[Default:·<code>pbuilder | 516 | ···············<p>[Default:·<code>pbuilder2</code>]</p> | 
| 517 | ············</dd> | 517 | ············</dd> | 
| 518 | ············<dt><strong><code>where·=·<sql-condition></code>·      <em>(String)</em></strong></dt> | 518 | ············<dt><strong><code>where·=·<sql-condition></code>·      <em>(String)</em></strong></dt> | 
| 519 | ············<dd>An·SQL·expression·further·limiting·the·rows·to·be·selected | 519 | ············<dd>An·SQL·expression·further·limiting·the·rows·to·be·selected | 
| 520 | ···············from·the·database.··This·will·be·combined·with·the·constraints | 520 | ···············from·the·database.··This·will·be·combined·with·the·constraints | 
| 521 | ···············on·position·implied·by·the·cone·search·centres·and·radii. | 521 | ···············on·position·implied·by·the·cone·search·centres·and·radii. | 
| 522 | ···············The·value·of·this·parameter·should·just·be·a·condition, | 522 | ···············The·value·of·this·parameter·should·just·be·a·condition, | 
| 523 | ···············it·should·not·contain·the·<code>WHERE</code>·keyword. | 523 | ···············it·should·not·contain·the·<code>WHERE</code>·keyword. | 
| Offset 78, 15 lines modified | Offset 78, 15 lines modified | ||
| 78 | ···············of·the·SELECT·statement·to·identify·which·rows·undergo | 78 | ···············of·the·SELECT·statement·to·identify·which·rows·undergo | 
| 79 | ···············updates. | 79 | ···············updates. | 
| 80 | ···············</dd> | 80 | ···············</dd> | 
| 81 | ············<dt><strong><code>user·=·<value></code>·      <em>(String)</em></strong></dt> | 81 | ············<dt><strong><code>user·=·<value></code>·      <em>(String)</em></strong></dt> | 
| 82 | ············<dd>User·name·for·logging·in·to·SQL·database. | 82 | ············<dd>User·name·for·logging·in·to·SQL·database. | 
| 83 | ···············Defaults·to·the·current·username. | 83 | ···············Defaults·to·the·current·username. | 
| 84 | ··············· | 84 | ··············· | 
| 85 | ···············<p>[Default:·<code>pbuilder | 85 | ···············<p>[Default:·<code>pbuilder2</code>]</p> | 
| 86 | ············</dd> | 86 | ············</dd> | 
| 87 | ·········</dl> | 87 | ·········</dl> | 
| 88 | ·········</p> | 88 | ·········</p> | 
| 89 | ······<hr><a·href="secB.20.2.html">Next</a>·<a·href="sqlupdate.html">Previous</a>·<a·href="sqlupdate.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.20.2.html">Examples</a><br> | 89 | ······<hr><a·href="secB.20.2.html">Next</a>·<a·href="sqlupdate.html">Previous</a>·<a·href="sqlupdate.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.20.2.html">Examples</a><br> | 
| 90 | ·······<b>Up:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br> | 90 | ·······<b>Up:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br> | 
| 91 | ·······<b>Previous:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br> | 91 | ·······<b>Previous:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br> | 
| 92 | ······ | 92 | ······ | 
| Offset 6076, 15 lines modified | Offset 6076, 15 lines modified | ||
| 6076 | ················</dt> | 6076 | ················</dt> | 
| 6077 | ················ | 6077 | ················ | 
| 6078 | ················<dd> | 6078 | ················<dd> | 
| 6079 | ····················User·name·for·the·SQL·connection·to·the·database. | 6079 | ····················User·name·for·the·SQL·connection·to·the·database. | 
| 6080 | ····················<p> | 6080 | ····················<p> | 
| 6081 | ························[Default:·<code>pbuilder | 6081 | ························[Default:·<code>pbuilder2</code>] | 
| 6082 | ····················</p> | 6082 | ····················</p> | 
| 6083 | ················</dd> | 6083 | ················</dd> | 
| 6084 | ················ | 6084 | ················ | 
| 6085 | ················<dt> | 6085 | ················<dt> | 
| 6086 | ····················<strong><code>password·=·<passwd></code>·      <em>(String)</em></strong> | 6086 | ····················<strong><code>password·=·<passwd></code>·      <em>(String)</em></strong> | 
| 6087 | ················</dt> | 6087 | ················</dt> | 
| 6088 | ················ | 6088 | ················ | 
| Offset 43182, 15 lines modified | Offset 43182, 15 lines modified | ||
| 43182 | Only·used·if·the·<code>animate</code> | 43182 | Only·used·if·the·<code>animate</code> | 
| 43183 | parameter·is·supplied. | 43183 | parameter·is·supplied. | 
| 43184 | The·default·value·is·the·number·of·processors·apparently | 43184 | The·default·value·is·the·number·of·processors·apparently | 
| 43185 | available·to·the·JVM. | 43185 | available·to·the·JVM. | 
| 43186 | ····················<p> | 43186 | ····················<p> | 
| 43187 | ························[Default:·<code>1 | 43187 | ························[Default:·<code>15</code>] | 
| 43188 | ····················</p> | 43188 | ····················</p> | 
| 43189 | ················</dd> | 43189 | ················</dd> | 
| 43190 | ················ | 43190 | ················ | 
| 43191 | ················<dt> | 43191 | ················<dt> | 
| 43192 | ····················<strong><code>seq·=·<suffix>[,...]</code>·      <em>(String[])</em></strong> | 43192 | ····················<strong><code>seq·=·<suffix>[,...]</code>·      <em>(String[])</em></strong> | 
| 43193 | ················</dt> | 43193 | ················</dt> | 
| 43194 | ················ | 43194 | ················ | 
| Offset 44991, 15 lines modified | Offset 44991, 15 lines modified | ||
| 44991 | Only·used·if·the·<code>animate</code> | 44991 | Only·used·if·the·<code>animate</code> | 
| 44992 | parameter·is·supplied. | 44992 | parameter·is·supplied. | 
| 44993 | The·default·value·is·the·number·of·processors·apparently | 44993 | The·default·value·is·the·number·of·processors·apparently | 
| 44994 | available·to·the·JVM. | 44994 | available·to·the·JVM. | 
| 44995 | ····················<p> | 44995 | ····················<p> | 
| 44996 | ························[Default:·<code>1 | 44996 | ························[Default:·<code>15</code>] | 
| 44997 | ····················</p> | 44997 | ····················</p> | 
| 44998 | ················</dd> | 44998 | ················</dd> | 
| 44999 | ················ | 44999 | ················ | 
| 45000 | ················<dt> | 45000 | ················<dt> | 
| 45001 | ····················<strong><code>projection·=·sin|aitoff|car</code>·      <em>(<a·href="http://andromeda.star.bris.ac.uk/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong> | 45001 | ····················<strong><code>projection·=·sin|aitoff|car</code>·      <em>(<a·href="http://andromeda.star.bris.ac.uk/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong> | 
| 45002 | ················</dt> | 45002 | ················</dt> | 
| 45003 | ················ | 45003 | ················ | 
| Offset 46447, 15 lines modified | Offset 46447, 15 lines modified | ||
| 46447 | Only·used·if·the·<code>animate</code> | 46447 | Only·used·if·the·<code>animate</code> | 
| 46448 | parameter·is·supplied. | 46448 | parameter·is·supplied. | 
| 46449 | The·default·value·is·the·number·of·processors·apparently | 46449 | The·default·value·is·the·number·of·processors·apparently | 
| 46450 | available·to·the·JVM. | 46450 | available·to·the·JVM. | 
| 46451 | ····················<p> | 46451 | ····················<p> | 
| 46452 | ························[Default:·<code>1 | 46452 | ························[Default:·<code>15</code>] | 
| 46453 | ····················</p> | 46453 | ····················</p> | 
| 46454 | ················</dd> | 46454 | ················</dd> | 
| 46455 | ················ | 46455 | ················ | 
| 46456 | ················<dt> | 46456 | ················<dt> | 
| 46457 | ····················<strong><code>phi·=·<degrees></code>·      <em>(Double)</em></strong> | 46457 | ····················<strong><code>phi·=·<degrees></code>·      <em>(Double)</em></strong> | 
| 46458 | ················</dt> | 46458 | ················</dt> | 
| 46459 | ················ | 46459 | ················ | 
| Offset 48278, 15 lines modified | Offset 48278, 15 lines modified | ||
| 48278 | Only·used·if·the·<code>animate</code> | 48278 | Only·used·if·the·<code>animate</code> | 
| 48279 | parameter·is·supplied. | 48279 | parameter·is·supplied. | 
| 48280 | The·default·value·is·the·number·of·processors·apparently | 48280 | The·default·value·is·the·number·of·processors·apparently | 
| 48281 | available·to·the·JVM. | 48281 | available·to·the·JVM. | 
| 48282 | ····················<p> | 48282 | ····················<p> | 
| 48283 | ························[Default:·<code>1 | 48283 | ························[Default:·<code>15</code>] | 
| 48284 | ····················</p> | 48284 | ····················</p> | 
| 48285 | ················</dd> | 48285 | ················</dd> | 
| 48286 | ················ | 48286 | ················ | 
| 48287 | ················<dt> | 48287 | ················<dt> | 
| 48288 | ····················<strong><code>phi·=·<degrees></code>·      <em>(Double)</em></strong> | 48288 | ····················<strong><code>phi·=·<degrees></code>·      <em>(Double)</em></strong> | 
| 48289 | ················</dt> | 48289 | ················</dt> | 
| 48290 | ················ | 48290 | ················ | 
| Offset 49829, 15 lines modified | Offset 49829, 15 lines modified | ||
| 49829 | Only·used·if·the·<code>animate</code> | 49829 | Only·used·if·the·<code>animate</code> | 
| 49830 | parameter·is·supplied. | 49830 | parameter·is·supplied. | 
| 49831 | The·default·value·is·the·number·of·processors·apparently | 49831 | The·default·value·is·the·number·of·processors·apparently | 
| 49832 | available·to·the·JVM. | 49832 | available·to·the·JVM. | 
| 49833 | ····················<p> | 49833 | ····················<p> | 
| 49834 | ························[Default:·<code>1 | 49834 | ························[Default:·<code>15</code>] | 
| 49835 | ····················</p> | 49835 | ····················</p> | 
| 49836 | ················</dd> | 49836 | ················</dd> | 
| 49837 | ················ | 49837 | ················ | 
| 49838 | ················<dt> | 49838 | ················<dt> | 
| 49839 | ····················<strong><code>seq·=·<suffix>[,...]</code>·      <em>(String[])</em></strong> | 49839 | ····················<strong><code>seq·=·<suffix>[,...]</code>·      <em>(String[])</em></strong> | 
| 49840 | ················</dt> | 49840 | ················</dt> | 
| 49841 | ················ | 49841 | ················ | 
| Offset 55079, 15 lines modified | Offset 55079, 15 lines modified | ||
| 55079 | ················ | 55079 | ················ | 
| 55080 | ················<dd> | 55080 | ················<dd> | 
| 55081 | ····················User·name·for·logging·in·to·SQL·database. | 55081 | ····················User·name·for·logging·in·to·SQL·database. | 
| 55082 | Defaults·to·the·current·username. | 55082 | Defaults·to·the·current·username. | 
| 55083 | ····················<p> | 55083 | ····················<p> | 
| 55084 | ························[Default:·<code>pbuilder | 55084 | ························[Default:·<code>pbuilder2</code>] | 
| 55085 | ····················</p> | 55085 | ····················</p> | 
| 55086 | ················</dd> | 55086 | ················</dd> | 
| 55087 | ················ | 55087 | ················ | 
| 55088 | ············</dl> | 55088 | ············</dl> | 
| 55089 | ············ | 55089 | ············ | 
| 55090 | ········</p> | 55090 | ········</p> | 
| 55091 | ········ | 55091 | ········ | 
| Offset 56006, 15 lines modified | Offset 56006, 15 lines modified | ||
| 56006 | ················ | 56006 | ················ | 
| 56007 | ················<dd> | 56007 | ················<dd> | 
| 56008 | ····················User·name·for·logging·in·to·SQL·database. | 56008 | ····················User·name·for·logging·in·to·SQL·database. | 
| 56009 | Defaults·to·the·current·username. | 56009 | Defaults·to·the·current·username. | 
| 56010 | ····················<p> | 56010 | ····················<p> | 
| 56011 | ························[Default:·<code>pbuilder | 56011 | ························[Default:·<code>pbuilder2</code>] | 
| 56012 | ····················</p> | 56012 | ····················</p> | 
| 56013 | ················</dd> | 56013 | ················</dd> | 
| 56014 | ················ | 56014 | ················ | 
| 56015 | ················<dt> | 56015 | ················<dt> | 
| 56016 | ····················<strong><code>where·=·<sql-condition></code>·      <em>(String)</em></strong> | 56016 | ····················<strong><code>where·=·<sql-condition></code>·      <em>(String)</em></strong> | 
| 56017 | ················</dt> | 56017 | ················</dt> | 
| 56018 | ················ | 56018 | ················ | 
| Max diff block lines reached; 409/4945 bytes (8.27%) of diff not shown. | |||