|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.webobjects.jdbcadaptor.JDBCPlugIn com.webobjects.jdbcadaptor.OpenBasePlugIn
Nested Class Summary | |
static class |
OpenBasePlugIn.OpenBaseExpression
|
static class |
OpenBasePlugIn.OpenBaseSynchronizationFactory
|
Field Summary |
Fields inherited from class com.webobjects.jdbcadaptor.JDBCPlugIn |
DefaultPlugInClassName, DefaultPlugInSuffix |
Constructor Summary | |
OpenBasePlugIn(JDBCAdaptor adaptor)
|
Method Summary | |
String |
connectionURL()
Returns the JDBC URL to use for connecting to the database. |
EOSynchronizationFactory |
createSynchronizationFactory()
Creates a new EOSynchronizationFactory using the plugin's response to adaptor() . |
String |
databaseProductName()
Returns a string identifying the database. |
String |
defaultDriverName()
Returns a fully qualified name of the JDBC driver class that this plugin prefers to use. |
Class |
defaultExpressionClass()
Returns the Java Class to use as the expression class. |
boolean |
isPseudoColumnName(String columnName)
Determines if the column is a "pseudo" column. |
NSDictionary |
jdbcInfo()
Returns database-specific information about the JDBC data source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OpenBasePlugIn(JDBCAdaptor adaptor)
Method Detail |
public String connectionURL()
JDBCPlugIn
connectionURL
in class JDBCPlugIn
JDBCAdaptor.connectionDictionaryURL()
public EOSynchronizationFactory createSynchronizationFactory()
JDBCPlugIn
adaptor()
. The default
EOSynchronizationFactory supports only basic SQL table
generation. Subclasses need to override this method to support
schema synchronization.
createSynchronizationFactory
in class JDBCPlugIn
JDBCPlugIn.synchronizationFactory()
public String databaseProductName()
JDBCPlugIn
databaseProductName
in class JDBCPlugIn
public String defaultDriverName()
JDBCPlugIn
defaultDriverName
in class JDBCPlugIn
public Class defaultExpressionClass()
JDBCPlugIn
defaultExpressionClass
in class JDBCPlugIn
JDBCExpression
,
JDBCAdaptor.defaultExpressionClass()
public boolean isPseudoColumnName(String columnName)
JDBCPlugIn
CREATE TABLE
statement, but was created automatically by the database. These
columns usually should not be considered for reverse
engineering.
isPseudoColumnName
in class JDBCPlugIn
true
if the column should not be reverse
engineered; false
otherwisepublic NSDictionary jdbcInfo()
JDBCPlugIn
jdbcInfo
in class JDBCPlugIn
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |