|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.core.database.ClanLoader
public class ClanLoader
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 |
|---|
protected DBConnector DB
protected int currentRecordPos
protected int recordCount
| Constructor Detail |
|---|
public ClanLoader(DBConnector newDB)
| Method Detail |
|---|
public void updateBootStatus(java.lang.String loading)
public void DBRead()
public void DBUpdate(Clan C)
public void DBCreate(Clan C)
public void DBDelete(Clan C)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||