org.hibernate.dialect
Class MySQLDialect

public class MySQLDialect
extends Dialect
An SQL dialect for MySQL (prior to 5.x).
SinceNot specified.
VersionNot specified.
AuthorGavin King
Wiki javadoc Use textile entry format.
Add your comments here.
Fields inherited from org.hibernate.dialectDialect
Constructor Summary
MySQLDialect()
No description provided.
Method Summary
boolean areStringComparisonsCaseInsensitive()
No description provided.
char closeQuote()
No description provided.
String getAddColumnString()
No description provided.
String getAddForeignKeyConstraintString( String constraintName, String [] foreignKey, String referencedTable, String [] primaryKey, boolean referencesPrimaryKey )
No description provided.
String getCastTypeName( int code )
No description provided.
String getColumnComment( String comment )
No description provided.
String getCreateTemporaryTableString()
No description provided.
String getCurrentTimestampSelectString()
No description provided.
String getDropForeignKeyString()
No description provided.
String getIdentityColumnString()
No description provided.
String getIdentitySelectString()
No description provided.
String getLimitString( String sql, boolean hasOffset )
No description provided.
ResultSet getResultSet( CallableStatement ps )
No description provided.
String getSelectGUIDString()
No description provided.
String getTableComment( String comment )
No description provided.
boolean isCurrentTimestampSelectStringCallable()
No description provided.
char openQuote()
No description provided.
Boolean performTemporaryTableDDLInIsolation()
No description provided.
boolean qualifyIndexName()
No description provided.
int registerResultSetOutParameter( CallableStatement statement, int col )
No description provided.
protected void registerVarcharTypes()
No description provided.
boolean supportsCascadeDelete()
No description provided.
boolean supportsCurrentTimestampSelection()
No description provided.
boolean supportsEmptyInList()
No description provided.
boolean supportsIdentityColumns()
No description provided.
boolean supportsIfExistsBeforeTableName()
No description provided.
boolean supportsLimit()
No description provided.
boolean supportsLobValueChangePropogation()
No description provided.
boolean supportsRowValueConstructorSyntax()
No description provided.
boolean supportsSubqueryOnMutatingTable()
No description provided.
boolean supportsTemporaryTables()
No description provided.
Methods inherited from org.hibernate.dialectDialect
MySQLDialect
public MySQLDialect ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
areStringComparisonsCaseInsensitive
public boolean areStringComparisonsCaseInsensitive ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
closeQuote
public char closeQuote ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
getAddColumnString
public String getAddColumnString ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
getAddForeignKeyConstraintString
public String getAddForeignKeyConstraintString ( String constraintName, String [] foreignKey, String referencedTable, String [] primaryKey, boolean referencesPrimaryKey )
No description provided.
Overrides method in Dialect
Parameters
TypeNameDescription
String constraintName No description provided.
String [] foreignKey No description provided.
String referencedTable No description provided.
String [] primaryKey No description provided.
boolean referencesPrimaryKey No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
getCastTypeName
public String getCastTypeName ( int code )
No description provided.
Overrides method in Dialect
Parameters
TypeNameDescription
int code No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
getColumnComment
public String getColumnComment ( String comment )
No description provided.
Overrides method in Dialect
Parameters
TypeNameDescription
String comment No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
getCreateTemporaryTableString
public String getCreateTemporaryTableString ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
getCurrentTimestampSelectString
public String getCurrentTimestampSelectString ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
getDropForeignKeyString
public String getDropForeignKeyString ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
getIdentityColumnString
public String getIdentityColumnString ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
getIdentitySelectString
public String getIdentitySelectString ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
getLimitString
public String getLimitString ( String sql, boolean hasOffset )
No description provided.
Overrides method in Dialect
Parameters
TypeNameDescription
String sql No description provided.
boolean hasOffset No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
getResultSet
public ResultSet getResultSet ( CallableStatement ps )
throws
No description provided.
Overrides method in Dialect
Parameters
TypeNameDescription
CallableStatement ps No description provided.
Exceptions
SQLException No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
getSelectGUIDString
public String getSelectGUIDString ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
getTableComment
public String getTableComment ( String comment )
No description provided.
Overrides method in Dialect
Parameters
TypeNameDescription
String comment No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
isCurrentTimestampSelectStringCallable
public boolean isCurrentTimestampSelectStringCallable ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
openQuote
public char openQuote ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
performTemporaryTableDDLInIsolation
public Boolean performTemporaryTableDDLInIsolation ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
qualifyIndexName
public boolean qualifyIndexName ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
registerResultSetOutParameter
public int registerResultSetOutParameter ( CallableStatement statement, int col )
throws
No description provided.
Overrides method in Dialect
Parameters
TypeNameDescription
CallableStatement statement No description provided.
int col No description provided.
Exceptions
SQLException No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
registerVarcharTypes
protected void registerVarcharTypes ( )
No description provided.
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
supportsCascadeDelete
public boolean supportsCascadeDelete ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
supportsCurrentTimestampSelection
public boolean supportsCurrentTimestampSelection ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
supportsEmptyInList
public boolean supportsEmptyInList ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
supportsIdentityColumns
public boolean supportsIdentityColumns ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
supportsIfExistsBeforeTableName
public boolean supportsIfExistsBeforeTableName ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
supportsLimit
public boolean supportsLimit ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
supportsLobValueChangePropogation
public boolean supportsLobValueChangePropogation ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
supportsRowValueConstructorSyntax
public boolean supportsRowValueConstructorSyntax ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
supportsSubqueryOnMutatingTable
public boolean supportsSubqueryOnMutatingTable ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.
supportsTemporaryTables
public boolean supportsTemporaryTables ( )
No description provided.
Overrides method in Dialect
Wiki javadoc Use textile entry format.
Add your comments here.