Package | Description |
---|---|
com.caucho.amber.manager | |
com.caucho.jdbc | |
com.caucho.jms.jdbc |
Modifier and Type | Method and Description |
---|---|
JdbcMetaData |
AmberPersistenceUnit.getMetaData()
Returns the jdbc meta data.
|
Modifier and Type | Class and Description |
---|---|
class |
DerbyMetaData
Metadata for the Apache Derby database.
|
class |
GenericMetaData |
class |
MysqlMetaData
Metadata for the MySQL database.
|
class |
OracleMetaData
Abstract way of grabbing data from the JDBC connection.
|
class |
PostgresMetaData
Abstract way of grabbing data from the JDBC connection.
|
class |
ResinMetaData
Metadata for the Resin database.
|
class |
SqlServerMetaData
Metadata for the microsoft SQL server database.
|
Modifier and Type | Method and Description |
---|---|
static JdbcMetaData |
JdbcMetaData.create(javax.sql.DataSource ds)
Create based on the connection.
|
Modifier and Type | Method and Description |
---|---|
JdbcMetaData |
JdbcManager.getMetaData()
Returns the meta-data.
|