/[schmitzm]/trunk/schmitzm-db/src
ViewVC logotype

Log of /trunk/schmitzm-db/src

View Directory Listing Directory Listing


Sticky Revision:

Revision 2396 - Directory Listing
Modified Wed Oct 9 08:05:42 2013 UTC (11 years, 4 months ago) by alfonx


Revision 2394 - Directory Listing
Modified Tue Oct 8 20:41:42 2013 UTC (11 years, 4 months ago) by alfonx


Revision 2392 - Directory Listing
Modified Tue Oct 8 20:07:53 2013 UTC (11 years, 4 months ago) by alfonx
Erster Versuch PGUtil mit PG 9.3 kompatibel zu machen. Die relevanten Stellen finden über einen Aufruf von "select version()" selber raus, welche Version von PG verwendet wird.

Revision 2302 - Directory Listing
Modified Wed Apr 24 12:42:45 2013 UTC (11 years, 10 months ago) by alfonx
[INFO] skip non existing resourceDirectory /home/stefan/EigeneDateien/code.svn/schmitzm/trunk/schmitzm-db/src/test/resources

Revision 2213 - Directory Listing
Modified Thu Jan 31 23:44:04 2013 UTC (12 years, 1 month ago) by alfonx


Revision 2146 - Directory Listing
Modified Sat Nov 24 11:00:46 2012 UTC (12 years, 3 months ago) by alfonx
Eine falsch geänderte Metode wieder hergestellt wegen wime-.failure

Revision 2145 - Directory Listing
Modified Fri Nov 23 23:44:14 2012 UTC (12 years, 3 months ago) by alfonx
neue Hilfsfunktion setPk um PKs zu definieren.

Revision 2118 - Directory Listing
Modified Wed Oct 31 16:13:41 2012 UTC (12 years, 4 months ago) by alfonx
Weitere Signatur für 	/**
	 * @see #addIndex(Connection, String, String, String, boolean, String, String, boolean, Double)
	 * 
	 *      Der Name des Index wird aus der/den Columns und einem Postfix "_idx" automatisch erstellt.
	 */
	public static void addIndex

Revision 2116 - Directory Listing
Modified Wed Oct 17 11:53:42 2012 UTC (12 years, 4 months ago) by alfonx


Revision 2057 - Directory Listing
Modified Sun Jun 17 12:44:04 2012 UTC (12 years, 8 months ago) by keeb
da ging wohl ein organize imports schief

Revision 2056 - Directory Listing
Modified Fri Jun 15 13:17:12 2012 UTC (12 years, 8 months ago) by alfonx
upgrade auf jdbc 902 klappt nicht weil aritfactory die datei nicht hat

Revision 1941 - Directory Listing
Modified Wed Apr 11 12:31:57 2012 UTC (12 years, 10 months ago) by alfonx
Better support for PostGIS Layers in AtlasStyler 1.9

Revision 1933 - Directory Listing
Modified Mon Apr 2 10:33:52 2012 UTC (12 years, 11 months ago) by alfonx


Revision 1932 - Directory Listing
Modified Mon Apr 2 10:13:48 2012 UTC (12 years, 11 months ago) by alfonx


Revision 1931 - Directory Listing
Modified Mon Apr 2 09:24:58 2012 UTC (12 years, 11 months ago) by alfonx


Revision 1930 - Directory Listing
Modified Sun Apr 1 21:41:14 2012 UTC (12 years, 11 months ago) by alfonx


Revision 1925 - Directory Listing
Modified Wed Mar 28 12:57:49 2012 UTC (12 years, 11 months ago) by keeb


Revision 1866 - Directory Listing
Modified Sat Feb 11 15:23:21 2012 UTC (13 years ago) by alfonx


Revision 1865 - Directory Listing
Modified Sat Feb 11 09:38:13 2012 UTC (13 years ago) by alfonx


Revision 1864 - Directory Listing
Modified Sat Feb 11 00:51:52 2012 UTC (13 years ago) by alfonx
SqlQueryStat mit mehr Infos

Revision 1838 - Directory Listing
Modified Tue Jan 24 21:11:53 2012 UTC (13 years, 1 month ago) by alfonx


Revision 1837 - Directory Listing
Modified Mon Jan 23 22:49:38 2012 UTC (13 years, 1 month ago) by alfonx


Revision 1836 - Directory Listing
Modified Mon Jan 23 22:24:05 2012 UTC (13 years, 1 month ago) by alfonx


Revision 1834 - Directory Listing
Modified Mon Jan 23 00:50:41 2012 UTC (13 years, 1 month ago) by alfonx


Revision 1833 - Directory Listing
Modified Sun Jan 22 12:27:51 2012 UTC (13 years, 1 month ago) by alfonx


Revision 1832 - Directory Listing
Modified Sun Jan 22 00:37:51 2012 UTC (13 years, 1 month ago) by alfonx
	/**
	 * Liefdert eine Liste alle Spaltennamen in einer Tabelle.
	 * 
	 * ACHTUNG! Diese Methode schaut gerade nur auf den Tabellennamen! Das SChema wird ignoriert. Es gibt also probleme,
	 * wenn der selbe Tabellenname noch in einem anderen Schema existiert.
	 * 
	 * @param tableName
	 *            darf auch schema-informationen enthalten.
	 * @throws SQLException
	 */
	public List<String> listColumnsInTable(Connection c, String tableName) throws SQLException {
	

Revision 1831 - Directory Listing
Modified Sat Jan 21 20:19:22 2012 UTC (13 years, 1 month ago) by alfonx
PGUtil, neue Methode:
	
public static boolean existsTable(Connection c, String tableName) throws SQLException 
	
		/**
	 * Existiert ein relationsname als Tabelle?
	 * 
	 * @param tableName
	 *            Darf eine Schemaangabe mit . Trenner enthalten.
	 * @throws SQLException
	 */


Revision 1821 - Directory Listing
Modified Sat Jan 14 21:38:02 2012 UTC (13 years, 1 month ago) by alfonx


Revision 1820 - Directory Listing
Modified Sat Jan 14 21:08:09 2012 UTC (13 years, 1 month ago) by alfonx
SqlQueryStat kann laufende SQl-Statements abbrechen...

Revision 1819 - Directory Listing
Modified Sat Jan 14 20:45:15 2012 UTC (13 years, 1 month ago) by alfonx
neues modul schmitzm-db

Revision 1818 - Directory Listing
Modified Sat Jan 14 20:38:46 2012 UTC (13 years, 1 month ago) by alfonx
neues modul schmitzm-db

Revision 1815 - Directory Listing
Added Sat Jan 14 20:35:25 2012 UTC (13 years, 1 month ago) by alfonx
Original Path: trunk/schmitzm-db-pg/src
Neues Modul schmitz-db mit Datenbankmethoden

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26