|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.samskivert.depot.impl.QueryResult
com.samskivert.depot.PersistentRecord
com.threerings.stats.server.persist.StringCodeRecord
public class StringCodeRecord
| Field Summary | |
|---|---|
static Class<StringCodeRecord> |
_R
|
int |
code
|
static com.samskivert.depot.expression.ColumnExp<Integer> |
CODE
|
static int |
SCHEMA_VERSION
|
static com.samskivert.depot.expression.ColumnExp<Integer> |
STAT_CODE
|
int |
statCode
The code of the stat. |
String |
value
|
static com.samskivert.depot.expression.ColumnExp<String> |
VALUE
|
| Constructor Summary | |
|---|---|
StringCodeRecord()
An empty constructor for unmarshalling. |
|
StringCodeRecord(int statCode,
String value,
int code)
A constructor that populates all our fields. |
|
| Method Summary | |
|---|---|
static com.samskivert.depot.Key<StringCodeRecord> |
getKey(int statCode,
String value)
Create and return a primary Key to identify a StringCodeRecord
with the supplied key values. |
static com.samskivert.depot.expression.ColumnExp<?>[] |
statCodeCode()
Defines the statCodeCode unique index. |
static com.samskivert.depot.expression.ColumnExp<?>[] |
statCodeValue()
Defines the statCodeValue unique index. |
| Methods inherited from class com.samskivert.depot.PersistentRecord |
|---|
colexp, newKey, registerKeyFields |
| Methods inherited from class com.samskivert.depot.impl.QueryResult |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Class<StringCodeRecord> _R
public static final com.samskivert.depot.expression.ColumnExp<Integer> STAT_CODE
public static final com.samskivert.depot.expression.ColumnExp<String> VALUE
public static final com.samskivert.depot.expression.ColumnExp<Integer> CODE
public static final int SCHEMA_VERSION
public int statCode
public String value
public int code
| Constructor Detail |
|---|
public StringCodeRecord()
public StringCodeRecord(int statCode,
String value,
int code)
| Method Detail |
|---|
public static com.samskivert.depot.expression.ColumnExp<?>[] statCodeValue()
public static com.samskivert.depot.expression.ColumnExp<?>[] statCodeCode()
public static com.samskivert.depot.Key<StringCodeRecord> getKey(int statCode,
String value)
Key to identify a StringCodeRecord
with the supplied key values.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||