|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapplications.basics.PrimaryKey
public class PrimaryKey
PrimaryKeys is a part of Admin and returns the Primary keys of a table Admin is a Tool around JDBC-enabled SQL-Databases to do basic jobs for DB-Administrations, like: - create/ drop tables - create indices - perform sql-statements - simple form - a guided query and a other usefull things in DB-arena Admin Version see below Copyright (c) 1999 Fredy Fischer sql@hulmen.ch Fredy Fischer Hulmenweg 36 8405 Winterthur Switzerland This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Constructor Summary | |
---|---|
PrimaryKey()
|
|
PrimaryKey(java.lang.String tableName,
java.lang.String columnName,
short keySeq,
java.lang.String pkName)
|
Method Summary | |
---|---|
java.lang.String |
getColumnName()
Get the value of columnName. |
short |
getKeySeq()
Get the value of keySeq. |
java.lang.String |
getPkName()
Get the value of pkName. |
java.lang.String |
getTableName()
Get the value of tableName. |
void |
setColumnName(java.lang.String v)
Set the value of columnName. |
void |
setKeySeq(short v)
Set the value of keySeq. |
void |
setPkName(java.lang.String v)
Set the value of pkName. |
void |
setTableName(java.lang.String v)
Set the value of tableName. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrimaryKey()
public PrimaryKey(java.lang.String tableName, java.lang.String columnName, short keySeq, java.lang.String pkName)
Method Detail |
---|
public java.lang.String getTableName()
public void setTableName(java.lang.String v)
v
- Value to assign to tableName.public java.lang.String getColumnName()
public void setColumnName(java.lang.String v)
v
- Value to assign to columnName.public short getKeySeq()
public void setKeySeq(short v)
v
- Value to assign to keySeq.public java.lang.String getPkName()
public void setPkName(java.lang.String v)
v
- Value to assign to pkName.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |