Offset 1, 6 lines modified | Offset 1, 6 lines modified | ||
1 | · | 1 | ·47dc560b37c931c36107614c98199bde·67596·java·optional·jython-stilts_3.5.2-1_all.deb |
2 | ·868d0cef829f4af1c7fcb3bdddabd1ca·1271820·doc·optional·starlink-ttools-java-doc_3.5.2-1_all.deb | 2 | ·868d0cef829f4af1c7fcb3bdddabd1ca·1271820·doc·optional·starlink-ttools-java-doc_3.5.2-1_all.deb |
3 | ·1c1e5ff4083aaf65bc239a83a41253e6·5359152·java·optional·starlink-ttools-java_3.5.2-1_all.deb | ||
4 | · | 3 | ·079fd9988f1a3f9c7024b6840620efda·5359148·java·optional·starlink-ttools-java_3.5.2-1_all.deb |
4 | ·8381654419f7b973a3cd7b184aff51a8·2547840·doc·optional·stilts-doc_3.5.2-1_all.deb | ||
5 | ·9c02725c90683118778f5e0d43639378·233416·science·optional·stilts_3.5.2-1_all.deb | 5 | ·9c02725c90683118778f5e0d43639378·233416·science·optional·stilts_3.5.2-1_all.deb |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····1372·2025-03-12·21:11:06.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····1372·2025-03-12·21:11:06.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0····660 | 3 | -rw-r--r--···0········0········0····66032·2025-03-12·21:11:06.000000·data.tar.xz |
Offset 1520, 15 lines modified | Offset 1520, 15 lines modified | ||
1520 | ········env·=·_JyEnvironment() | 1520 | ········env·=·_JyEnvironment() |
1521 | ········env.setValue('format',·_map_env_value(format)) | 1521 | ········env.setValue('format',·_map_env_value(format)) |
1522 | ········env.setValue('client',·_map_env_value(client)) | 1522 | ········env.setValue('client',·_map_env_value(client)) |
1523 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 1523 | ········mode·=·_stilts.getModeFactory().createObject('samp') |
1524 | ········consumer·=·mode.createConsumer(env) | 1524 | ········consumer·=·mode.createConsumer(env) |
1525 | ········_check_unused_args(env) | 1525 | ········_check_unused_args(env) |
1526 | ········consumer.consume(self) | 1526 | ········consumer.consume(self) |
1527 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 1527 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): |
1528 | ········'''\ | 1528 | ········'''\ |
1529 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 1529 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC |
1530 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 1530 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). |
1531 | ···· | 1531 | ···· |
1532 | ····Parameters: | 1532 | ····Parameters: |
1533 | ···· | 1533 | ···· |
1534 | ·······protocol·=·<jdbc-protocol>·······(String) | 1534 | ·······protocol·=·<jdbc-protocol>·······(String) |
Offset 1570, 15 lines modified | Offset 1570, 15 lines modified | ||
1570 | ················of·columns)·for·the·data·being·written. | 1570 | ················of·columns)·for·the·data·being·written. |
1571 | ···· | 1571 | ···· |
1572 | ··········[Default:·create] | 1572 | ··········[Default:·create] |
1573 | ···· | 1573 | ···· |
1574 | ·······user·=·<username>·······(String) | 1574 | ·······user·=·<username>·······(String) |
1575 | ··········User·name·for·the·SQL·connection·to·the·database. | 1575 | ··········User·name·for·the·SQL·connection·to·the·database. |
1576 | ···· | 1576 | ···· |
1577 | ··········[Default:·pbuilder | 1577 | ··········[Default:·pbuilder2] |
1578 | ···· | 1578 | ···· |
1579 | ·······password·=·<passwd>·······(String) | 1579 | ·······password·=·<passwd>·······(String) |
1580 | ··········Password·for·the·SQL·connection·to·the·database. | 1580 | ··········Password·for·the·SQL·connection·to·the·database. |
1581 | ····''' | 1581 | ····''' |
1582 | ········env·=·_JyEnvironment() | 1582 | ········env·=·_JyEnvironment() |
1583 | ········env.setValue('protocol',·_map_env_value(protocol)) | 1583 | ········env.setValue('protocol',·_map_env_value(protocol)) |
1584 | ········env.setValue('db',·_map_env_value(db)) | 1584 | ········env.setValue('db',·_map_env_value(db)) |
Offset 4421, 15 lines modified | Offset 4421, 15 lines modified | ||
4421 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4421 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4422 | ······as·well·for·the·connection·to·be·made. | 4422 | ······as·well·for·the·connection·to·be·made. |
4423 | ···user·=·<value>·······(String) | 4423 | ···user·=·<value>·······(String) |
4424 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4424 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4425 | ······current·username. | 4425 | ······current·username. |
4426 | ······[Default:·pbuilder | 4426 | ······[Default:·pbuilder2] |
4427 | ···password·=·<value>·······(String) | 4427 | ···password·=·<value>·······(String) |
4428 | ······Password·for·logging·in·to·SQL·database. | 4428 | ······Password·for·logging·in·to·SQL·database. |
4429 | ···sql·=·<sql>·······(String) | 4429 | ···sql·=·<sql>·······(String) |
4430 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 4430 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be |
4431 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 4431 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") |
Offset 4628, 15 lines modified | Offset 4628, 15 lines modified | ||
4628 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4628 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4629 | ······as·well·for·the·connection·to·be·made. | 4629 | ······as·well·for·the·connection·to·be·made. |
4630 | ···user·=·<value>·······(String) | 4630 | ···user·=·<value>·······(String) |
4631 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4631 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4632 | ······current·username. | 4632 | ······current·username. |
4633 | ······[Default:·pbuilder | 4633 | ······[Default:·pbuilder2] |
4634 | ···password·=·<value>·······(String) | 4634 | ···password·=·<value>·······(String) |
4635 | ······Password·for·logging·in·to·SQL·database. | 4635 | ······Password·for·logging·in·to·SQL·database. |
4636 | ···dbtable·=·<table-name>·······(String) | 4636 | ···dbtable·=·<table-name>·······(String) |
4637 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 4637 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the |
4638 | ······remote·data. | 4638 | ······remote·data. |
Offset 4736, 15 lines modified | Offset 4736, 15 lines modified | ||
4736 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4736 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4737 | ······as·well·for·the·connection·to·be·made. | 4737 | ······as·well·for·the·connection·to·be·made. |
4738 | ···user·=·<value>·······(String) | 4738 | ···user·=·<value>·······(String) |
4739 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4739 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4740 | ······current·username. | 4740 | ······current·username. |
4741 | ······[Default:·pbuilder | 4741 | ······[Default:·pbuilder2] |
4742 | ···password·=·<value>·······(String) | 4742 | ···password·=·<value>·······(String) |
4743 | ······Password·for·logging·in·to·SQL·database. | 4743 | ······Password·for·logging·in·to·SQL·database. |
4744 | ···select·=·<select-stmt>·······(String) | 4744 | ···select·=·<select-stmt>·······(String) |
4745 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 4745 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT |
4746 | ······statement·to·identify·which·rows·undergo·updates. | 4746 | ······statement·to·identify·which·rows·undergo·updates. |
Offset 13414, 15 lines modified | Offset 13414, 15 lines modified | ||
13414 | ····env.setValue('format',·_map_env_value(format)) | 13414 | ····env.setValue('format',·_map_env_value(format)) |
13415 | ····env.setValue('client',·_map_env_value(client)) | 13415 | ····env.setValue('client',·_map_env_value(client)) |
13416 | ····mode·=·_stilts.getModeFactory().createObject('samp') | 13416 | ····mode·=·_stilts.getModeFactory().createObject('samp') |
13417 | ····consumer·=·mode.createConsumer(env) | 13417 | ····consumer·=·mode.createConsumer(env) |
13418 | ····_check_unused_args(env) | 13418 | ····_check_unused_args(env) |
13419 | ····consumer.consume(table) | 13419 | ····consumer.consume(table) |
13420 | def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 13420 | def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): |
13421 | ····'''\ | 13421 | ····'''\ |
13422 | Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 13422 | Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC |
13423 | drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 13423 | drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). |
13424 | Parameters: | 13424 | Parameters: |
13425 | ···protocol·=·<jdbc-protocol>·······(String) | 13425 | ···protocol·=·<jdbc-protocol>·······(String) |
Offset 13464, 15 lines modified | Offset 13464, 15 lines modified | ||
13464 | ············of·columns)·for·the·data·being·written. | 13464 | ············of·columns)·for·the·data·being·written. |
13465 | ······[Default:·create] | 13465 | ······[Default:·create] |
13466 | ···user·=·<username>·······(String) | 13466 | ···user·=·<username>·······(String) |
13467 | ······User·name·for·the·SQL·connection·to·the·database. | 13467 | ······User·name·for·the·SQL·connection·to·the·database. |
13468 | ······[Default:·pbuilder | 13468 | ······[Default:·pbuilder2] |
13469 | ···password·=·<passwd>·······(String) | 13469 | ···password·=·<passwd>·······(String) |
13470 | ······Password·for·the·SQL·connection·to·the·database. | 13470 | ······Password·for·the·SQL·connection·to·the·database. |
13471 | ''' | 13471 | ''' |
13472 | ····env·=·_JyEnvironment() | 13472 | ····env·=·_JyEnvironment() |
13473 | ····env.setValue('protocol',·_map_env_value(protocol)) | 13473 | ····env.setValue('protocol',·_map_env_value(protocol)) |
13474 | ····env.setValue('db',·_map_env_value(db)) | 13474 | ····env.setValue('db',·_map_env_value(db)) |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····1244·2025-03-12·21:11:06.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····1244·2025-03-12·21:11:06.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··535771 | 3 | -rw-r--r--···0········0········0··5357712·2025-03-12·21:11:06.000000·data.tar.xz |
Offset 172, 15 lines modified | Offset 172, 15 lines modified | ||
172 | ··minimum·file·system·compatibility·required:·····MS-DOS,·OS/2·or·NT·FAT | 172 | ··minimum·file·system·compatibility·required:·····MS-DOS,·OS/2·or·NT·FAT |
173 | ··minimum·software·version·required·to·extract:···1.0 | 173 | ··minimum·software·version·required·to·extract:···1.0 |
174 | ··compression·method:·····························deflated | 174 | ··compression·method:·····························deflated |
175 | ··compression·sub-type·(deflation):···············normal | 175 | ··compression·sub-type·(deflation):···············normal |
176 | ··file·security·status:···························not·encrypted | 176 | ··file·security·status:···························not·encrypted |
177 | ··extended·local·header:··························no | 177 | ··extended·local·header:··························no |
178 | ··file·last·modified·on·(DOS·date/time):··········2025·Mar·12·21:11:06 | 178 | ··file·last·modified·on·(DOS·date/time):··········2025·Mar·12·21:11:06 |
179 | ··32-bit·CRC·value·(hex):························· | 179 | ··32-bit·CRC·value·(hex):·························031242dd |
180 | ··compressed·size:································93591·bytes | 180 | ··compressed·size:································93591·bytes |
181 | ··uncompressed·size:······························547682·bytes | 181 | ··uncompressed·size:······························547682·bytes |
182 | ··length·of·filename:·····························9·characters | 182 | ··length·of·filename:·····························9·characters |
183 | ··length·of·extra·field:··························0·bytes | 183 | ··length·of·extra·field:··························0·bytes |
184 | ··length·of·file·comment:·························0·characters | 184 | ··length·of·file·comment:·························0·characters |
185 | ··disk·number·on·which·file·begins:···············disk·1 | 185 | ··disk·number·on·which·file·begins:···············disk·1 |
186 | ··apparent·file·type:·····························binary | 186 | ··apparent·file·type:·····························binary |
Offset 100, 15 lines modified | Offset 100, 15 lines modified | ||
100 | 0002F1·Extract·Zip·Spec······0A·(10)·'1.0' | 100 | 0002F1·Extract·Zip·Spec······0A·(10)·'1.0' |
101 | 0002F2·Extract·OS············00·(0)·'MS-DOS' | 101 | 0002F2·Extract·OS············00·(0)·'MS-DOS' |
102 | 0002F3·General·Purpose·Flag··0800·(2048) | 102 | 0002F3·General·Purpose·Flag··0800·(2048) |
103 | ·······[Bits·1-2]············0·'Normal·Compression' | 103 | ·······[Bits·1-2]············0·'Normal·Compression' |
104 | ·······[Bit·11]··············1·'Language·Encoding' | 104 | ·······[Bit·11]··············1·'Language·Encoding' |
105 | 0002F5·Compression·Method····0008·(8)·'Deflated' | 105 | 0002F5·Compression·Method····0008·(8)·'Deflated' |
106 | 0002F7·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' | 106 | 0002F7·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
107 | 0002FB·CRC··················· | 107 | 0002FB·CRC···················031242DD·(51528413) |
108 | 0002FF·Compressed·Size·······00016D97·(93591) | 108 | 0002FF·Compressed·Size·······00016D97·(93591) |
109 | 000303·Uncompressed·Size·····00085B62·(547682) | 109 | 000303·Uncompressed·Size·····00085B62·(547682) |
110 | 000307·Filename·Length·······0009·(9) | 110 | 000307·Filename·Length·······0009·(9) |
111 | 000309·Extra·Length··········0000·(0) | 111 | 000309·Extra·Length··········0000·(0) |
112 | 00030B·Filename··············'XXXXXXXXX' | 112 | 00030B·Filename··············'XXXXXXXXX' |
113 | # | 113 | # |
114 | #·WARNING:·Offset·0x30B:·Filename·'XXXXXXXXX' | 114 | #·WARNING:·Offset·0x30B:·Filename·'XXXXXXXXX' |
Offset 73682, 15 lines modified | Offset 73682, 15 lines modified | ||
73682 | 548212·Extract·Zip·Spec······0A·(10)·'1.0' | 73682 | 548212·Extract·Zip·Spec······0A·(10)·'1.0' |
73683 | 548213·Extract·OS············00·(0)·'MS-DOS' | 73683 | 548213·Extract·OS············00·(0)·'MS-DOS' |
73684 | 548214·General·Purpose·Flag··0800·(2048) | 73684 | 548214·General·Purpose·Flag··0800·(2048) |
73685 | ·······[Bits·1-2]············0·'Normal·Compression' | 73685 | ·······[Bits·1-2]············0·'Normal·Compression' |
73686 | ·······[Bit·11]··············1·'Language·Encoding' | 73686 | ·······[Bit·11]··············1·'Language·Encoding' |
73687 | 548216·Compression·Method····0008·(8)·'Deflated' | 73687 | 548216·Compression·Method····0008·(8)·'Deflated' |
73688 | 548218·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' | 73688 | 548218·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
73689 | 54821C·CRC··················· | 73689 | 54821C·CRC···················031242DD·(51528413) |
73690 | 548220·Compressed·Size·······00016D97·(93591) | 73690 | 548220·Compressed·Size·······00016D97·(93591) |
73691 | 548224·Uncompressed·Size·····00085B62·(547682) | 73691 | 548224·Uncompressed·Size·····00085B62·(547682) |
73692 | 548228·Filename·Length·······0009·(9) | 73692 | 548228·Filename·Length·······0009·(9) |
73693 | 54822A·Extra·Length··········0000·(0) | 73693 | 54822A·Extra·Length··········0000·(0) |
73694 | 54822C·Comment·Length········0000·(0) | 73694 | 54822C·Comment·Length········0000·(0) |
73695 | 54822E·Disk·Start············0000·(0) | 73695 | 54822E·Disk·Start············0000·(0) |
73696 | 548230·Int·File·Attributes···0000·(0) | 73696 | 548230·Int·File·Attributes···0000·(0) |
Offset 1520, 15 lines modified | Offset 1520, 15 lines modified | ||
1520 | ········env·=·_JyEnvironment() | 1520 | ········env·=·_JyEnvironment() |
1521 | ········env.setValue('format',·_map_env_value(format)) | 1521 | ········env.setValue('format',·_map_env_value(format)) |
1522 | ········env.setValue('client',·_map_env_value(client)) | 1522 | ········env.setValue('client',·_map_env_value(client)) |
1523 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 1523 | ········mode·=·_stilts.getModeFactory().createObject('samp') |
1524 | ········consumer·=·mode.createConsumer(env) | 1524 | ········consumer·=·mode.createConsumer(env) |
1525 | ········_check_unused_args(env) | 1525 | ········_check_unused_args(env) |
1526 | ········consumer.consume(self) | 1526 | ········consumer.consume(self) |
1527 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 1527 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): |
1528 | ········'''\ | 1528 | ········'''\ |
1529 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 1529 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC |
1530 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 1530 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). |
1531 | ···· | 1531 | ···· |
1532 | ····Parameters: | 1532 | ····Parameters: |
1533 | ···· | 1533 | ···· |
1534 | ·······protocol·=·<jdbc-protocol>·······(String) | 1534 | ·······protocol·=·<jdbc-protocol>·······(String) |
Offset 1570, 15 lines modified | Offset 1570, 15 lines modified | ||
1570 | ················of·columns)·for·the·data·being·written. | 1570 | ················of·columns)·for·the·data·being·written. |
1571 | ···· | 1571 | ···· |
1572 | ··········[Default:·create] | 1572 | ··········[Default:·create] |
1573 | ···· | 1573 | ···· |
1574 | ·······user·=·<username>·······(String) | 1574 | ·······user·=·<username>·······(String) |
1575 | ··········User·name·for·the·SQL·connection·to·the·database. | 1575 | ··········User·name·for·the·SQL·connection·to·the·database. |
1576 | ···· | 1576 | ···· |
1577 | ··········[Default:·pbuilder | 1577 | ··········[Default:·pbuilder2] |
1578 | ···· | 1578 | ···· |
1579 | ·······password·=·<passwd>·······(String) | 1579 | ·······password·=·<passwd>·······(String) |
1580 | ··········Password·for·the·SQL·connection·to·the·database. | 1580 | ··········Password·for·the·SQL·connection·to·the·database. |
1581 | ····''' | 1581 | ····''' |
1582 | ········env·=·_JyEnvironment() | 1582 | ········env·=·_JyEnvironment() |
1583 | ········env.setValue('protocol',·_map_env_value(protocol)) | 1583 | ········env.setValue('protocol',·_map_env_value(protocol)) |
1584 | ········env.setValue('db',·_map_env_value(db)) | 1584 | ········env.setValue('db',·_map_env_value(db)) |
Offset 4421, 15 lines modified | Offset 4421, 15 lines modified | ||
4421 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4421 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4422 | ······as·well·for·the·connection·to·be·made. | 4422 | ······as·well·for·the·connection·to·be·made. |
4423 | ···user·=·<value>·······(String) | 4423 | ···user·=·<value>·······(String) |
4424 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4424 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4425 | ······current·username. | 4425 | ······current·username. |
4426 | ······[Default:·pbuilder | 4426 | ······[Default:·pbuilder2] |
4427 | ···password·=·<value>·······(String) | 4427 | ···password·=·<value>·······(String) |
4428 | ······Password·for·logging·in·to·SQL·database. | 4428 | ······Password·for·logging·in·to·SQL·database. |
4429 | ···sql·=·<sql>·······(String) | 4429 | ···sql·=·<sql>·······(String) |
4430 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 4430 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be |
4431 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 4431 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") |
Offset 4628, 15 lines modified | Offset 4628, 15 lines modified | ||
4628 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4628 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4629 | ······as·well·for·the·connection·to·be·made. | 4629 | ······as·well·for·the·connection·to·be·made. |
4630 | ···user·=·<value>·······(String) | 4630 | ···user·=·<value>·······(String) |
4631 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4631 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4632 | ······current·username. | 4632 | ······current·username. |
4633 | ······[Default:·pbuilder | 4633 | ······[Default:·pbuilder2] |
4634 | ···password·=·<value>·······(String) | 4634 | ···password·=·<value>·······(String) |
4635 | ······Password·for·logging·in·to·SQL·database. | 4635 | ······Password·for·logging·in·to·SQL·database. |
4636 | ···dbtable·=·<table-name>·······(String) | 4636 | ···dbtable·=·<table-name>·······(String) |
4637 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 4637 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the |
4638 | ······remote·data. | 4638 | ······remote·data. |
Offset 4736, 15 lines modified | Offset 4736, 15 lines modified | ||
4736 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4736 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4737 | ······as·well·for·the·connection·to·be·made. | 4737 | ······as·well·for·the·connection·to·be·made. |
4738 | ···user·=·<value>·······(String) | 4738 | ···user·=·<value>·······(String) |
4739 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4739 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4740 | ······current·username. | 4740 | ······current·username. |
4741 | ······[Default:·pbuilder | 4741 | ······[Default:·pbuilder2] |
4742 | ···password·=·<value>·······(String) | 4742 | ···password·=·<value>·······(String) |
4743 | ······Password·for·logging·in·to·SQL·database. | 4743 | ······Password·for·logging·in·to·SQL·database. |
4744 | ···select·=·<select-stmt>·······(String) | 4744 | ···select·=·<select-stmt>·······(String) |
4745 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 4745 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT |
4746 | ······statement·to·identify·which·rows·undergo·updates. | 4746 | ······statement·to·identify·which·rows·undergo·updates. |
Offset 13414, 15 lines modified | Offset 13414, 15 lines modified | ||
13414 | ····env.setValue('format',·_map_env_value(format)) | 13414 | ····env.setValue('format',·_map_env_value(format)) |
13415 | ····env.setValue('client',·_map_env_value(client)) | 13415 | ····env.setValue('client',·_map_env_value(client)) |
13416 | ····mode·=·_stilts.getModeFactory().createObject('samp') | 13416 | ····mode·=·_stilts.getModeFactory().createObject('samp') |
13417 | ····consumer·=·mode.createConsumer(env) | 13417 | ····consumer·=·mode.createConsumer(env) |
13418 | ····_check_unused_args(env) | 13418 | ····_check_unused_args(env) |
13419 | ····consumer.consume(table) | 13419 | ····consumer.consume(table) |
13420 | def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 13420 | def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): |
13421 | ····'''\ | 13421 | ····'''\ |
13422 | Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 13422 | Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC |
13423 | drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 13423 | drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). |
13424 | Parameters: | 13424 | Parameters: |
13425 | ···protocol·=·<jdbc-protocol>·······(String) | 13425 | ···protocol·=·<jdbc-protocol>·······(String) |
Offset 13464, 15 lines modified | Offset 13464, 15 lines modified | ||
13464 | ············of·columns)·for·the·data·being·written. | 13464 | ············of·columns)·for·the·data·being·written. |
13465 | ······[Default:·create] | 13465 | ······[Default:·create] |
13466 | ···user·=·<username>·······(String) | 13466 | ···user·=·<username>·······(String) |
13467 | ······User·name·for·the·SQL·connection·to·the·database. | 13467 | ······User·name·for·the·SQL·connection·to·the·database. |
13468 | ······[Default:·pbuilder | 13468 | ······[Default:·pbuilder2] |
13469 | ···password·=·<passwd>·······(String) | 13469 | ···password·=·<passwd>·······(String) |
13470 | ······Password·for·the·SQL·connection·to·the·database. | 13470 | ······Password·for·the·SQL·connection·to·the·database. |
13471 | ''' | 13471 | ''' |
13472 | ····env·=·_JyEnvironment() | 13472 | ····env·=·_JyEnvironment() |
13473 | ····env.setValue('protocol',·_map_env_value(protocol)) | 13473 | ····env.setValue('protocol',·_map_env_value(protocol)) |
13474 | ····env.setValue('db',·_map_env_value(db)) | 13474 | ····env.setValue('db',·_map_env_value(db)) |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····3380·2025-03-12·21:11:06.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····3380·2025-03-12·21:11:06.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··25442 | 3 | -rw-r--r--···0········0········0··2544268·2025-03-12·21:11:06.000000·data.tar.xz |
Offset 9146, 15 lines modified | Offset 9146, 15 lines modified | ||
9146 | ················</dt> | 9146 | ················</dt> |
9147 | ················ | 9147 | ················ |
9148 | ················<dd> | 9148 | ················<dd> |
9149 | ····················User·name·for·the·SQL·connection·to·the·database. | 9149 | ····················User·name·for·the·SQL·connection·to·the·database. |
9150 | ····················<p> | 9150 | ····················<p> |
9151 | ························[Default:·<code>pbuilder | 9151 | ························[Default:·<code>pbuilder2</code>] |
9152 | ····················</p> | 9152 | ····················</p> |
9153 | ················</dd> | 9153 | ················</dd> |
9154 | ················ | 9154 | ················ |
9155 | ················<dt> | 9155 | ················<dt> |
9156 | ····················<strong><code>password·=·<passwd></code>· <em>(String)</em></strong> | 9156 | ····················<strong><code>password·=·<passwd></code>· <em>(String)</em></strong> |
9157 | ················</dt> | 9157 | ················</dt> |
9158 | ················ | 9158 | ················ |
Offset 77775, 15 lines modified | Offset 77775, 15 lines modified | ||
77775 | ················ | 77775 | ················ |
77776 | ················<dd> | 77776 | ················<dd> |
77777 | ····················User·name·for·logging·in·to·SQL·database. | 77777 | ····················User·name·for·logging·in·to·SQL·database. |
77778 | Defaults·to·the·current·username. | 77778 | Defaults·to·the·current·username. |
77779 | ····················<p> | 77779 | ····················<p> |
77780 | ························[Default:·<code>pbuilder | 77780 | ························[Default:·<code>pbuilder2</code>] |
77781 | ····················</p> | 77781 | ····················</p> |
77782 | ················</dd> | 77782 | ················</dd> |
77783 | ················ | 77783 | ················ |
77784 | ············</dl> | 77784 | ············</dl> |
77785 | ············ | 77785 | ············ |
77786 | ········</p> | 77786 | ········</p> |
77787 | ········ | 77787 | ········ |
Offset 78718, 15 lines modified | Offset 78718, 15 lines modified | ||
78718 | ················ | 78718 | ················ |
78719 | ················<dd> | 78719 | ················<dd> |
78720 | ····················User·name·for·logging·in·to·SQL·database. | 78720 | ····················User·name·for·logging·in·to·SQL·database. |
78721 | Defaults·to·the·current·username. | 78721 | Defaults·to·the·current·username. |
78722 | ····················<p> | 78722 | ····················<p> |
78723 | ························[Default:·<code>pbuilder | 78723 | ························[Default:·<code>pbuilder2</code>] |
78724 | ····················</p> | 78724 | ····················</p> |
78725 | ················</dd> | 78725 | ················</dd> |
78726 | ················ | 78726 | ················ |
78727 | ················<dt> | 78727 | ················<dt> |
78728 | ····················<strong><code>where·=·<sql-condition></code>· <em>(String)</em></strong> | 78728 | ····················<strong><code>where·=·<sql-condition></code>· <em>(String)</em></strong> |
78729 | ················</dt> | 78729 | ················</dt> |
78730 | ················ | 78730 | ················ |
Offset 78940, 15 lines modified | Offset 78940, 15 lines modified | ||
78940 | ················ | 78940 | ················ |
78941 | ················<dd> | 78941 | ················<dd> |
78942 | ····················User·name·for·logging·in·to·SQL·database. | 78942 | ····················User·name·for·logging·in·to·SQL·database. |
78943 | Defaults·to·the·current·username. | 78943 | Defaults·to·the·current·username. |
78944 | ····················<p> | 78944 | ····················<p> |
78945 | ························[Default:·<code>pbuilder | 78945 | ························[Default:·<code>pbuilder2</code>] |
78946 | ····················</p> | 78946 | ····················</p> |
78947 | ················</dd> | 78947 | ················</dd> |
78948 | ················ | 78948 | ················ |
78949 | ············</dl> | 78949 | ············</dl> |
78950 | ············ | 78950 | ············ |
78951 | ········</p> | 78951 | ········</p> |
78952 | ········ | 78952 | ········ |
Offset 3533, 15 lines modified | Offset 3533, 15 lines modified | ||
3533 | ············of·the·same·name·already·exists,·it·is·dropped·first. | 3533 | ············of·the·same·name·already·exists,·it·is·dropped·first. |
3534 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named | 3534 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named |
3535 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the | 3535 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the |
3536 | ············data·being·written. | 3536 | ············data·being·written. |
3537 | ······[Default:·create] | 3537 | ······[Default:·create] |
3538 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<u\x8us\x8se\x8er\x8rn\x8na\x8am\x8me\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 3538 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<u\x8us\x8se\x8er\x8rn\x8na\x8am\x8me\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
3539 | ······User·name·for·the·SQL·connection·to·the·database. | 3539 | ······User·name·for·the·SQL·connection·to·the·database. |
3540 | ······[Default:·pbuilder | 3540 | ······[Default:·pbuilder2] |
3541 | ··p\x8pa\x8as\x8ss\x8sw\x8wo\x8or\x8rd\x8d·=\x8=·<\x8<p\x8pa\x8as\x8ss\x8sw\x8wd\x8d>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 3541 | ··p\x8pa\x8as\x8ss\x8sw\x8wo\x8or\x8rd\x8d·=\x8=·<\x8<p\x8pa\x8as\x8ss\x8sw\x8wd\x8d>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
3542 | ······Password·for·the·SQL·connection·to·the·database. | 3542 | ······Password·for·the·SQL·connection·to·the·database. |
3543 | =============================================================================== | 3543 | =============================================================================== |
3544 | *\x8**\x8**\x8**\x8**\x8*·7\x87·C\x8Cr\x8ro\x8os\x8ss\x8sm\x8ma\x8at\x8tc\x8ch\x8hi\x8in\x8ng\x8g·*\x8**\x8**\x8**\x8**\x8* | 3544 | *\x8**\x8**\x8**\x8**\x8*·7\x87·C\x8Cr\x8ro\x8os\x8ss\x8sm\x8ma\x8at\x8tc\x8ch\x8hi\x8in\x8ng\x8g·*\x8**\x8**\x8**\x8**\x8* |
3545 | STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables. | 3545 | STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables. |
3546 | Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or | 3546 | Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or |
3547 | different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such | 3547 | different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such |
Offset 23969, 15 lines modified | Offset 23969, 15 lines modified | ||
23969 | ······Password·for·logging·in·to·SQL·database. | 23969 | ······Password·for·logging·in·to·SQL·database. |
23970 | ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 23970 | ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
23971 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, | 23971 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, |
23972 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. | 23972 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. |
23973 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 23973 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
23974 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 23974 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
23975 | ······username. | 23975 | ······username. |
23976 | ······[Default:·pbuilder | 23976 | ······[Default:·pbuilder2] |
23977 | *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x824\x84.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8* | 23977 | *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x824\x84.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8* |
23978 | Here·are·some·examples·of·sqlclient: | 23978 | Here·are·some·examples·of·sqlclient: |
23979 | ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET | 23979 | ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET |
23980 | ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan | 23980 | ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan |
23981 | ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the | 23981 | ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the |
23982 | ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a | 23982 | ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a |
23983 | ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's | 23983 | ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's |
Offset 24301, 15 lines modified | Offset 24301, 15 lines modified | ||
24301 | ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS | 24301 | ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS |
24302 | ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few | 24302 | ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few |
24303 | ······other·cone·search·services. | 24303 | ······other·cone·search·services. |
24304 | ······[Default:·true] | 24304 | ······[Default:·true] |
24305 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 24305 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
24306 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 24306 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
24307 | ······username. | 24307 | ······username. |
24308 | ······[Default:·pbuilder | 24308 | ······[Default:·pbuilder2] |
24309 | ··w\x8wh\x8he\x8er\x8re\x8e·=\x8=·<\x8<s\x8sq\x8ql\x8l-\x8-c\x8co\x8on\x8nd\x8di\x8it\x8ti\x8io\x8on\x8n>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 24309 | ··w\x8wh\x8he\x8er\x8re\x8e·=\x8=·<\x8<s\x8sq\x8ql\x8l-\x8-c\x8co\x8on\x8nd\x8di\x8it\x8ti\x8io\x8on\x8n>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
24310 | ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the | 24310 | ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the |
24311 | ······database.·This·will·be·combined·with·the·constraints·on·position·implied | 24311 | ······database.·This·will·be·combined·with·the·constraints·on·position·implied |
24312 | ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should | 24312 | ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should |
24313 | ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null | 24313 | ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null |
24314 | ······value·indicates·no·additional·criteria. | 24314 | ······value·indicates·no·additional·criteria. |
24315 | *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x825\x85.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8* | 24315 | *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x825\x85.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8* |
Offset 24375, 15 lines modified | Offset 24375, 15 lines modified | ||
24375 | ······[Default:·true] | 24375 | ······[Default:·true] |
24376 | ··s\x8se\x8el\x8le\x8ec\x8ct\x8t·=\x8=·<\x8<s\x8se\x8el\x8le\x8ec\x8ct\x8t-\x8-s\x8st\x8tm\x8mt\x8t>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 24376 | ··s\x8se\x8el\x8le\x8ec\x8ct\x8t·=\x8=·<\x8<s\x8se\x8el\x8le\x8ec\x8ct\x8t-\x8-s\x8st\x8tm\x8mt\x8t>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
24377 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT·statement·to | 24377 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT·statement·to |
24378 | ······identify·which·rows·undergo·updates. | 24378 | ······identify·which·rows·undergo·updates. |
24379 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 24379 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
24380 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 24380 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
24381 | ······username. | 24381 | ······username. |
24382 | ······[Default:·pbuilder | 24382 | ······[Default:·pbuilder2] |
24383 | *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x826\x86.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8* | 24383 | *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x826\x86.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8* |
24384 | Here·are·some·examples·of·sqlupdate: | 24384 | Here·are·some·examples·of·sqlupdate: |
24385 | ······Fills·in·the·HTMID·column·of·a·table·called·FIRST·in·the·local·MySQL | 24385 | ······Fills·in·the·HTMID·column·of·a·table·called·FIRST·in·the·local·MySQL |
24386 | ······database·RADIO,·using·HTM·pixel·indices·based·on·the·existing·right | 24386 | ······database·RADIO,·using·HTM·pixel·indices·based·on·the·existing·right |
24387 | ······ascension·and·declination·columns·in·that·table.·The·HTMID·column·must | 24387 | ······ascension·and·declination·columns·in·that·table.·The·HTMID·column·must |
24388 | ······exist·prior·to·executing·this·command. | 24388 | ······exist·prior·to·executing·this·command. |
24389 | =============================================================================== | 24389 | =============================================================================== |