net.sourceforge.squirrel_sql.plugins.mysql.util
Class DBUtils

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.mysql.util.DBUtils

public class DBUtils
extends Object


Constructor Summary
DBUtils(ISession session, MysqlPlugin plugin)
          Ctor specifying the current session.
 
Method Summary
 void execute(String SQLQuery)
           
 String[] getColumnNames()
           
 Vector<String> getDataTypes()
           
 String[] getFieldDataTypes()
           
 String getPrimaryKeyColumn()
           
 ITableInfo getTableInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBUtils

public DBUtils(ISession session,
               MysqlPlugin plugin)
Ctor specifying the current session.

Method Detail

getTableInfo

public ITableInfo getTableInfo()

getColumnNames

public String[] getColumnNames()

getFieldDataTypes

public String[] getFieldDataTypes()

execute

public void execute(String SQLQuery)

getDataTypes

public Vector<String> getDataTypes()

getPrimaryKeyColumn

public String getPrimaryKeyColumn()


Copyright © 2001-2013. All Rights Reserved.