org.apache.lucene.store.jdbc.dialect
Class MySQLInnoDBDialect
java.lang.Object
org.apache.lucene.store.jdbc.dialect.Dialect
org.apache.lucene.store.jdbc.dialect.MySQLDialect
org.apache.lucene.store.jdbc.dialect.MySQLInnoDBDialect
public class MySQLInnoDBDialect
- extends MySQLDialect
- Author:
- kimchy
| Methods inherited from class org.apache.lucene.store.jdbc.dialect.MySQLDialect |
closeBlobSelectQuote, closeQuote, getBitType, getBlobType, getCurrentTimestampFunction, getCurrentTimestampSelectString, getNumberType, getTimestampType, getVarcharType, isCurrentTimestampSelectStringCallable, openBlobSelectQuote, openQuote, supportsCurrentTimestampSelection, supportsForUpdate, supportsIfExistsBeforeTableName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MySQLInnoDBDialect
public MySQLInnoDBDialect()
getTableTypeString
public String getTableTypeString()
- Description copied from class:
Dialect
- The type of the table that is created. Defaults to an empty string.
- Overrides:
getTableTypeString in class Dialect
Copyright (c) 2004-2008 The Compass Project.