public interface ISqlWrapperFactory
| Modifier and Type | Method and Description |
|---|---|
SqlWrapper |
createInputWrapper(Table table,
CommandType command,
IRegister register,
int expectedCount)
Create wrapper for inputs.
|
SqlWrapper |
createOutputWrapper(Table table,
CommandType command,
IRegister register,
int expectedCount)
Create wrapper for outputs.
|
SqlWrapper createInputWrapper(Table table, CommandType command, IRegister register, int expectedCount)
table - A table.command - Command type.register - Set of values.expectedCount - Expected counter.SqlWrapper createOutputWrapper(Table table, CommandType command, IRegister register, int expectedCount)
table - A table.command - Command type.register - Set of values.expectedCount - Expected counter.Copyright © 2017. All rights reserved.