|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDbSchema
Defines Perforce DB schema associated with a Perforce server (admin / superuser feature).
Usage of this feature is intentionally not documented here in any detail; see "p4 help dbschema" for more useful details.
| Field Summary | |
|---|---|
static int |
NOVERSION
What getVersion returns if there was no version number returned from the server. |
| Method Summary | |
|---|---|
List<Map<String,String>> |
getColumnMetadata()
Get a list of column metadata maps. |
String |
getName()
Get the name of the table. |
int |
getVersion()
Get the table schema version. |
void |
setColumnMetadata(List<Map<String,String>> columnMetadata)
Set the colum metadata map. |
void |
setName(String name)
Set the name of the table. |
void |
setVersion(int version)
Get the table schema version. |
| Field Detail |
|---|
static final int NOVERSION
| Method Detail |
|---|
String getName()
int getVersion()
List<Map<String,String>> getColumnMetadata()
void setName(String name)
void setVersion(int version)
void setColumnMetadata(List<Map<String,String>> columnMetadata)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||