net.sourceforge.squirrel_sql.plugins.mysql.util
Class DBUtils
java.lang.Object
net.sourceforge.squirrel_sql.plugins.mysql.util.DBUtils
public class DBUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBUtils
public DBUtils(ISession session,
MysqlPlugin plugin)
- Ctor specifying the current session.
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.