Package main
Class JDBC
java.lang.Object
main.JDBC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static Connection
static PreparedStatement
static void
static void
makePreparedStatement
(String sqlStatement, Connection conn)
-
Constructor Details
-
JDBC
public JDBC()
-
-
Method Details
-
makeConnection
public static void makeConnection() -
getConnection
-
closeConnection
public static void closeConnection() -
makePreparedStatement
- Throws:
SQLException
-
getPreparedStatement
- Throws:
SQLException
-