|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDatabaseMetadata
| Method Summary | |
|---|---|
String |
getDatabaseProductName()
|
String |
getDatabaseProductVersion()
|
String |
getJdbcDriver()
|
String |
getJdbcDriverVersion()
|
String |
getJdbcUrl()
|
String |
getJdbcUser()
|
IJoinQueryString |
getJoinQuery()
Gets the appropriate IJoinQueryString implemenation for
the database. |
String |
sqlTimeStamp()
SQL TimeStamp format of current time. |
String |
sqlTimeStamp(Date date)
SQL TimeStamp format a Date. |
String |
sqlTimeStamp(long date)
SQL TimeStamp format a long. |
boolean |
supportsOuterJoins()
Returns true if the database server supports outer
joins. |
boolean |
supportsPreparedStatements()
Returns true if the database server supports prepared statements. |
boolean |
supportsTransactions()
Returns true if the database server supports transactions. |
| Method Detail |
|---|
IJoinQueryString getJoinQuery()
IJoinQueryString implemenation for
the database. If supportsOuterJoins() returns false
this will return null.
IJoinQueryString implemenation.boolean supportsOuterJoins()
true if the database server supports outer
joins. The query to use if this returns true can
be retrieved from the getJoinQuery() method.
true if the server supports outer joins.boolean supportsTransactions()
true if the database server supports transactions.
true if the server supports transactions.boolean supportsPreparedStatements()
true if the database server supports prepared statements.
true if the server supports prepared statements.String sqlTimeStamp()
String sqlTimeStamp(long date)
date - The time in milliseconds to format.
String sqlTimeStamp(Date date)
date - The date to format.
String getDatabaseProductName()
String getDatabaseProductVersion()
String getJdbcDriver()
String getJdbcDriverVersion()
String getJdbcUrl()
String getJdbcUser()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||