|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.database.MatchLineupPlayerTable
public final class MatchLineupPlayerTable
Field Summary | |
---|---|
protected JDBCAdapter |
adapter
Database connection |
protected de.hattrickorganizer.database.ColumnDescriptor[] |
columns
describes a tableColumn (name, datatype, nullable ..) |
static java.lang.String |
TABLENAME
tablename |
Constructor Summary | |
---|---|
protected |
MatchLineupPlayerTable(JDBCAdapter adapter)
|
Method Summary | |
---|---|
void |
createTable()
|
protected int |
delete(java.lang.String[] whereColumns,
java.lang.String[] whereValues)
|
protected void |
dropTable()
Drop the current table |
java.util.Vector |
getAlleBewertungen(int spielerid)
Gibt eine Liste an Ratings zurück, auf denen der Spieler gespielt hat: 0 = Max 1 = Min 2 = Durchschnitt 3 = posid |
float[] |
getBewertungen4Player(int spielerid)
Gibt die beste, schlechteste und durchschnittliche Bewertung für den Spieler, sowie die Anzahl der Bewertungen zurück // Match |
float[] |
getBewertungen4PlayerUndPosition(int spielerid,
byte position)
Gibt die beste, schlechteste und durchschnittliche Bewertung für den Spieler, sowie die Anzahl der Bewertungen zurück // Match |
protected de.hattrickorganizer.database.ColumnDescriptor[] |
getColumns()
|
protected java.lang.String[] |
getCreateIndizeStatements()
|
java.util.Vector |
getMatchLineupPlayers(int matchID,
int teamID)
TODO Missing Method Documentation |
protected java.sql.ResultSet |
getSelectByHrfID(int hrfID)
TODO Missing Method Documentation |
protected java.lang.String |
getTableName()
|
protected java.lang.String |
getTableType()
|
protected void |
initColumns()
|
protected void |
setColumns(de.hattrickorganizer.database.ColumnDescriptor[] columns)
|
protected void |
storeMatchLineupPlayer(MatchLineupPlayer player,
int matchID,
int teamID)
TODO Missing Method Documentation |
protected void |
truncateTable()
Truncate the current table (i.e. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TABLENAME
protected de.hattrickorganizer.database.ColumnDescriptor[] columns
protected JDBCAdapter adapter
Constructor Detail |
---|
protected MatchLineupPlayerTable(JDBCAdapter adapter)
Method Detail |
---|
protected void initColumns()
protected java.lang.String[] getCreateIndizeStatements()
public java.util.Vector getAlleBewertungen(int spielerid)
spielerid
- TODO Missing Constructuor Parameter Documentation
public float[] getBewertungen4Player(int spielerid)
spielerid
- TODO Missing Constructuor Parameter Documentation
public float[] getBewertungen4PlayerUndPosition(int spielerid, byte position)
spielerid
- Spieleridposition
- Usere positionscodierung mit taktik
protected void storeMatchLineupPlayer(MatchLineupPlayer player, int matchID, int teamID)
player
- TODO Missing Method Parameter DocumentationmatchID
- TODO Missing Method Parameter DocumentationteamID
- TODO Missing Method Parameter Documentationpublic java.util.Vector getMatchLineupPlayers(int matchID, int teamID)
matchID
- TODO Missing Method Parameter DocumentationteamID
- TODO Missing Method Parameter Documentation
protected java.lang.String getTableType()
protected java.lang.String getTableName()
protected void setColumns(de.hattrickorganizer.database.ColumnDescriptor[] columns)
protected de.hattrickorganizer.database.ColumnDescriptor[] getColumns()
protected int delete(java.lang.String[] whereColumns, java.lang.String[] whereValues)
public void createTable()
protected java.sql.ResultSet getSelectByHrfID(int hrfID)
tableName
- TODO Missing Method Parameter DocumentationhrfID
- TODO Missing Method Parameter Documentation
protected void dropTable()
protected void truncateTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |