473,387 Members | 1,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Extended SQL

Is there a way of creating a your own types in mysql:

address ROW(
name VARCHAR(64),
street VARCHAR(64),
postage VARCHAR(64)
);

And does it support ARRAY or CREATE TYPE OR CREATE METHOD
or similar ?

Shmuel.

Jul 19 '05 #1
2 3788
No to the first question. Data types are not supported.

If you are trying to create a stored procedure, then MySQL 5 alphas might
help you.

1.8.4.4 Stored Procedures and Triggers

Stored procedures are being implemented in our version 5.0 development tree.
See section 2.3.4 Installing from the Development Source Tree.

This effort is based on SQL-99, which has a basic syntax similar (but not
identical) to Oracle PL/SQL. In addition to this, we are implementing the
SQL-99 framework to hook in external languages.

http://www.mysql.com/documentation/index.html
Lukas

"Shmuel" <sa***@vectorstar.net> wrote in message
news:u8**************@reader1.news.jippii.net...
Is there a way of creating a your own types in mysql:

address ROW(
name VARCHAR(64),
street VARCHAR(64),
postage VARCHAR(64)
);

And does it support ARRAY or CREATE TYPE OR CREATE METHOD
or similar ?

Shmuel.

Jul 19 '05 #2
No to the first question. Data types are not supported.

If you are trying to create a stored procedure, then MySQL 5 alphas might
help you.

1.8.4.4 Stored Procedures and Triggers

Stored procedures are being implemented in our version 5.0 development tree.
See section 2.3.4 Installing from the Development Source Tree.

This effort is based on SQL-99, which has a basic syntax similar (but not
identical) to Oracle PL/SQL. In addition to this, we are implementing the
SQL-99 framework to hook in external languages.

http://www.mysql.com/documentation/index.html
Lukas

"Shmuel" <sa***@vectorstar.net> wrote in message
news:u8**************@reader1.news.jippii.net...
Is there a way of creating a your own types in mysql:

address ROW(
name VARCHAR(64),
street VARCHAR(64),
postage VARCHAR(64)
);

And does it support ARRAY or CREATE TYPE OR CREATE METHOD
or similar ?

Shmuel.

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Alvaro G Vicario | last post by:
I really love the extended CHM format documentation. However, it apparently hasn't been updated since september 2003: http://www.php.net/docs-echm.php Does anyone know something about this?...
3
by: Matik | last post by:
Hi, I alredy tried to search this problem in last posts, but I couldn't find the answer. I try to access via Extended SP the method in a dll. I registered the dll as a ExSP, with a name of...
3
by: Bruce | last post by:
Since DBlib is no longer the suggested method for connecting back to sql server from an Extended Stored Procedure, has anyone built any extended stored procedures that use other connection methods...
12
by: Jeremy | last post by:
Hi all, I'm getting very confused about how DB2 uses shared memory and I wonder if someone could clarify matters for me, please ? We are running 32bit DB2 V7.2 FP9 under AIX 4.3.3 on a machine...
4
by: wob | last post by:
Many thanks for those who responded to my question of "putting greek char into C string". In searching for an solution, I noticed that there are more than one version of "Extended ASCII...
23
by: Bonj | last post by:
Hi I'm looking to write an extended stored procedure, the job of which will basically to read data from one table, process it using a COM object, and write (insert) rows out to another table. I...
5
by: Stelrad Doulton | last post by:
Hi, Does anyone know what number to use with GetEncoding for 8 bit ASCI? Cheers
3
by: ppateel | last post by:
Hi, First I would like to apologize for cross posting in three groups as I did not know which one would be the appropriate group. If some one points me to the correct one I will use that in the...
8
by: SpotNet | last post by:
Hello NewsGroup, I have a base class and six classes that inherit from this base class. All members in the base class are used in it's extended classes except, in one of the extended class one...
13
by: ramif | last post by:
Is there a way to print extended ASCII in C?? I tried to code something, but it only displays strange symbols. here is my code: main() { char chr = 177; //stores the extended ASCII...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.