Constructor and Description |
---|
SQLDatasource() |
Modifier and Type | Method and Description |
---|---|
void |
closeConnectionPool() |
BValue |
copy() |
String |
getConnectorId() |
String |
getDatabaseName() |
Connection |
getSQLConnection() |
BType |
getType() |
XADataSource |
getXADataSource() |
boolean |
init(BStruct options,
String dbType,
String hostOrPath,
int port,
String username,
String password,
String dbName) |
boolean |
isXAConnection() |
String |
stringValue() |
public String getDatabaseName()
public boolean init(BStruct options, String dbType, String hostOrPath, int port, String username, String password, String dbName)
public Connection getSQLConnection()
public String getConnectorId()
public boolean isXAConnection()
public XADataSource getXADataSource()
public void closeConnectionPool()
public String stringValue()
stringValue
in interface BValue
Copyright © 2018 WSO2. All rights reserved.