|
SolarMetric Kodo JDO 3.3.5 generated on August 31 2005 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--kodo.jdbc.sql.DBDictionary
|
+--kodo.jdbc.sql.InterbaseDictionary
Dictionary for Borland Interbase.
| Constructor Summary | |
InterbaseDictionary()
|
|
| Method Summary | |
protected String |
appendSize(Column col,
String typeName)
Helper method to add size properties to the specified type. |
protected String |
getColumnNameForMetadata(String columnName)
Returns the column name that will be used for obtaining information from DatabaseMetaData. |
String[] |
getDropColumnSQL(Column column)
Return a series of SQL statements to drop the given column from its table. |
protected String |
getTableNameForMetadata(String tableName)
Returns the table name that will be used for obtaining information from DatabaseMetaData. |
void |
indexOf(SQLBuffer buf,
FilterValue str,
FilterValue find,
FilterValue start)
Invoke this database's indexOf function. |
void |
substring(SQLBuffer buf,
FilterValue str,
FilterValue start,
FilterValue end)
Invoke this database's substring function. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InterbaseDictionary()
| Method Detail |
protected String getTableNameForMetadata(String tableName)
DBDictionaryDatabaseMetaData.getTableNameForMetadata in class DBDictionaryprotected String getColumnNameForMetadata(String columnName)
DBDictionaryDatabaseMetaData.getColumnNameForMetadata in class DBDictionary
protected String appendSize(Column col,
String typeName)
DBDictionaryfixedSizeTypeNameSet).appendSize in class DBDictionary
public void indexOf(SQLBuffer buf,
FilterValue str,
FilterValue find,
FilterValue start)
DBDictionaryindexOf in class DBDictionarykodo.jdbc.sql.DBDictionarybuf - the SQL buffer to write the indexOf invocation tostr - a query value representing the target stringsearch - a query value representing the search stringstart - a query value representing the start index, or null
to start at the beginning
public void substring(SQLBuffer buf,
FilterValue str,
FilterValue start,
FilterValue end)
DBDictionarysubstring in class DBDictionarykodo.jdbc.sql.DBDictionarybuf - the SQL buffer to write the substring invocation tostr - a query value representing the target stringstart - a query value representing the start indexend - a query value representing the end index, or null
for nonepublic String[] getDropColumnSQL(Column column)
DBDictionaryDBMetaData is checked for support automatically. Returns
ALTER TABLE <table name> DROP COLUMN <col name>
by default.getDropColumnSQL in class DBDictionary
|
SolarMetric Kodo JDO 3.3.5 generated on August 31 2005 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||