CoboCards App FAQ & Wishes Feedback
Language: English Language
Sign up for free  Login

This flashcard is just one of a free flashcard set. See all flashcards!

All main topics / Informaticsk / DBS1 / Hiesch_Datenbankprogrammierung_Datenbankentwurf
36
Metadaten herausfinden
ResultSetMetaData rsetmeta = rset1.getMetaData();

Dort dann Methoden wie "getColumnCount()" ausführen.
while(rset1.next())
{
for(int i=1; i<=rsetmeta.getColumnCount();i++)
{
System.out.print(rset1.getString(i));
}
System.out.println();
}
New comment
Flashcard info:
Author: learner94
Main topic: Informaticsk
Topic: DBS1
Published: 26.08.2017

Cancel
Email

Password

Login    

Forgot password?
Deutsch  English