パッケージ org.postgresql.util

クラス PGbytea

java.lang.Object
org.postgresql.util.PGbytea

public class PGbytea extends Object
Converts to and from the postgresql bytea datatype used by the backend.
  • コンストラクタの詳細

    • PGbytea

      public PGbytea()
  • メソッドの詳細

    • toBytes

      public static byte @PolyNull [] toBytes(byte @PolyNull [] s) throws SQLException
      例外:
      SQLException
    • toPGString

      public static @PolyNull String toPGString(byte @PolyNull [] buf)