org.wso2.registry.jdbc.indexing
Class MySQLDialectDriver

java.lang.Object
  extended by MySQLInnoDBDialect
      extended by org.wso2.registry.jdbc.indexing.MySQLDialectDriver

public class MySQLDialectDriver
extends MySQLInnoDBDialect

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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLDialectDriver

public MySQLDialectDriver()
Method Detail

openBlobSelectQuote

public java.lang.String openBlobSelectQuote()

closeBlobSelectQuote

public java.lang.String closeBlobSelectQuote()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.