Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'postgres'

1883276 - Hibernate PostgreSQL UUID Suppor: postgresql uuid hibernate postgres dialect
  1. package hypernova.model.persistence;
  2.  
  3. import java.io.Serializable;
  4. import java.sql.PreparedStatement;
  5. import java.sql.ResultSet;
  6. import java.sql.SQLException;
  7. import java.sql.Types;
  8. import java.util.UUID;
  9.  
1883274 - Hibernate PostgreSQL UUID Suppor: postgresql uuid hibernate postgres dialect
  1. package hypernova.model.persistence;
  2.  
  3. import java.sql.Types;
  4.  
  5. import org.hibernate.dialect.PostgreSQLDialect;
  6.  
  7. public class PostgreSQLDialectUUID extends PostgreSQLDialect {
  8.  
  9.  
1852678 - Copy from CSV: sql postgres
  1. CREATE TABLE _import_prices_findmtg (card_name VARCHAR(128), edition VARCHAR(4), price NUMERIC(50,2), price_date DATE);
  2. ALTER TABLE _import_prices_findmtg OWNER TO magic;
  3. SET DATESTYLE='MDY';
  4. --SHOW DATESTYLE;
  5. COPY _import_prices_findmtg FROM E'c:\\work\\mtg_prices_zen_22_2_2010.csv' DELIMITER ',' CSV;
worth-right fantasy-obligation