com.planet_ink.coffee_mud.core.database
Class ClanLoader

java.lang.Object
  extended by com.planet_ink.coffee_mud.core.database.ClanLoader

public class ClanLoader
extends java.lang.Object

Portions Copyright (c) 2003 Jeremy Vyska

Portions Copyright (c) 2004 Bo Zimmerman

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.


Field Summary
protected  int currentRecordPos
           
protected  DBConnector DB
           
protected  int recordCount
           
 
Constructor Summary
ClanLoader(DBConnector newDB)
           
 
Method Summary
 void DBCreate(Clan C)
           
 void DBDelete(Clan C)
           
 void DBRead()
           
 void DBUpdate(Clan C)
           
 void updateBootStatus(java.lang.String loading)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DB

protected DBConnector DB

currentRecordPos

protected int currentRecordPos

recordCount

protected int recordCount
Constructor Detail

ClanLoader

public ClanLoader(DBConnector newDB)
Method Detail

updateBootStatus

public void updateBootStatus(java.lang.String loading)

DBRead

public void DBRead()

DBUpdate

public void DBUpdate(Clan C)

DBCreate

public void DBCreate(Clan C)

DBDelete

public void DBDelete(Clan C)