Property | Type | Description | |
---|---|---|---|
OtherArgs | IList |
||
Prefix | string |
Method | Description | |
---|---|---|
ForFile ( StoreOptions options, string file, string name = null ) : |
||
GenerateFunction ( ) : string | ||
GenerateSchemaObjectsIfNecessary ( AutoCreate autoCreateSchemaObjectsMode, IDocumentSchema schema, Marten.Schema.SchemaPatch patch ) : void | ||
RemoveSchemaObjects ( IManagedConnection connection ) : void | ||
ResetSchemaExistenceChecks ( ) : void | ||
ToDropSignature ( ) : string | ||
ToString ( ) : string | ||
TransformFunction ( StoreOptions options, string name, string body ) : System | ||
WritePatch ( IDocumentSchema schema, Marten.Schema.SchemaPatch patch ) : void | ||
WriteSchemaObjects ( IDocumentSchema schema, |
Method | Description | |
---|---|---|
allArgs ( ) : IEnumerable |
||
functionDiff ( IDocumentSchema schema ) : Marten.Schema.FunctionDiff |
public static ForFile ( StoreOptions options, string file, string name = null ) : |
||
options | StoreOptions | |
file | string | |
name | string | |
return |
public GenerateSchemaObjectsIfNecessary ( AutoCreate autoCreateSchemaObjectsMode, IDocumentSchema schema, Marten.Schema.SchemaPatch patch ) : void | ||
autoCreateSchemaObjectsMode | AutoCreate | |
schema | IDocumentSchema | |
patch | Marten.Schema.SchemaPatch | |
return | void |
public RemoveSchemaObjects ( IManagedConnection connection ) : void | ||
connection | IManagedConnection | |
return | void |
public TransformFunction ( StoreOptions options, string name, string body ) : System | ||
options | StoreOptions | |
name | string | |
body | string | |
return | System |
public WritePatch ( IDocumentSchema schema, Marten.Schema.SchemaPatch patch ) : void | ||
schema | IDocumentSchema | |
patch | Marten.Schema.SchemaPatch | |
return | void |
public WriteSchemaObjects ( IDocumentSchema schema, |
||
schema | IDocumentSchema | |
writer | ||
return | void |