Esempio n. 1
0
        protected NpgsqlDescribe(DescribeTypeCode whatToDescribe, String portalName)
        {
            _whatToDescribe = whatToDescribe;

            _bPortalName = BackendEncoding.UTF8Encoding.GetBytes(portalName);

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

            _bPortalName = BackendEncoding.UTF8Encoding.GetBytes(portalName);

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