org.mmbase.module.database.support
Class MMMysql42Node

java.lang.Object
  |
  +--org.mmbase.module.database.support.MMSQL92Node
        |
        +--org.mmbase.module.database.support.MMMysql42Node
All Implemented Interfaces:
MMJdbc2NodeInterface

public class MMMysql42Node
extends MMSQL92Node
implements MMJdbc2NodeInterface

MMMysql42Node implements the MMJdbc2NodeInterface for mysql this is the class used to abstact the query's needed for mmbase for each database.

Version:
12 Mar 1997
Author:
Daniel Ockeloen

Fields inherited from class org.mmbase.module.database.support.MMSQL92Node
name
 
Constructor Summary
MMMysql42Node()
           
 
Method Summary
 int getDBKey()
          gives an unique number this method will work with multiple mmbases
 
Methods inherited from class org.mmbase.module.database.support.MMSQL92Node
addField, changeField, commit, convertXMLType, create_real, create, created, createObjectTable, decodeDBnodeField, decodeDBnodeField, drop_real, drop, getAllowedField, getConnection, getDBByte, getDBKeyOld, getDBText, getDisallowedField, getMatchCREATE, getMMNodeSearch2SQL, getNumberString, getOTypeString, getOwnerString, getReverseHash, getShortedByte, getShortedText, init, insert_real, insert, parseFieldPart, removeField, removeNode, setDBByte, setDBText, size, tableSizeProtection, updateTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mmbase.module.database.support.MMJdbc2NodeInterface
addField, changeField, commit, create, created, createObjectTable, decodeDBnodeField, decodeDBnodeField, drop, getAllowedField, getConnection, getDBByte, getDBText, getDisallowedField, getMMNodeSearch2SQL, getNumberString, getOTypeString, getOwnerString, getShortedByte, getShortedText, init, insert, removeField, removeNode, setDBByte, updateTable
 

Constructor Detail

MMMysql42Node

public MMMysql42Node()
Method Detail

getDBKey

public int getDBKey()
gives an unique number this method will work with multiple mmbases
Specified by:
getDBKey in interface MMJdbc2NodeInterface
Overrides:
getDBKey in class MMSQL92Node
Returns:
unique number


MMBase 2002