public interface IDbSchema
Usage of this feature is intentionally not documented here in any detail; see "p4 help dbschema" for more useful details.
Modifier and Type | Field and Description |
---|---|
static int |
NOVERSION
What getVersion returns if there was no version number returned
from the server.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int NOVERSION
String getName()
int getVersion()
List<Map<String,String>> getColumnMetadata()
void setName(String name)
void setVersion(int version)
Copyright © 2017 Perforce Software. All Rights Reserved.