|
||||||||||
| 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.SybaseDialect
org.apache.lucene.store.jdbc.dialect.SQLServerDialect
public class SQLServerDialect
A SQLServer dialect.
| Constructor Summary | |
|---|---|
SQLServerDialect()
|
|
| Method Summary | |
|---|---|
char |
closeQuote()
The closing quote for a quoted identifier . |
char |
openQuote()
The opening quote for a quoted identifier. |
String |
sqlTableExists(String catalog,
String schemaName)
If the dialect support a special query to check if a table exists, the actual sql that is used to perform it. |
boolean |
supportsTableExists()
SQLServer supports if table exists queries. |
| Methods inherited from class org.apache.lucene.store.jdbc.dialect.SybaseDialect |
|---|
getBitType, getBlobType, getCurrentTimestampFunction, getCurrentTimestampSelectString, getForUpdateString, getNumberType, getTimestampType, getVarcharType, isCurrentTimestampSelectStringCallable, supportsCurrentTimestampSelection, supportsForUpdate |
| Methods inherited from class org.apache.lucene.store.jdbc.dialect.Dialect |
|---|
closeBlobSelectQuote, getCascadeConstraintsString, getForUpdateNowaitString, getTableTypeString, openBlobSelectQuote, processSettings, supportsIfExistsAfterTableName, supportsIfExistsBeforeTableName, supportTransactionalScopedBlobs, useExistsBeforeInsertLock, useInputStreamToInsertBlob |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLServerDialect()
| Method Detail |
|---|
public char closeQuote()
Dialect
closeQuote in class Dialectpublic char openQuote()
Dialect
openQuote in class Dialectpublic boolean supportsTableExists()
supportsTableExists in class Dialect
public String sqlTableExists(String catalog,
String schemaName)
DialectDialect.supportsTableExists().
sqlTableExists in class Dialect
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||