mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
JDBC indenting, comment cleanups.
This commit is contained in:
src/interfaces/jdbc/org/postgresql
Connection.javaDriver.java.inField.javaPG_Stream.javaPostgresqlDataSource.javaResultSet.javaStatement.java
core
BytePoolDim1.javaBytePoolDim2.javaEncoding.javaMemoryPool.javaObjectPool.javaQueryExecutor.javaSimpleObjectPool.java
fastpath
geometric
jdbc1
CallableStatement.javaConnection.javaDatabaseMetaData.javaPreparedStatement.javaResultSet.javaResultSetMetaData.javaStatement.java
jdbc2
Array.javaCallableStatement.javaConnection.javaDatabaseMetaData.javaPBatchUpdateException.javaPreparedStatement.javaResultSet.javaResultSetMetaData.javaStatement.javaUpdateableResultSet.java
largeobject
BlobInputStream.javaBlobOutputStream.javaLargeObject.javaLargeObjectManager.javaPGblob.javaPGclob.java
test
util
MD5Digest.javaMessageTranslator.javaPGbytea.javaPGmoney.javaPGobject.javaPGtokenizer.javaPSQLException.javaSerialize.javaUnixCrypt.java
xa
@ -7,7 +7,7 @@ import java.math.BigDecimal;
|
||||
import org.postgresql.Field;
|
||||
import org.postgresql.util.*;
|
||||
|
||||
/**
|
||||
/*
|
||||
* Array is used collect one column of query result data.
|
||||
*
|
||||
* <p>Read a field of type Array into either a natively-typed
|
||||
@ -31,7 +31,7 @@ public class Array implements java.sql.Array
|
||||
private int idx = 0;
|
||||
private String rawString = null;
|
||||
|
||||
/**
|
||||
/*
|
||||
* Create a new Array
|
||||
*
|
||||
* @param conn a database connection
|
||||
|
Reference in New Issue
Block a user