user-defined-types
CAST to package type
Is it possible to CAST to a type within a package?For example: CAST(v_variable AS Mypackage.type) I know CAST states the ability to cast to built-in types but I was wondering if this was possible.[详细]
2023-04-10 07:12 分类:问答Is it possible to create table-valued *methods* in a SQL CLR user-defined type?
I have a CLR UDT that would benefit gr开发者_运维技巧eatly from table-valued methods, ala xml.nodes():[详细]
2023-04-09 10:15 分类:问答How to get information about a User-Defined Type?
In simplicity, PL/SQL generally follow the following: DECLARE Variable declaration BEGIN Program Execution[详细]
2023-04-05 14:35 分类:问答How do we use sin,cos,tan generically (including user-defined types) in Python?
Edit: Let me try to reword and improve my question. The old version is attached at the bottom. What I am looking for is a way to express and use free functions in a type-generic way. Examples:[详细]
2023-03-30 02:08 分类:问答The EXECUTE permission is denied on the user-defined table types?
I have a question about User-Defined Table Types in SQL Server 2008. For the need of one of the ASP.NET application we defined our own table-types on SQL Server 2008 to use themas parameters in the s[详细]
2023-03-23 14:23 分类:问答Haskell - Assigning a value to user defined types
Que开发者_StackOverflow中文版stion I have defined a user defined type as type asd = [(Char,Int)][详细]
2023-03-12 14:08 分类:问答UDT in VBScript: "Error: Expected identifier"
I\'m used to ClassicVB/VB.Net but not VBScript, and I\'m getting an error when calling the script below from an application:[详细]
2023-03-07 11:55 分类:问答Impossible to add a User-Defined-Data Type parameter to my query
I\'m trying to use a User-Defined-Data Type with C# and SQL Server 2008 but I have an exception raised when command.ExecuteReader() is executed.[详细]
2023-03-05 16:26 分类:问答How do you send a User defined class object over a tcp/ip network connection in java?
This is an example of a user defined class I\'d like to send from a client application to a server application:[详细]
2023-03-04 04:03 分类:问答Do I need to add an ID value to my objects?
I have all these nice object开发者_Python百科s set up and ready to be added to tables. How are the objects made unique when I say:[详细]
2023-03-01 03:45 分类:问答