This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class Vysledek | |
| { | |
| //== Datové atributy (statické i instancí)====================================== | |
| private Tym domaci; | |
| private Tym hoste; | |
| private int kolo; | |
| private String datum; | |
| private int domaciGolu; | |
| private int hosteGolu; | |
| private boolean prodlouzeni; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Vysledek { | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE OR REPLACE TRIGGER "tib_je_polozkou" before insert | |
| on JE_POLOZKOU for each row | |
| declare | |
| EX_NEKOMP_POB EXCEPTION; | |
| EX_KOLO_JE_PUJC EXCEPTION; | |
| EX_UZAVR_VYPUJC EXCEPTION; | |
| volne integer; | |
| uzavreno TIMESTAMP; | |
| pobockaVyp integer; | |
| pobockaKol integer; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| width: 210mm; | |
| margin: 1em auto; | |
| font-family: Verdana, Arial, sans-serif; | |
| } | |
| h1 { | |
| text-align: center; | |
| margin-bottom: .4cm; | |
| font-size: 1.7em; | |
| } |
NewerOlder