Commit f30d1733 by Patryk Czarnik

komentarz do bloba

parent 1d56b30c
...@@ -7,6 +7,9 @@ import java.sql.Statement; ...@@ -7,6 +7,9 @@ import java.sql.Statement;
public class P13a_Blob_Create { public class P13a_Blob_Create {
// nazwa typu dla danych binarnych w wielu bazach danych, w tym Oracle, to BLOB
// w PostgreSQL ten typ nazywa się BYTEA
public static void main(String[] args) { public static void main(String[] args) {
final String sql = """ final String sql = """
DROP TABLE IF EXISTS photos; DROP TABLE IF EXISTS photos;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment