org.melati.poem
Class UnindexableLogEvent

java.lang.Object
  extended by org.melati.poem.PoemLogEvent
      extended by org.melati.poem.UnindexableLogEvent

public class UnindexableLogEvent
extends PoemLogEvent

A warning about an unindexable indexed Column. MSSQL has an unindexable column type: text, but melati does not use it.


Field Summary
 Column column
          The Column we are dealing with.
 
Constructor Summary
UnindexableLogEvent(Column column)
          Constructor.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

column

public Column column
The Column we are dealing with.

Constructor Detail

UnindexableLogEvent

public UnindexableLogEvent(Column column)
Constructor.

Parameters:
column - the column which cannot be indexed
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
The detail message.


Copyright © 2000-2009 PanEris. All Rights Reserved.