Datatype mapping between Java and SQL  Java-SQL class and package names

Chapter 8: Reference Topics

Java-SQL identifiers

Description

Java-SQL identifiers are a subset of Java identifiers that can be referenced in SQL.

Syntax

java_sql_identifier ::= alphabetic character | 	underscore (_) symbol
	[alphabetic character | arabic numeral | 	underscore(_) symbol | 
	dollar ($) symbol ]

Usage


Delimited Identifiers

See also

For additional information about identifiers, see Chapter 5, “Transact-SQL Topics,” in the Reference Manual.





Copyright © 2005. Sybase Inc. All rights reserved. Java-SQL class and package names

View this book as PDF