- Type Parameters:
- Ex- An arbitrary exception type that may be thrown
- All Superinterfaces:
- MediaWritable<Ex>,- WhitespaceWritable<Ex>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@ThreadSafe
public interface PsqlWritable<Ex extends Throwable>
extends WhitespaceWritable<Ex>
- Author:
- AO Industries,Inc.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwriteTo(PsqlWriter writer) default voidwriteTo(WhitespaceWriter writer) Methods inherited from interface com.aoapps.encoding.WhitespaceWritablewriteTo
- 
Method Details- 
writeTo- Specified by:
- writeToin interface- WhitespaceWritable<Ex extends Throwable>
- Throws:
- IOException
- Ex
 
- 
writeTo- Throws:
- IOException
- Ex
 
 
- 

