| Package | Description |
|---|---|
| scriptella.jdbc |
Scriptella JDBC Bridge.
|
| scriptella.spi |
Service Provider Interface classes.
|
| scriptella.text |
Classes for formatting and parsing text.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcConnection |
GenericDriver.connect(ConnectionParameters params) |
protected JdbcConnection |
GenericDriver.connect(ConnectionParameters parameters,
Properties props)
Creates Scriptella JDBC connection.
|
protected void |
JdbcConnection.init(ConnectionParameters parameters)
Called in constructor
|
| Constructor and Description |
|---|
JdbcConnection(Connection con,
ConnectionParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ScriptellaDriver.connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters.
|
| Constructor and Description |
|---|
AbstractConnection(ConnectionParameters parameters)
Instantiates a connection with parameters.
|
AbstractConnection(DialectIdentifier dialectIdentifier,
ConnectionParameters parameters)
Instantiates a connection with dialectIdentifier and connection parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static TypedPropertiesSource |
TypedPropertiesSource.from(ConnectionParameters connectionParameters)
Converts connectionParameters to TypedPropertiesSource.
|
static PropertyFormatInfo |
PropertyFormatInfo.parse(ConnectionParameters params,
String prefix) |
Copyright © 2006-2012. All Rights Reserved.