|
||||||||||
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.MySQLDialect
org.apache.lucene.store.jdbc.dialect.MySQLInnoDBDialect
org.wso2.carbon.registry.core.jdbc.indexing.MySQLDialectDriver
public class MySQLDialectDriver
This class overrides two methods, dealing with blobs in MySQLInnoDBDialect class to avoid the error caused by not setting emulateLocators property to true in MySQL datasource.
Constructor Summary | |
---|---|
MySQLDialectDriver()
|
Method Summary | |
---|---|
java.lang.String |
closeBlobSelectQuote()
|
java.lang.String |
openBlobSelectQuote()
|
Methods inherited from class org.apache.lucene.store.jdbc.dialect.MySQLInnoDBDialect |
---|
getTableTypeString |
Methods inherited from class org.apache.lucene.store.jdbc.dialect.MySQLDialect |
---|
closeQuote, getBitType, getBlobType, getCurrentTimestampFunction, getCurrentTimestampSelectString, getNumberType, getTimestampType, getVarcharType, isCurrentTimestampSelectStringCallable, openQuote, supportsCurrentTimestampSelection, supportsForUpdate, supportsIfExistsBeforeTableName |
Methods inherited from class org.apache.lucene.store.jdbc.dialect.Dialect |
---|
getCascadeConstraintsString, getForUpdateNowaitString, getForUpdateString, processSettings, sqlTableExists, supportsIfExistsAfterTableName, supportsTableExists, supportTransactionalScopedBlobs, useExistsBeforeInsertLock, useInputStreamToInsertBlob |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MySQLDialectDriver()
Method Detail |
---|
public java.lang.String openBlobSelectQuote()
openBlobSelectQuote
in class org.apache.lucene.store.jdbc.dialect.MySQLDialect
public java.lang.String closeBlobSelectQuote()
closeBlobSelectQuote
in class org.apache.lucene.store.jdbc.dialect.MySQLDialect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |