-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJDBC.java
767 lines (668 loc) · 23.4 KB
/
JDBC.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
import java.sql.*;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Scanner;
import java.util.ArrayList;
public class ServizioDelivery
{
public static void main(String[] args)
{
System.out.println("Inserire operazione da inserire");
System.out.println("1- Registrazione di un ordine");
System.out.println("2- Consegna di un ordine");
System.out.println("3- Verifica della possibilità di effettuare un ordine ad un determinato ristorante");
System.out.println("4- Visualizzazione dei ristoranti disponibili all’accettazione di un ordine");
System.out.println("5- Valutazione di un rider");
System.out.println("6- Visualizzazione per ogni cliente del numero di ordini effettuati");
System.out.println("7- Abilitazione dell’affidamento ad una società di un servizio di delivery");
System.out.println("8- Assunzione di un nuovo dipendente per la consegna degli ordini");
System.out.println("9- Visualizzazione dei nomi dei ristoranti che impiegano dipendenti propri per la consegna o che si affidano ai servizi della società «Food Delivery»");
System.out.println("10- Visualizzazione degli ordini consegnati da Raider ancora non valutati");
System.out.println("11- Cancellazione di un ordine ancora non consegnato");
System.out.println("12- Stampa di tutte le persone (nome, cognome) che abbiano consegnato ordini a «Giuseppe Verdi»");
System.out.println("13- Stampa di un report che mostri i dati dei ristoranti, incluso la coda di ordini attuale");
System.out.println("14- Stampa settimanale di un report che mostri i dati dei rider, incluso lo score medio ottenuto nelle valutazioni da parte dei clienti");
System.out.println("15- Stampa settimanale di tutti i clienti che nell’ultima settimana abbiano effettuato almeno una valutazione inferiore al corrispondente score medio di un raider");
Scanner in = new Scanner(System.in);
int scelta = in.nextInt();
switch(scelta)
{
case 1: primaQuery();
break;
case 2: secondaQuery();
break;
case 3: terzaQuery();
break;
case 4: quartaQuery();
break;
case 5: quintaQuery();
break;
case 6: sestaQuery();
break;
case 7: settimaQuery();
break;
case 8: ottavaQuery();
break;
case 9: nonaQuery();
break;
case 10: decimaQuery();
break;
case 11: undicesimaQuery();
break;
case 12: dodicesimaQuery();
break;
case 13: tredicesimaQuery();
break;
case 14: quattordicesimaQuery();
break;
case 15: quindicesimaQuery();
break;
}
}
public static void primaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Scanner in = new Scanner(System.in);
System.out.println("Inserire: Codice Ordine, Descrizione, Data, Stato, Tipo, Numero ordini giornalieri, Partita IVA ristorante");
String codice, descrizione, data, stato, tipo, nordini, iva;
codice = in.nextLine();
descrizione = in.nextLine();
data = in.nextLine();
stato = in.nextLine();
tipo = in.nextLine();
nordini = in.nextLine();
iva = in.nextLine();
String query = "INSERT INTO ordine VALUES ('"+codice+"','"+descrizione+"','"+data+"','"+stato+"','"+tipo+"','"+nordini+"','"+iva+"');";
Statement s = conn.createStatement();
s.executeUpdate(query);
System.out.println("Query eseguita correttamente");
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
}
public static void secondaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Scanner in = new Scanner(System.in);
System.out.println("Inserire codice dell'ordine da consegnare");
int n = in.nextInt();
String query = "DELETE FROM ordine WHERE Codice="+n+";";
Statement s = conn.createStatement();
s.executeUpdate(query);
System.out.println("Query eseguita correttamente");
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
}
public static void terzaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Scanner in = new Scanner(System.in);
System.out.println("Inserire la partita IVA del ristorante da eseguire");
String s = in.nextLine();
String query = "SELECT 1 FROM ristorante WHERE Partita_IVA = "+s+";";
Statement stm = conn.createStatement();
ResultSet rs = stm.executeQuery(query);
if(rs.next())
System.out.println("E' possibile effettuare ordini per questo ristorante");
else
System.out.println("Impossibile effettuare ordini per questo ristorante");
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
}
public static void quartaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Scanner in = new Scanner(System.in);
System.out.println("Inserire partita IVA del ristorante per verificarne la disponibilità");
String s = in.nextLine();
String query = "SELECT COUNT(*) FROM ordine WHERE Ristorante = "+s+";";
Statement stm = conn.createStatement();
ResultSet rs = stm.executeQuery(query);
rs.next();
System.out.println(rs.getInt(1));
if(rs.getInt(1) < 50)
System.out.println("E' possibile effettuare ordini per questo ristorante");
else
System.out.println("Impossibile effettuare ordini per questo ristorante");
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
}
public static void quintaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Scanner in = new Scanner(System.in);
System.out.println("Inserire il Codice Fiscale del raider da valutare");
String raider = in.nextLine();
boolean flag = false;
int recensione = 0;
System.out.println("Inserire punteggio valutazione da 1 a 5 stelle");
while(!flag)
{
recensione = Integer.parseInt(in.nextLine());
if(recensione < 1 || recensione > 5)
System.out.println("Punteggio recensione non valido");
else
flag = true;
}
String query = "UPDATE cliente SET Punteggio_Recensione = '"+recensione+"' WHERE Raider = '"+raider+"';";
Statement stm = conn.createStatement();
stm.executeUpdate(query);
System.out.println("Query eseguita correttamente");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
}
public static void sestaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Statement s = conn.createStatement();
ResultSet result = s.executeQuery("SELECT Cliente FROM consegna");
ArrayList<String> clienti = new ArrayList<String>();
while(result.next())
{
clienti.add(result.getString("Cliente"));
}
for(int i=0; i<clienti.size(); i++)
{
result = s.executeQuery("SELECT Ordine FROM consegna WHERE Cliente = '"+clienti.get(i)+"';");
ArrayList<String> codici = new ArrayList<String> ();
while(result.next())
{
codici.add(result.getString("Ordine"));
for(int j=0; j<codici.size(); j++)
{
result = s.executeQuery("SELECT Numero_Ordini_Giornalieri FROM ordine WHERE Codice = '"+codici.get(j)+"';");
while(result.next())
{
System.out.println("Cliente : "+clienti.get(i)+" Numero ordini: "+result.getInt("Numero_Ordini_Giornalieri"));
}
}
}
}
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
}
public static void settimaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Scanner in = new Scanner(System.in);
System.out.println("Inserire partita Iva della società e codice, descrizione, data, cadenza settimanale del servizio");
String iva = in.nextLine();
String codice = in.nextLine();
String descrizione = in.nextLine();
String data = in.nextLine();
String cadenza = in.nextLine();
String query = "INSERT INTO servizio VALUE ('"+codice+"','"+descrizione+"','"+data+"','"+cadenza+"','"+iva+"');";
Statement s = conn.createStatement();
s.executeUpdate(query);
System.out.println("Query eseguita correttamente");
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
}
public static void ottavaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Scanner in = new Scanner(System.in);
System.out.println("Inserire codice fiscale, nome, cognome, curriculum, numero anni di esperienza");
String cf = in.nextLine();
String nome = in.nextLine();
String cognome = in.nextLine();
String curriculum = in.nextLine();
String nanni = in.nextLine();
System.out.println("Inserire codice del servizio, tipo contratto e data inizio contratto");
String codice = in.nextLine();
String contratto = in.nextLine();
String data = in.nextLine();
String query = "INSERT INTO dipendente VALUE ('"+cf+"','"+nome+"','"+cognome+"','"+curriculum+"','"+nanni+"');";
Statement s = conn.createStatement();
s.executeUpdate(query);
s.executeUpdate("INSERT INTO assunzione VALUE ('"+cf+"','"+codice+"','"+contratto+"','"+data+"');");
System.out.println("Query eseguita correttamente");
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
}
public static void nonaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Statement s = conn.createStatement();
ResultSet result = s.executeQuery("SELECT Servizio FROM assunzione");
ArrayList<String> codici = new ArrayList<String>();
System.out.println("Nome dei ristoranti che affidano la consegna ai dipendenti: ");
while(result.next())
{
codici.add(result.getString("Servizio"));
}
for(int i=0; i<codici.size(); i++)
{
result = s.executeQuery("SELECT Ristorante FROM riferimento WHERE Servizio = '"+codici.get(i)+"';");
ArrayList<String> iva = new ArrayList<String> ();
while(result.next())
{
iva.add(result.getString("Ristorante"));
}
for(int j=0; j<iva.size(); j++)
{
result = s.executeQuery("SELECT Nome FROM ristorante WHERE Partita_Iva = '"+iva.get(j)+"';");
while(result.next())
{
System.out.println(result.getString("Nome"));
}
}
}
result = s.executeQuery("SELECT Partita_IVA FROM società WHERE Nome = 'FOOD DELIVERY';");
ArrayList<String> ivasocieta = new ArrayList<String> ();
while(result.next())
{
ivasocieta.add(result.getString("Partita_IVA"));
}
System.out.println("\nNome dei ristoranti che affidano la consegna alla società 'Food Delivery': ");
for(int i=0; i<ivasocieta.size(); i++)
{
result = s.executeQuery("SELECT Codice FROM servizio WHERE Società = '"+ivasocieta.get(i)+"';");
ArrayList<String> servizio = new ArrayList<String> ();
while(result.next())
{
servizio.add(result.getString("Codice"));
}
for(int j=0; j<servizio.size(); j++)
{
result = s.executeQuery("SELECT Ristorante FROM riferimento WHERE Servizio = '"+servizio.get(j)+"';");
ArrayList<String> ristorante = new ArrayList<String> ();
while(result.next())
{
ristorante.add(result.getString("Ristorante"));
}
for(int z=0; z<ristorante.size(); z++)
{
result = s.executeQuery("SELECT Nome FROM ristorante WHERE Partita_IVA = '"+ristorante.get(z)+"';");
while(result.next())
{
System.out.println(result.getString("Nome"));
}
}
}
}
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
}
public static void decimaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Statement s = conn.createStatement();
ResultSet result = s.executeQuery("SELECT Codice_Fiscale FROM raider");
ArrayList<String> cf = new ArrayList<String> ();
ArrayList<String> raider = new ArrayList<String> ();
while(result.next())
{
cf.add(result.getString("Codice_Fiscale"));
}
result = s.executeQuery("SELECT Raider FROM cliente");
while(result.next())
{
raider.add(result.getString("Raider"));
}
for(int i=0; i<cf.size(); i++)
{
for(int j=0; j<raider.size(); j++)
{
if(cf.get(i) == raider.get(j))
cf.remove(i);
}
}
for(int i=0; i<cf.size(); i++)
{
result = s.executeQuery("SELECT Società FROM impiego WHERE Raider = '"+cf.get(i)+"';");
ArrayList<String> società = new ArrayList<String>();
while(result.next())
{
società.add(result.getString("Società"));
}
for(int j=0; j<società.size(); j++)
{
result = s.executeQuery("SELECT Codice FROM servizio WHERE Società = '"+società.get(j)+"';");
ArrayList<String> servizio = new ArrayList<String>();
while(result.next())
{
servizio.add(result.getString("Codice"));
}
for(int k=0; k<servizio.size(); k++)
{
result = s.executeQuery("SELECT Ristorante FROM riferimento WHERE Servizio = '"+servizio.get(k)+"';");
ArrayList<String> ristorante = new ArrayList<String>();
while(result.next())
{
ristorante.add(result.getString("Ristorante"));
}
for(int l=0; l<ristorante.size(); l++)
{
result = s.executeQuery("SELECT Codice FROM ordine WHERE Ristorante = '"+ristorante.get(l)+"';");
while(result.next())
{
System.out.println(result.getString("Codice"));
}
}
}
}
}
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
e.printStackTrace();
}
}
public static void undicesimaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
System.out.println("Tutti gli ordini non consegnati sono stati rimossi");
Statement s = conn.createStatement();
s.executeUpdate("DELETE FROM ordine WHERE Stato = 'NON CONSEGNATO'");
System.out.println("Query eseguita correttamente");
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
}
public static void dodicesimaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Statement s = conn.createStatement();
ResultSet result = s.executeQuery("SELECT Codice_Fiscale FROM cliente WHERE Nome = 'GIUSEPPE VERDI'");
ArrayList<String> cliente = new ArrayList<String> ();
while(result.next())
{
cliente.add(result.getString("Codice_Fiscale"));
}
for(int i=0; i<cliente.size(); i++)
{
result = s.executeQuery("SELECT Ordine FROM consegna WHERE Cliente = '"+cliente.get(i)+"';");
ArrayList<String> ordine = new ArrayList<String> ();
while(result.next())
{
ordine.add(result.getString("Ordine"));
}
for(int j=0; j<ordine.size(); j++)
{
result = s.executeQuery("SELECT Ristorante FROM ordine WHERE Codice = '"+ordine.get(j)+"';");
ArrayList<String> ristorante = new ArrayList<String> ();
while(result.next())
{
ristorante.add(result.getString("Ristorante"));
}
for(int k=0; k<ristorante.size(); j++)
{
result = s.executeQuery("SELECT Servizio FROM riferimento WHERE Ristorante = '"+ristorante.get(k)+"';");
ArrayList<String> servizio = new ArrayList<String> ();
while(result.next())
{
servizio.add(result.getString("Servizio"));
}
for(int l=0; l<servizio.size(); l++)
{
result = s.executeQuery("SELECT Dipendente FROM assunzione WHERE Servizio = '"+servizio.get(l)+"';");
ArrayList<String> dipendente = new ArrayList<String> ();
while(result.next())
{
dipendente.add(result.getString("Dipendente"));
}
for(int m=0; m<dipendente.size(); m++)
{
result = s.executeQuery("SELECT Nome, Cognome FROM dipendente WHERE Codice_Fiscale = '"+dipendente.get(m)+"';");
while(result.next())
{
System.out.println(result.getString("Nome"));
System.out.println(result.getString("Cognome"));
}
}
}
for(int n=0; n<servizio.size(); n++)
{
result = s.executeQuery("SELECT Società FROM servizio WHERE Codice = '"+servizio.get(n)+"';");
ArrayList<String> società = new ArrayList<String> ();
while(result.next())
{
società.add(result.getString("Società"));
}
for(int o=0; o<società.size(); o++)
{
result = s.executeQuery("SELECT Raider FROM impiego WHERE Società = '"+società.get(o)+"';");
ArrayList<String> raider = new ArrayList<String> ();
while(result.next())
{
raider.add(result.getString("Raider"));
}
for(int p=0; p<raider.size(); p++)
{
result = s.executeQuery("SELECT Nome,Cognome FROM raider WHERE Codice_Fiscale = '"+raider.get(p)+"';");
while(result.next())
{
System.out.println(result.getString("Nome"));
System.out.println(result.getString("Cognome"));
}
}
}
}
}
}
}
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
}
public static void tredicesimaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Statement s = conn.createStatement();
ResultSet result = s.executeQuery("SELECT * FROM ristorante");
System.out.println("Dati dei ristoranti: ");
while(result.next())
{
System.out.println("\n");
System.out.println(result.getNString("Partita_IVA"));
System.out.println(result.getString("Nome"));
System.out.println(result.getString("Città"));
System.out.println(result.getString("Via"));
System.out.println(result.getString("CAP"));
System.out.println(result.getString("Numero_Telefono"));
System.out.println(result.getString("Numero_Prenotazioni"));
System.out.println(result.getString("Nome_Proprietario"));
}
result = s.executeQuery("SELECT * FROM ordine WHERE Stato = 'NON CONSEGNATO'");
System.out.println("\n\nOrdini ancora non consegnati: ");
while(result.next())
{
System.out.println("\n");
System.out.println(result.getString("Codice"));
System.out.println(result.getString("Descrizione"));
System.out.println(result.getString("Data_Ordine"));
System.out.println(result.getString("Stato"));
System.out.println(result.getString("Tipo"));
System.out.println(result.getString("Numero_Ordini_Giornalieri"));
System.out.println(result.getString("Ristorante"));
}
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
}
public static void quattordicesimaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Statement s = conn.createStatement();
ResultSet result = s.executeQuery("SELECT * FROM raider");
System.out.println("Dati dei raider: ");
while(result.next())
{
System.out.println("\n");
System.out.println(result.getNString("Codice_Fiscale"));
System.out.println(result.getString("Nome"));
System.out.println(result.getString("Cognome"));
System.out.println(result.getString("Data_Primo_Impiego"));
System.out.println(result.getString("Disponibilità"));
}
result = s.executeQuery("SELECT * FROM cliente");
System.out.println("\n\nNome e Cognome e punteggio dei clienti al raider");
while(result.next())
{
System.out.println("\n");
System.out.println(result.getString("Raider"));
System.out.println(result.getString("Punteggio_Recensione"));
System.out.println(result.getString("Nome"));
System.out.println(result.getString("Cognome"));
}
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
}
public static void quindicesimaQuery()
{
try
{
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/servizio_delivery","root","shalletta14");
Statement s = conn.createStatement();
ResultSet result = s.executeQuery("SELECT Codice_Fiscale FROM cliente WHERE Punteggio_Recensione IS NOT NULL");
while(result.next())
{
System.out.println(result.getString("Codice_Fiscale"));
}
}
catch(ClassNotFoundException e)
{
System.out.println("Errore di connessione al driver");
}
catch(SQLException e)
{
System.out.println("Errore di connessione al Database");
}
}
}