File
Doc
Category
Size
Date
Package
SQLNameConstraints.java
API Doc
Example
355
Tue Dec 08 01:21:00 GMT 1998
oisoft.togetherx.scripts.SQL.impl
SQLNameConstraints
public interface SQLNameConstraints
Fields Summary
Constructors Summary
Methods Summary
public
int
getMaxColumnNameLength
()
public
int
getMaxConstraintNameLength
()
public
int
getMaxTableNameLength
()
public
boolean
isCaseSensitiveNames
()
public
boolean
isReservedWord
(
java.lang.String
word)
public
java.lang.String
shorten
(
java.lang.String
name,
int
length)
Java Code Source