{"id":16413886,"url":"https://github.com/celalaygar/erc_swing_example","last_synced_at":"2025-02-24T09:23:47.113Z","repository":{"id":96476448,"uuid":"231192224","full_name":"celalaygar/erc_swing_example","owner":"celalaygar","description":"This project is about simple patient automation and used Java8, Oracle, Jdbc, Swing","archived":false,"fork":false,"pushed_at":"2020-01-01T08:40:44.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T13:36:19.410Z","etag":null,"topics":["dbeaver","java9","ojdbc7","oracle","oracle-database","swing","swing-gui"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/celalaygar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-01T08:29:08.000Z","updated_at":"2020-01-01T08:43:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"1b393d8d-5812-45e5-89da-85f409d3aeab","html_url":"https://github.com/celalaygar/erc_swing_example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celalaygar%2Ferc_swing_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celalaygar%2Ferc_swing_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celalaygar%2Ferc_swing_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celalaygar%2Ferc_swing_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celalaygar","download_url":"https://codeload.github.com/celalaygar/erc_swing_example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240450845,"owners_count":19803352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbeaver","java9","ojdbc7","oracle","oracle-database","swing","swing-gui"],"created_at":"2024-10-11T06:52:36.807Z","updated_at":"2025-02-24T09:23:46.960Z","avatar_url":"https://github.com/celalaygar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# erc-example\nThis project is simple project and about patient\n\n### Using Tools \u0026 Technologies\n``` \nJava \nOracle db\nSwing\nJdbc\n``` \n\n### Sql query\n``` \n\tCREATE TABLE AAPATIENT \n   (\t\n\t\tpatientid NUMBER(19,0) NOT NULL ENABLE, \n\t\tname VARCHAR2(255 CHAR), \n\t\tlastname VARCHAR2(255 CHAR), \n\t\tage VARCHAR2(255 CHAR),\n\t\tgender VARCHAR2(255 CHAR),\n\t\tcity VARCHAR2(255 CHAR),\n\t\tstatus NUMBER(10,0), \n\t\tPRIMARY KEY (patientid)\n    );\n   \n   CREATE TABLE \"AVC237\".\"AAPATIENT\" \n   (\t\"PATIENTID\" NUMBER(19,0) NOT NULL ENABLE, \n\t\t\"NAME\" VARCHAR2(255 CHAR), \n\t\t\"LASTNAME\" VARCHAR2(255 CHAR), \n\t\t\"AGE\" VARCHAR2(255 CHAR), \n\t\t\"GENDER\" VARCHAR2(255 CHAR), \n\t\t\"CITY\" VARCHAR2(255 CHAR), \n\t\t\"STATUS\" NUMBER(10,0), \n\t\t PRIMARY KEY (\"PATIENTID\")\n\t  USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS \n\t  STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645\n\t  PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1\n\t  BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)\n\t  TABLESPACE \"USERS\"  ENABLE\n   ) SEGMENT CREATION IMMEDIATE \n \n   CREATE SEQUENCE AA_PATIENT_SEQ START WITH 1 INCREMENT BY 1\n    \n   INSERT INTO AAPATIENT  VALUES (1,'Can','Yücel','51','Male','Zonguldak')\n   INSERT INTO AAPATIENT  VALUES (2,'Harun ','tunay','5','Male','Ankara')\n   INSERT INTO AAPATIENT  VALUES (3,'Firidevs','tunay','6','Female','Kayseri')\n\n   SELECT *  FROM AAPATIENT ORDER BY PATIENTID\n   SELECT AA_PATIENT_SEQ.NEXTVAL FROM DUAL \n   \n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelalaygar%2Ferc_swing_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelalaygar%2Ferc_swing_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelalaygar%2Ferc_swing_example/lists"}