Property | Type | Description |
---|
Method | Description | |
---|---|---|
GenerateSchemaObjectsIfNecessary ( AutoCreate autoCreateSchemaObjectsMode, IDocumentSchema schema, SchemaPatch patch ) : void | ||
Hilo ( |
||
RemoveSchemaObjects ( IManagedConnection connection ) : void | ||
ResetSchemaExistenceChecks ( ) : void | ||
SequenceFactory ( IDocumentSchema schema, IConnectionFactory factory, StoreOptions options, IMartenLogger logger ) : System | ||
SequenceFor ( |
||
ToString ( ) : string | ||
WritePatch ( IDocumentSchema schema, SchemaPatch patch ) : void | ||
WriteSchemaObjects ( IDocumentSchema schema, |
public GenerateSchemaObjectsIfNecessary ( AutoCreate autoCreateSchemaObjectsMode, IDocumentSchema schema, SchemaPatch patch ) : void | ||
autoCreateSchemaObjectsMode | AutoCreate | |
schema | IDocumentSchema | |
patch | SchemaPatch | |
return | void |
public Hilo ( |
||
documentType | ||
settings | Marten.Schema.Identity.Sequences.HiloSettings | |
return | ISequence |
public RemoveSchemaObjects ( IManagedConnection connection ) : void | ||
connection | IManagedConnection | |
return | void |
public SequenceFactory ( IDocumentSchema schema, IConnectionFactory factory, StoreOptions options, IMartenLogger logger ) : System | ||
schema | IDocumentSchema | |
factory | IConnectionFactory | |
options | StoreOptions | |
logger | IMartenLogger | |
return | System |
public SequenceFor ( |
||
documentType | ||
return | ISequence |
public WritePatch ( IDocumentSchema schema, SchemaPatch patch ) : void | ||
schema | IDocumentSchema | |
patch | SchemaPatch | |
return | void |
public WriteSchemaObjects ( IDocumentSchema schema, |
||
schema | IDocumentSchema | |
writer | ||
return | void |