示例#1
0
        protected NpgsqlDescribe(DescribeTypeCode whatToDescribe, String portalName)
        {
            _whatToDescribe = whatToDescribe;

            _bPortalName = BackendEncoding.UTF8Encoding.GetBytes(portalName);

            _messageLength = 4 + 1 + _bPortalName.Length + 1;
        }
示例#2
0
        protected NpgsqlDescribe(DescribeTypeCode whatToDescribe, String portalName)
        {
            _whatToDescribe = whatToDescribe;

            _bPortalName = BackendEncoding.UTF8Encoding.GetBytes(portalName);

            _messageLength = 4 + 1 + _bPortalName.Length + 1;
        }