Tagged Questions
The reserved-words tag has no wiki summary.
43
votes
7answers
12k views
What is the equivalent of Java's final in C#?
What is the equivalent of Java's final in C#?
EDIT: Sorry, I should have been clearer. I meant what is the equivalent when applied to a member variable - so it must be assigned once and only once.
16
votes
1answer
664 views
What exactly does the T-SQL “LineNo” reserved word do?
I was writing a query against a table today on a SQL Server 2000 box, and while writing the query in Query Analyzer, to my surprise I noticed the word LineNo was converted to blue text.
It appears ...
14
votes
4answers
7k views
How do I escape a reserved word in oracle
In TSQL I could use something like Select [table] from tablename to select a column named "table".
How do I do this for reserved words in oracle?
Edit: I've tried square braces, double quotes, ...
14
votes
8answers
5k views
What's the difference between “keyword” and “reserved word”?
What's the difference between keyword and reserved word?
Fore example in the concepts' proposal one can read the following statement
This proposal introduces five new keywords: concept, concept map, ...
12
votes
5answers
274 views
Can't use “not”, “or”, or “plus” as identifier?
I tried to compile this:
enum class conditional_operator { plus, or, not };
But apparently GCC (4.6) thinks these are special, while I can't find a standard that says they are (neither C++0x n3290 ...
8
votes
6answers
283 views
When are C# keywords not reserved?
I just found myself absent-mindedly using from as an identifier.
I realise that it is possible to use @ to escape identifier names and as such use reserved words, but I don't understand why in this ...
7
votes
5answers
257 views
What is @namespace field in C# class?
I'm browsing the source code of StyleCop, and I found a curious thing:
/// <summary>
/// The namespace that the rule is contained within.
/// </summary>
private string @namespace;
// ...
7
votes
12answers
1k views
Reserved words as variable or method names
Is there any tricky way to use Java reserved words as variable or method names?
5
votes
2answers
134 views
'Group' is a reserved keyword and cannot be used as an alias, unless it is escaped
I'm using Entity Framework 4.1 with repository pattern (Database is already existing).
My problem is the existence of a table called GROUP (which is reserved). This is a production database which i ...
5
votes
1answer
166 views
javaScript reserved keywords
I am wondering how JavaScript's reserved keywords / functions are managed.
Example:
According to:
http://www.quackit.com/javascript/javascript_reserved_words.cfm
delete is a reserved keyword ...
5
votes
7answers
252 views
Perl - Can I get paths related to where a script resides and where it was executed from?
I'm looking for a way to get two pieces of information:
The full path of where a script resides including its filename
The full path of where a script was executed from
I know you can use $0 to ...
4
votes
1answer
121 views
does “r0”, “r1” and so on have special meaning in Scala?
I get a compile error if I name some case objects "r0", "r1" and so on.
If I use different names, the code compile and run as expected.
A rational for that would be very welcome !
the code:
package ...
4
votes
2answers
208 views
Is “login.ini” a reserved name?
I store the MRU of logins to my application in a file called login.ini and I save it in widnows application folders.
I noticed that on some systems — I don't know why; I cannot find a common cause — ...
4
votes
4answers
174 views
Why JavaScript reserves Java keywords?
As you know, JavaScript has all Java keywords reserved. Does anyone know why? JavaScript discourages using these Java keywords, but they appear to work fine when used as identifiers.
4
votes
4answers
174 views
Using static within an enum
Is it possible to use 'static' within an enum as such:
private enum pdfMode
{
generate,
static
}
Obviously 'static' is a key word.
It would be nice as I have a pdfMode which is indeed ...
4
votes
6answers
853 views
Do you check your field- and table names against reserved word lists?
I've sometimes had a problem with my field-, table-, view- oder stored procedure names.
Example:
SELECT from, to, rate FROM Table1
The Problem is that from is a reserved word in SQL-92.
You ...
3
votes
2answers
78 views
Why they use reserved keyword 'continue' to name a function in IndexedDB's Cursor object?
According to http://www.w3.org/TR/IndexedDB/#widl-IDBCursor-continue, the IDBCursor object has methods named "continue" and "delete". Aren't those reserved keywords? Why would they use these names in ...
3
votes
1answer
160 views
using reserved words as property names, revisited
Can a reserved word be used as an object's property name?
This issue was raised in indirectly previous a stackoverflow question. the answer seemed general consensus by @Squeegy: You can use those ...
3
votes
3answers
229 views
Delphi 7 prescience of class helpers
Today I happened to compile, using Delphi 7, a code with a class definition like this
type TAudioStream = class helper of TStream;
and, to my astonishment, the compiler spits
"System unit out of ...
3
votes
3answers
1k views
SQL error - Incorrect syntax near the keyword 'User'.:
I am using SQL to insert data to SQL Database file using C# as follows.
String cs = System.Configuration.ConfigurationManager.ConnectionStrings["connection1"].ConnectionString;
SqlConnection ...
3
votes
4answers
723 views
How can I Restart a foreach loop in C#?
How can I restart a foreach loop in C#??
For example:
Action a;
foreach(Constrain c in Constrains)
{
if(!c.Allows(a))
{
a.Change();
restart;
}
}
restart here is like continue ...
3
votes
5answers
267 views
Is “World” reserved Class name in AS3?
Does anyone knows something about "World" being reserved or built in class with that name?
when I try to construct the World class I've created it throws compile error:
1136: Incorrect number of ...
3
votes
1answer
925 views
Automatic reserved word escaping for Hibernate tables and columns
I am trying to use one Hibernate mapping for several different databases: H2, Oracle, MySql.
Each database has a different list of reserved words.
I would like Hibernate to automatically escape the ...
3
votes
3answers
1k views
Where can I find a list of 'Stop' words for Oracle fulltext search?
I've a client testing the full text (example below) search on a new Oracle UCM site.
The random text string they chose to test was 'test only'. Which failed; from my testing it seems 'only' is a ...
3
votes
1answer
441 views
How do you escape a reserved word in Delphi?
I need to Escape a reserved word to use it as an identifier in Delphi. I thought that was accomplished by using the ampersand "&", but that doesn't seem to be working right. Any other ...
3
votes
2answers
552 views
Is there a list of reserved FlashVars names?
Currently I work on localization for a Flex application. From an article I know that you can control the localization with the following FlashVars:
resourceModuleURLs
localeChain
Are there any ...
3
votes
2answers
344 views
SOAPpy - reserved word in named parameter list
I'm using SOAPpy to access a SOAP Webservice. This call to the function findPathwaysByText works just fine:
server.findPathwaysByText (query= 'WP619', species = 'Mus musculus')
However, this call ...
2
votes
2answers
40 views
Ecmascript reserved word work around
I am working on a project which is built on Novell Operations Center which has a scripting engine based on Ecmascript. I am able to address objects in the Java API on which the software is running.
I ...
2
votes
4answers
108 views
PHP how to create a function named “do”?
I saw a library with a method named "do"
public function do
totally bugs out parser
Parse error: syntax error, unexpected T_DO, expecting T_STRING in ...
//same on call
$obj->do()
Parse ...
2
votes
3answers
146 views
Built-in way to determine whether a string is a Ruby reserved word?
Is there something built-in with Ruby to determine if a string is a reserved word? Something like "next".is_keyword??
2
votes
2answers
85 views
strange IPython behavior: “pass”, “return”, or “raise” in variable name terminates function/class definition
I have been working through the SQLAlchemy ORM tutorial in an IPython shell and got to the point where I had to put password = Column(String) in a class definition. Oddly, the class definition ...
2
votes
1answer
1k views
Sqlite3 activerecord :order => “time DESC” doesn't sort
rails 2.3.4, sqlite3
I'm trying this
Production.find(:all, :conditions => ["time > ?",
start_time.utc], :order => "time DESC",
:limit => 100)
The condition works perfectly, but I'm having ...
1
vote
3answers
76 views
All reserved words of every DBMS
I'm designing a database. Now it's on MySQL, but tomorrow could migrate on another DBMS. So I have to pay attention not to use reserved words (for MySQL and possibly for any other DBMS) as field ...
1
vote
1answer
70 views
Class name is a reserved word when query provider compiles ELINQ query to ESQL
I'm receiving this error:
System.Data.DataException: An exception occurred while initializing
the database. See the InnerException for details. --->
System.Data.EntitySqlException: 'All' is a ...
1
vote
3answers
31 views
mysql - using reserved names as column name
I am trying to run this query but doesn't run
SELECT ng.parent_id, ng.tab, ng.post_id, ng.ORDER, ng.cluster_key, pd.id, pd.slug, pd.link_text, pd.parent
FROM `ecom_navigation` AS ng, `ecom_page_data` ...
1
vote
1answer
63 views
Best Practice for reserved words? renaming vars in rails
Often I've found my model/var names highlighted in textmate as a reserved word
(i.e service, attr, etc.)
I'm afraid this might cause troubles and I usually change the name to something else
(service ...
1
vote
4answers
153 views
c++ using c code using double underscores in defines and identifiers
I understand that in C++ double underscores in identifiers are reserved for the compiler. I have some C code which has characteristics similar to this in the corresponding header files:
extern "C" {
...
1
vote
1answer
204 views
ASP.Net MVC3 routing reserved words?
I have an ASP.Net MVC application with the standard routes defined. The app edits meta data for our database. The url scheme is:
http://localhost/tables/Edit/[Name of Table Here]
This calls the ...
1
vote
3answers
296 views
C++ Challenge: Maximum unique reserved words in one logical line of code?
(I'm trying to make this a Community Wiki, but for some reason there's no checkbox to do that. Any advice on how to do this would be appreciated!)
I have a perennial thought experiment about how to ...
1
vote
1answer
75 views
mysql Select AS
i need to do the following select:
select distinct type as option from pages
but i keep getting errors.
Can you help me please?
1
vote
3answers
509 views
Dynamically creating label tag with the “for” attribute
In HTML, you can assign the "for" attribute of a label tag so that when the user clicks the label, it selects the corresponding radio button:
<input type="radio" name="group" value="1" ...
1
vote
2answers
277 views
Python Named Argument is Keyword?
So an optional parameter expected in the web POST request of an API I'm using is actually a reserved word in python too. So how do I name the param in my method call:
...
1
vote
2answers
581 views
Difference between reserved words and keywords? [closed]
Possible Duplicate:
What's the difference between “keyword” and “reserved word”?
What are the differences between reserved words and keywords in C++?
Is 'main' ...
1
vote
7answers
183 views
Need alternative field names for these reserved words
“type” and “class” are likely reserved or problematic words in C# and/or Ruby, two languages I may use to program against my new database schema in the future.
So, in order to avoid potential ...
1
vote
2answers
81 views
Does reserved word 'then' can always be replaced with semicolon or linebreak?
Does using then instead of semicolon or linebreak have only decorative purpose (to make code more readable)?
1
vote
5answers
208 views
At what stage of compilation are reserved identifiers reserved?
Just a little curiosity at work, here. While working on something dangerous, I got to thinking about the implementations of various compilers and their associated standard libraries. Here's the ...
1
vote
3answers
224 views
What can cause legit MySql INSERT INTO command to fail?
I can't figure out what's causing my INSERT INTO's to fail to certain table in MySql. I can manage them to other tables. The table looks like:
CREATE TABLE IF NOT EXISTS `Match` (
`id` int(11) NOT ...
1
vote
4answers
215 views
Is x a reserved keyword in Javascript FF/Safari not in IE?
A web page of a web application was showing a strange error. I regressively removed all the HTML/CSS/JS code and arrived to the basic and simple code below.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML ...
1
vote
2answers
456 views
Trying to make a CodeIgniter controller called “List”
I have the following code in controllers/list.php:
<?php
class List extends Controller {
function index()
{
echo "hi";
}
}
?>
However, trying to access it gives me the ...
1
vote
8answers
402 views
How can I best avoid using reserved or key words in my language or framework?
Naming things is hard. When naming my classes, variables, and methods I strive to avoid collisions with reserved words or keywords in my languages (MSSQL, VB.NET or C#, HTML, CSS, jQuery) and ...