document.write('<font color=Blue>public</font><font color=Black>&nbsp;</font><font color=Blue>interface</font><font color=Black>&nbsp;IDbMethod&nbsp;:&nbsp;IMethodImpl&nbsp;<br>');
document.write('{&nbsp;<br>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;IDbCommand&nbsp;CreateCommand(IDbConnection&nbsp;connection,&nbsp;</font><font color=Blue>object</font><font color=Black>[]&nbsp;values);&nbsp;<br>');
document.write('}&nbsp;<br>');
document.write('<br>');
document.write('</font><font color=Blue>public</font><font color=Black>&nbsp;</font><font color=Blue>interface</font><font color=Black>&nbsp;IDbOutMethod&nbsp;:&nbsp;IMethodImpl<br>');
document.write('{<br>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;</font><font color=Blue>object</font><font color=Black>[]&nbsp;GetCommandOutputs(IDbCommand&nbsp;command);<br>');
document.write('}</font>');
