|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.store.jdbc.dialect.Dialect
org.apache.lucene.store.jdbc.dialect.OracleDialect
org.apache.lucene.store.jdbc.dialect.Oracle8Dialect
public class Oracle8Dialect
An Oracle diaclet. Works with Oracle version 8.
| Constructor Summary | |
|---|---|
Oracle8Dialect()
|
|
| Method Summary | |
|---|---|
String |
getCurrentTimestampFunction()
The database current timestamp function that is used with several sql updates. |
String |
getCurrentTimestampSelectString()
The database current time stamp select query. |
String |
getTimestampType()
The database TIMESTAMP type. |
String |
getVarcharType(int length)
The database varchar type for the given length. |
| Methods inherited from class org.apache.lucene.store.jdbc.dialect.OracleDialect |
|---|
getBitType, getBlobType, getCascadeConstraintsString, getForUpdateNowaitString, getNumberType, isCurrentTimestampSelectStringCallable, sqlTableExists, supportsCurrentTimestampSelection, supportsForUpdate, supportsTableExists, supportTransactionalScopedBlobs |
| Methods inherited from class org.apache.lucene.store.jdbc.dialect.Dialect |
|---|
closeBlobSelectQuote, closeQuote, getForUpdateString, getTableTypeString, openBlobSelectQuote, openQuote, supportsIfExistsAfterTableName, supportsIfExistsBeforeTableName, useExistsBeforeInsertLock, useInputStreamToInsertBlob |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Oracle8Dialect()
| Method Detail |
|---|
public String getCurrentTimestampSelectString()
Dialect
getCurrentTimestampSelectString in class OracleDialectpublic String getCurrentTimestampFunction()
Dialect
getCurrentTimestampFunction in class OracleDialectpublic String getVarcharType(int length)
Dialect
getVarcharType in class OracleDialectpublic String getTimestampType()
Dialect
getTimestampType in class OracleDialect
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||