Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: co vypisuje databaza; private static ResultSet rs = null; // Objekt potrebny na vytvorenie pripojenia private static Connection connection = null; // LOGIN premenne private final static String userName = "root"; private final static String password = "12341"; // Cesta k JDBC DRIVERU ktory sa stara o uskutocnenie pripojenia public […]
↧