|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatabaseMetadata
Method Summary | |
---|---|
IJoinQueryString |
getJoinQuery()
Gets the appropriate IJoinQueryString implemenation for
the database. |
java.lang.String |
sqlTimeStamp()
SQL TimeStamp format of current time. |
java.lang.String |
sqlTimeStamp(java.util.Date date)
SQL TimeStamp format a Date. |
java.lang.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.java.lang.String sqlTimeStamp()
java.lang.String sqlTimeStamp(long date)
date
- The time in milliseconds to format.
java.lang.String sqlTimeStamp(java.util.Date date)
date
- The date to format.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |