net.sourceforge.squirrel_sql.plugins.editextras
Class EditExtrasExternalServiceImpl

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.editextras.EditExtrasExternalServiceImpl
All Implemented Interfaces:
EditExtrasExternalService

public class EditExtrasExternalServiceImpl
extends Object
implements EditExtrasExternalService


Constructor Summary
EditExtrasExternalServiceImpl()
           
 
Method Summary
 String getDateEscape(Window parentForDialog)
           
 void quoteSQL(ISQLEntryPanel entryPanel)
           
 void quoteSQLSb(ISQLEntryPanel entryPanel)
           
 void unquoteSQL(ISQLEntryPanel entryPanel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditExtrasExternalServiceImpl

public EditExtrasExternalServiceImpl()
Method Detail

quoteSQL

public void quoteSQL(ISQLEntryPanel entryPanel)
Specified by:
quoteSQL in interface EditExtrasExternalService

quoteSQLSb

public void quoteSQLSb(ISQLEntryPanel entryPanel)
Specified by:
quoteSQLSb in interface EditExtrasExternalService

unquoteSQL

public void unquoteSQL(ISQLEntryPanel entryPanel)
Specified by:
unquoteSQL in interface EditExtrasExternalService

getDateEscape

public String getDateEscape(Window parentForDialog)
Specified by:
getDateEscape in interface EditExtrasExternalService


Copyright © 2001-2012. All Rights Reserved.