CodeCharge Studio

getJDBCConnection Method (Java)

Applies to

JDBCConnectionFactory

Syntax

public static JDBCConnection getJDBCConnection(java.lang.String connectionName);
public static JDBCConnection getJDBCConnection(java.lang.String,boolean);

Return value

JDBCConnection - the JDBCConnection of the given name or null if it is impossible

Parameters

Name Type Description
connectionName String The Connection name

Description

This method creates a new JDBCConnection by connection name.


On-line, printable versions and updates